Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add level-4 resources #8

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
### Level-3
* For mastering trees watch Tushar Roy's [Trees](https://www.youtube.com/playlist?list=PLrmLmBdmIlpv_jNDXtJGYTPNQ2L1gdHxu) playlist, solve similar questions on [Leetcode](https://leetcode.com/).
* For solving important interview questions on Datastructures, watch [Aditya Verma's](https://www.youtube.com/c/AdityaVermaTheProgrammingLord) stack,binary-search,recusrssion and heap playlist.
* Learn Algorithms theory from [Abdul Bari Sir](https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O).
* Learn Algorithms theory from [Abdul Bari Sir](https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O).

### Level-4
* Last and the most Important topics which every programmer suffers learning! Graph and Dynamic Programming.
* For DP watch Aditya Verma's [DP](https://www.youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go) playlist, the way he has explained, will help you to approach almost every new problem you will see on DP.
* For graph I never followed any specific resource, but I mostly learned them from [cpalgorithms](https://cp-algorithms.com/#:~:text=O(Nlog%20N)-,Graphs,-Graph%20traversal) and [geeksforgeeks](https://www.geeksforgeeks.org/graph-data-structure-and-algorithms/)