Thursday, December 31, 2020

thumbnail

A Perfect Plan for Data Structure and Algorithm | Python & C Language

 

A Perfect Plan...

...22 Weeks of DSA...



This is the Perfect Plan for learning Data Structure and Algorithm in C and Python...

Make your 2021 more productive than ever...

Download this PDF for understanding this Plan.
(to access the pdf)

The Practice Problems will be from different coding platforms like HackerEarth, HackerRank, CodeChef, GFG, and many more.

The explanation of every topic will be uploaded every week...
Links will be available as I upload the posts on topics

The Weekly Topics are:

Week 1: Introduction and Mathematics
Week 2: Bit Magic
Week 3: Recursion
Week 4: Arrays
Week 5: Searching
Week 6: Sorting
Week 7: Matrix
Week 8: Hashing
Week 9: Strings
Week 10: Linked Lists
Week 11: Stack
Week 12: Queue and Deque
Week 13: Tree
Week 14: Binary Search Tree
Week 15: Heap
Week 16: Graph
Week 17: Greedy
Week 18: Back Tracking
Week 19, 20: Dynamic Programming
Week 21: Trie
Week 22: Segement Tree and Disjoint Set 


Let's work hard and put our 1st Step towards Competitive Programming...
Meet you on 1st Jan 2021...

Harsh Jaiswal
Signing off...

Related Posts :

Subscribe by Email

Follow Updates Articles from This Blog via Email

1 Comments

avatar

great organization of stuff in the PDF!!
Kudos to the hard work.

Reply Delete

Sieve Of Eratosthenes | Mathematics | Data Structures and Algorithm | Python

Problem Statement: The  Sieve of Eratosthenes  is a method for finding all primes up to (and possibly including) a given natural n . n .  Th...