SHADOW088's blog

By SHADOW088, history, 20 months 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

| Write comment?
»
20 months ago, hide # |
 
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

»
20 months ago, hide # |
 
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.

»
17 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

OOP model in C++ is quite outdated, bloated and full of bad patterns. If you want to learn actually useful models look either at Golang (which is relatively simple) or Rust (this will take some time to learn).