Skip to content

Ivang71/alan-ai-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge details

Create a webpage with a binary search tree rendered on it.

By pressing the spacebar the webpage should generate a new number in the range [-100, 100] and add that number to the tree.

Each number/node should be in a circle.

The node insertion should be animated so that you can see what has changes in the tree after each insertion.

Mouse click on a node should delete it from tree.

It's allowed to use third-party libraries.