this post was submitted on 16 Jan 2024
51 points (93.2% liked)

Programming

16976 readers
178 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 8 months ago

See also: https://github.com/pllk/cphb (Competitive Programmer's Handbook)

[–] [email protected] 2 points 8 months ago (2 children)

what is competitive programming ? 0.0

[–] [email protected] 6 points 8 months ago* (last edited 8 months ago)

completing leetcode style tasks as fast as possible

[–] [email protected] 5 points 8 months ago

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.