javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

A repository of my solutions to JS algorithm problems & data structures and preparing for interview. Caution advised. :open_hands: :sunglasses: 💩

DO ALL ZA ALGORITHMS!

:sunglasses: :sunglasses: :sunglasses: :sunglasses: :sunglasses:

Table of Contents

  1. Queue
  2. Stacks
  3. Merge Sort
  4. Quick Sort
  5. Recursion1
  6. Recursion2
  7. LinkedList
  8. Binary Search Trees
  9. Breadth First Search
  10. Depth First Search
  11. Heaps
  12. Priority Queue
  13. HashTable
  14. Graphs