Algorithms for Competitive Programming

AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.world to Programming@programming.dev – 48 points –
cp-algorithms.com

Since the latest thread was about dynamic programming, I'm sharing this neat goldmine for anyone preparing for interviews or just bored and in need of programming exercises to pass time.

4

what is competitive programming ? 0.0

completing leetcode style tasks as fast as possible

Competitions where individuals or teams try to solve complex programming problems as fast as possible. Websites like Codeforces even have weekly online competitions and leaderboards. It's great for learning problem solving.