SHADOW088's blog

By SHADOW088, history, 2 hours 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
  • +4
  • Vote: I do not like it

»
117 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Yes

»
115 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Yeah... Absolutely

»
14 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    1 minute ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

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