This project consists of a collection of popular algorithms implemented in JavaScript:
- Deep Copy
- Recursion
- Search Algorithms
- Binary Search
- Linear Search
- Shortcut Tables
- Sort Algorithms
- Bubble Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
- Tree
- Binary Tree
- Binary Search Tree (BST)
- Balanced Binary Search Tree (AVL)
- Red Black Tree
- Tree Algorithms
- Breadth First Search (BFS)
- Depth First Search (DFS)
This project is licensed under the GNU License. See the LICENSE file for more details.
Feel free to contribute to this repository by opening issues or submitting pull requests. Happy coding!