I decided to build this website because I want to make the process of learning data structures fun, by creating a visually appealing UI where you can enter arguments and get the desired result. :)
ParcelJS
- ES6 and for loops (map,filter,reduce to be added later on)
- Types
- List (array)
- Linkedlist
- Fibonacci
Advanced:
- Bubblesort
- Quicksort
- Binary tree
- HashTable
- Stack
- Queue
- Graph
- BinarySearchTree
- More to be added soon!