>

roadmap.md

Basics

Arrays

Hash Tables

  • [ ] Review the following documentation: Hash Tables
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Strings

Recursion

  • [ ] Review the following documentation: Recursion
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Searching

Sorting


Data Structures

Linked Lists

Queues

  • [ ] Review the following documentation: Queues
  • [ ] Review the following data structure: Queue
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Stacks

  • [ ] Review the following documentation: Stacks
  • [ ] Review the following data structure: Stack
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Deques

  • [ ] Review the following documentation: Deques
  • [ ] Review the following data structure: Deque
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Matrices

  • [ ] Review the following documentation: Matrices
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Intervals

  • [ ] Review the following documentation: Intervals
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Advanced Data Structures

Trees

Tries

  • [ ] Review the following documentation: Tries
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Graphs

  • [ ] Review the following documentation: Graphs
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Heaps

Union-find

  • [ ] Review the following documentation: Union-find
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Advanced

Dynamic Programming

  • [ ] Review the following documentation: Dynamic Programming
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Backtracking

  • [ ] Review the following documentation: Backtracking
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Greedy

  • [ ] Review the following documentation: Greedy
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Binary

  • [ ] Review the following documentation: Binary
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Math

  • [ ] Review the following documentation: Math
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

Geometry

  • [ ] Review the following documentation: Geometry
  • [ ] Complete the following LeetCode problems:
    • [ ] TBD

grind.rip

From Grind Hell, with Love