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.