Auto Balance Binary Tree Search or AVL tree ( self-balancing binary search tree.) display with D3.js
Clone this repository type in your terminal:
$ git clone https://github.com/GerardoLSJ/BTS-Django-D3.js.git
OR
Download as zip.
To run make sure you have pip
installed. (Python Package Manager) and then install Django
(Python web Framework)
$ pip install django
Then change you directory to the main app:
$ cd BTS-Django-D3.js
$ cd django-d3
Your are now in our app directory. The first time you are here you have to run this command (Not neede for further executions):
$ python manage.py migrate
and then then to start the server:
$ python manage.py runserver
Now just open your localhost at 8000 port.
http://localhost:8000/
The main functionality is at:
/static/main.js at the first directory
django-d3/views.py