coding-cheat-sheets icon indicating copy to clipboard operation
coding-cheat-sheets copied to clipboard

Various cheat sheets on CS stuff

Coding Cheat Sheets

Simple, quick cheat sheets on computer science concepts.

Algorithms

  • Divide and Conquer

Data Structures

  • Arrays
  • Binary Search Trees
  • Graphs
  • Hash Tables
  • Heaps
  • Linked Lists
  • Queues
  • Stacks
  • Trees

Fundamentals

  • Big-O Notation
  • Recursion

Searching

  • Breadth First Search
  • Depth First Search

Sorting

  • Bubble Sort
  • Merge Sort
  • Quick Sort

Contribute

Feel free to add pull requests to add information to any of these sheets or create a new one!