Algorithm Learning Website
Todo:
-
Write algorithms with visualization software provided by ModelMaker
-
Algorithms we need:
- Depth of Binary Tree
- Completed the animation
- Add description of how it works
- Fix the bug where a left and right node overlap
- Dijkstras
- Completed part of the animation
- "Change" the animation so that it goes slower, and more steps, considering each node individually
- Binary Search
- Completed the animation
- Add description of how it works, examples, etc
- Some form of sort (perhaps merge/quick)
- Hashing
- Disjoint Set unions
- Depth first search
- Completed main animation
- Add explanation
- Breadth first search
- Completed main animation
- Add explanation
- Fast exponentation
- Show the tree diagram, and some small animation of the numbers in circles moving together, being multiplied and moving up
- ANN
- Heaps
- Depth of Binary Tree
-
Bug Fixes:
- Fix the tree drawing -> figure out how Matthew did it in 1XD3