Answer the question
In order to leave comments, you need to log in
How to implement rendering of a prefix tree?
Good day.
There is a Node class that stores value - its value and child - a descendant (the same Node). Each element can have any number of children, or none at all. Initially, I take the root object, which stores a space (to indicate an empty element).
How to draw such a structure in Windows Forms so that the elements are at least in their places, and at best also connected by a strip?
Answer the question
In order to leave comments, you need to log in
1) TreeView https://metanit.com/sharp/windowsforms/4.13.php
2) Display as text - https://stackoverflow.com/questions/37803997/c-sha...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question