Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 624 Bytes

BinaryTreeVisualiser

The BinaryTreeVisualiser is a JavaScript application for visualising algorithms on binary trees.

Web + App

  • For application sources see /btv directory
  • Web presentation with running application can be opened in any browser - index.html

Story behind

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.