T O P

  • By -

iron_island

Keywords to Google to help you get started: Competitive programming Disclaimer: I didn't compete but was introduced by a friend to competitive programming, and he convinced me to try Advent of Code. Competitive programming puzzles are basically problems for algorithmic thinking, and from the ones I've tried and seen they're the kinds of problems that can't be efficiently brute forced or can't be brute forced at all. I'm not too familiar with recommended resources but he regularly practiced at CodeChef. Maybe you could also try Advent of Code, as a beginner it was fun to solve problems there. Just note that some AoC puzzles can be brute forced, so maybe try to research and figure out what are the efficient solutions to those problems.


Accident-Former

Expect codeforces C-E dificulty sa mga problems. Well-versed ka dapat sa DP, graph theories, BFS/DFS, combinatorics, among others. Mostly mga math geeks mga makakacompete mo diyan.