- With these two classes you have a Binary Tree implementation without a graphic representation on the Browser.
- The
BTreeclass is just for the sage root creation, theBNodeclass has all the needed logic.
- With these two classes you have a Binary Tree implementation that renders a graphical feedback to the Browser.
Every action you run on the Broswer is also being done to the console Binary Tree version. You can see all the feedback trough the Broswer console.
