Skip to main content

My current module

· 2 min read
Sarthak Mohanty

Recursion

  • Educative - Recursion in C++
  • Leetcode Learn - Recursion 1 & 2 Java , C++
  • Apna College Recursion
  • Grokking Algorithms Book - only Recursion

Practice:

  • The guide (All Questions from the Guide)
  • ...

Extra References Recursion

  • CodeForces Blogs
  • HackerEarth Blogs
  • Codechef Blogs
  • Topcoder Blogs
  • CodeVerse - Recursion

Go through the roadmap of The Guide

  • Follow All the Resources of The Guide

  • Search for those topics on LeetCode Learn

  • Search for those topics on Apna College

  • Search for doubts in CodeForces , CodeChef, TopCoder Blogs , HackerEarth Blogs , StackOverflow

  • Complete Coding Blocks Algo++ / Interview Prep on that topic

  • Complete Educative Data Structures Course & Algorithms Course


Learning Extra

  • Complete Educative Intro to Algorithms`

  • Educative - Algorithms for Coding Interviews in C++

  • Educative - Data Structures for Coding Interviews in C++

  • Hyp Jet periodically Solve

After Completing the Data Structures and Algorithms

Optional

  • Complete CodeForces Edu
  • Complete pavel mavrin by ITMO University on YouTube

Dynamic Programming

  • Grokking Dynamic Programming Patterns for Coding Interviews Java
  • LeetCode Blogs Bookmarks
  • 2 Books in My Books Guide

Graphs

  • The Guide
  • CodeForces
  • Apna College Graph Series
  • Striver Graph Series

Trees

  • The Guide

...


Extras Only for Interviews

System Design

  • Eductive Grokking the System Design Interview

OOPs