The BinaryTreeVisualiser is a JavaScript application for visualising algorithms on binary trees.
- For application sources see
/btv
directory - Web presentation with running application can be opened in any browser -
index.html
This work is part of my Bachelor‘s final project on CTU FIT. A topic was 'Web environment for algorithms on binary trees'.
For rendering graphics is used open-Source, browser independent 2D vector graphics library for JavaScript - JSGL. Its author is my supervisor Ing. Tomas Rehorek.