DEV Community

Keshav
Keshav

Posted on

10 Resources to BRUSH uP DSA concepts !

If you are not quite ready to jump into problem solving. I have made this concept review thread (originally on twitter) to brush up your concepts of data structures and algorithms 🔥

  1. Crash Course on Data Structures by Mosh Hamedani
    https://www.youtube.com/watch?v=BBpAmxU_NQo

  2. 10 Most Important Concepts for Coding Interviews by Clement Mihailescu
    https://www.youtube.com/watch?v=Ge0Udbws1kc

  3. Linked List Review by HackerRank
    https://www.youtube.com/watch?v=njTh_OwMljA

  4. BFS and DFS Review by HackerRank
    https://www.youtube.com/watch?v=zaBhtODEL0w

  5. Binary Search Review by HackerRank
    https://www.youtube.com/watch?v=P3YID7liBug

  6. Stacks and Queues Review by HackerRank
    https://www.youtube.com/watch?v=wjI1WNcIntg

  7. Trees Review by HackerRank
    https://www.youtube.com/watch?v=oSWTXtMglKE

  8. Heaps Review by HackerRank
    https://www.youtube.com/watch?v=t0Cq6tVNRBA

9.Hash Table Review by HackerRank
https://www.youtube.com/watch?v=shs0KM3wKv8

10.Recursion Review by HackerRank
https://www.youtube.com/watch?v=KEEKn7Me-ms

Follow @keshavgbpecdel for more such helpful content!

Top comments (0)