Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 580 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 580 Bytes

Cookbook

Topics

  • Introduction

  • Data Structure

    • Arrays
    • Linked List
    • Hash Tables
    • Maps
    • Stacks
    • Queues
    • Trees
    • Heap/Priority Queues
    • Graphs
  • Algorithms

    • Recursion
    • Dynamic Programming
    • Hashing
    • Greedy
    • Backtracking
    • Tree Algos
      • Traversal
      • Shortest Path
    • Graph Algos
      • BFS
      • DFS
      • Spanning Tree
    • Searching
    • Sorting