Skip to content

Repo containing solutions to competitive programs' solution in C++/Python/Golang/Java

Notifications You must be signed in to change notification settings

adityaprakash-bobby/interview-prep

Repository files navigation

Track CP Progress

Refer to Sahil Bansal's repo for finding the original checklist.

Month 1

Week 1

Dynamic Programming


Week 2

String Algorithms

  1. Reading material

  1. Problems on HackerEarth

Problem Link Finished
★★☆ Find the substrings
★★☆ The Cheapest Palindrome
★★☆ Largest Lexicographical Rotation II
★★☆ Monk and Monster
★★★ Prefix Number
★★★ Last Forever
  1. Problems on HackerRank

Problem Link Finished
★☆☆ Sherlock and the Valid String
★☆☆ Highest Value Palindrome
★★☆ Sherlock and Anagrams
★★☆ Common Child
★★★ Build a Palindrome
  1. Problems on Codeforces

Problem Link Finished
★☆☆ Petya and Exam
★★☆ Password
★★★ Prefixes and Suffixes
  1. Problems on Codechef


Week 3

This list will be updated frequently.


Week 4

Square Root Decomposition

  1. Reading Material

  1. Problems

Week 5