Tagged Questions

3
votes
3answers
569 views

How to visually display a b-tree in java?

I'm implementing a B-Tree, and would like to display it in a simple UI (or text output) for debugging. What library would you recommend to do this as quickly as possible? This is just meant as a ...