Skip to content

👨‍🏫 A collection of popular algorithms implemented in JavaScript

License

Notifications You must be signed in to change notification settings

msobiecki/algorithm

Repository files navigation

Algorithm

This project consists of a collection of popular algorithms implemented in JavaScript:

  1. Deep Copy
  2. Recursion
  3. Search Algorithms
    • Binary Search
    • Linear Search
  4. Shortcut Tables
  5. Sort Algorithms
    • Bubble Sort
    • Heap Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
    • Selection Sort
  6. Tree
    • Binary Tree
    • Binary Search Tree (BST)
    • Balanced Binary Search Tree (AVL)
    • Red Black Tree
  7. Tree Algorithms
    • Breadth First Search (BFS)
    • Depth First Search (DFS)

License

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!