Placement Resources 2024
Placement Resources 2024
Topics to cover :
RESOURCES :
DSA :
Array :
https://youtube.com/playlist?list=PLgUwDviBIf0rENwdL0nEH0uGom9no0nyB&si=wCuUulO2PAj
OQHuv
Binary Search :
https://youtube.com/playlist?list=PLgUwDviBIf0pMFMWuuvDNMAkoQFi-h0ZF&si=o2yb2oE2p0lC
PZEa
String :
https://youtube.com/playlist?list=PLvI381EFf-Uj4bxfEYAkRka9uEeKlEM-Y&si=jxfggOhJEmrkknb
_
LinkedList :
https://youtube.com/playlist?list=PLgUwDviBIf0r47RKH7fdWN54AbWFgGuii&si=qTl_yxLEJWAV
WKHT
Recursion :
https://youtube.com/playlist?list=PLgUwDviBIf0rGlzIn_7rsaR2FQ5e6ZOL9&si=XIaxMLZVR92iLt
GE
Bit Manipulation : https://www.youtube.com/watch?v=5rtVTYAk9KQ
Stack & Queue :
https://youtube.com/playlist?list=PLgUwDviBIf0oSO572kQ7KCSvCUh1AdILj&si=kHvoWS7yvRTa
dgQ_
Sliding window & two pointer :
https://youtube.com/playlist?list=PL_z_8CaSLPWeM8BDJmIYDaoQ5zuwyxnfj&si=bruzEoAbGW
0r4YOP
https://youtube.com/playlist?list=PLgUwDviBIf0rBT8io74a95xT-hDFZonNs&si=8iS77hutrMObuP
mk
Heaps :
https://youtube.com/playlist?list=PL_z_8CaSLPWdtY9W22VjnPxG30CXNZpI9&si=GSS8EfwEzI
CFPt4K
Greedy algorithms : https://youtu.be/bC7o8P_Ste4?si=kJE65bsL5SsL0ZX_
Binary trees :
https://youtube.com/playlist?list=PLgUwDviBIf0q8Hkd7bK2Bpryj2xVJk8Vk&si=p1BrZGswrKbhxw
p_
Graphs :
https://youtube.com/playlist?list=PLgUwDviBIf0oE3gA41TKO2H5bHpPd7fzn&si=gd2McXLx3ng5
hGnI
Dynamic Programming :
https://youtube.com/playlist?list=PLgUwDviBIf0qUlt5H_kiKYaNSqJ81PMMY&si=6Zw29aUltXO36
Sg2
DEVELOPMENT :
Front-end Development :
HTML & CSS : https://youtu.be/G3e-cpL7ofc?si=1PhtFie3rmUr8f0S
JavaScript : https://www.udemy.com/share/101Wfe/
React JS : https://www.udemy.com/share/101Wby/
TailwindCSS : https://youtube.com/playlist?list=PLu0W_9lII9ahwFDuExCpPFHAK829Wto2O&si=fGh14WrWTrmci_14
Bootstrap : https://youtu.be/-qfEOE4vtxE?si=YAK0A0-1ik274sIZ
Back-end Development :
Other Tech :
Docker :
https://www.udemy.com/share/103Ia03@K38T42164yncGuJIGYF4R5ozt2jH4zVVFpTpPjLgU
6_t8LVqoFkVbgADkV38ZbDj/
1. 8 - Full-stack Projects
2. 8 - Front-end Projects (Attractive UIs using React animation or tailwind css or any
other library)
3. 8 - Back-end Projects (APIs with documentation + deployment)
4. Front-end project deployment : Netlify + Vercel
5. Back-end project deployment : Render + corn-job
https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-she
et-2/
https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-qu
estions
https://www.reddit.com/r/leetcode/comments/14o10jd/the_ultimate_dynamic_
programming_roadmap/?rdt=41867&onetap_auto=true
https://www.reddit.com/r/leetcode/comments/16q8apb/roadmap_to_learn_tree
s/
Dynamic Programming :
Backtracking :
System Design
Sliding Window :
Binary Search :
1. Binary Search for Beginners by @wh0ami
2. [Python] Powerful Ultimate Binary Search Template. Solved many problems by @zhjiun_liao
3. Binary Search 101 by @AminiCK
4. Master binary search from beginner to pro by Anonymous User
1. Most consistent ways of dealing with the series of stock problems by @fun4LeetCode
2. Sum Megapost (How to solve 2 sum, 3 sum and 4 sum) by @peyman_np
3. How to solve linked list problems in C++ by @LHearen
4. Template for all combination problem set by @fight.for.dream
5. Summary of solutions for problems "reducible" to LeetCode 378 (Kth smallest element in a sorted
matrix) by @fun4LeetCode
6. Internal implementations of C++ STL containers and their associated time complexities by
@Manisha4018
7. Problems related to randomization by @Manisha4018
8. How to write thread safe code
9. General principles behind problems similar to Reverse pairs by @fun4Leetcode
10. One approach to solve problems which need you to find subarrays with certain conditions by
@Lisanaaa
Bit manipulation :
Greedy :
String :
Two pointers :
1. General summary of what kind of problem can/ cannot solved by Two Pointers by @a2232189
Interview Last minute Preparation :
Javascript :
https://www.interviewbit.com/javascript-interview-questions/
React.js :
https://www.interviewbit.com/react-interview-questions/
Node.js :
https://www.simplilearn.com/tutorials/nodejs-tutorial/nodejs-interview-q
uestions
Express.js :
https://www.geeksforgeeks.org/top-50-express-js-interview-questions-a
nd-answers/
MongoDB :
https://mindmajix.com/mongodb-interview-questions
MySQL :
https://www.javatpoint.com/mysql-interview-questions
Spring boot :
https://www.interviewbit.com/spring-boot-interview-questions/