0
What are the prerequisites for competitive programming??
Yeah I know basic codes and concepts but do I need to learn something more??
1 Réponse
+ 1
algorithms(branch and bound, dynamic, greedy, back tracking, etc)
abstract data types(arrays, stacks, queues, graphs, etc)
design patterns (creational, behavioral, structural).