Skip to content

DavidKHahn/Algorithms-DS

Repository files navigation

LIST OF CURATED ALGORITHM QUESTIONS FOR REVIEW AND INTERVIEW PURPOSES:

LIST OF ALGORITHMS AND DS TO UNDERSTAND:

  •   Hash tables
    
  •   Linked lists
    
  •   Breadth-first search, depth-first search
    
  •   Quicksort, merge sort
    
  •   Binary search
    
  •   2D arrays
    
  •   Dynamic arrays
    
  •   Binary search trees
    
  •   Dynamic programming
    
  •   Big-O analysis