ofou/code

HackerRank – 3 Month Preparation Kit

Opened this issue · 2 comments

ofou commented

Review contents of:

  • Warmup
  • Implementation
  • Strings
  • Sorting
  • Search
  • Graph Theory
  • Greedy
  • Dynamic Programming
  • Constructive Algorithms
  • Bit Manipulation
  • Recursion
  • Game Theory
  • NP-Complete
  • Debugging
ofou commented

Once finished re-implement Data Structures from scratch in Python, then C:

  • Arrays
  • Linked Lists
  • Trees
  • Balanced Trees
  • Stacks
  • Queues
  • Heap
  • Disjoint Set
  • Multiple Choice
  • Trie
  • Advanced
ofou commented

Take inspiration from here