I'm currently developing some application that uses trees (TRIE tree) in order to do some jobs.
It's really hard for me to verify that the code is working currently. e.g. the building of the tree while the code is running. The reason is because I don't have a graphical\visualization way to see the tree.
So, I'm wondering if there is some nice and small component for c# that can quickly make my tree visual? I am unwilling to publish my code for any user so it can be something really simple.
Thank you guys!