Please read the new rule regarding the restriction on the use of AI tools. ×

singlabharat's blog

By singlabharat, history, 2 months ago, In English

Hello CF!

Here's a list of the DSA, in the order I would encourage you to learn them, with some gem tutorials for each:

1) Time Complexity

2) Sorting

3) Binary Search

4) 2 Pointers & Sliding Window

5) Recursion

6) Bit Manipulation

7) Number theory

8) Dynamic Programming

9) Trees & Graphs

10) UFDS/DSU

11) Segment Trees

This is some of the best content out there that I've myself learnt from, taught, and discovered over the years...

Hope you find them useful!

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +1 Vote: I do not like it

Additionally, EDU is really good when it comes to segtrees.

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I've only included video tutorials as it's intended for beginners. Ofc nothing compares to CF blogs

    • »
      »
      »
      2 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      EDU ITMO course is packed with videos as well as implementation (+problems). I think it might be the best place to start. You should check it out.