SHADOW088's blog

By SHADOW088, history, 2 weeks ago, In English

Is it acceptable to skip learning OOPs and Linked Lists for now while focusing on C++ and DSA for competitive programming?

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

»
2 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Yes

»
2 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Yeah... Absolutely

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

Linked list can be useful. e.g. josephus problem https://cses.fi/problemset/task/2164

  • »
    »
    2 weeks ago, # ^ |
    Rev. 2   Vote: I like it +10 Vote: I do not like it

    it's absolutely useless in production. this ds will be dead in 10 years i promise you.

  • »
    »
    2 weeks ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    There is a very easy recursive solution for that problem

»
2 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

If fully going for DSA/CP, then sure, go ahead. No harm in your problemsolving capabilities there. But be sure to come back later, at least with OOP.