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

Programming

17424 readers
24 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 !webdev@programming.dev



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
[–] learnbyexample@programming.dev 4 points 10 months ago

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

[–] RAM@discuss.tchncs.de 2 points 10 months ago (2 children)

what is competitive programming ? 0.0

[–] sus@programming.dev 7 points 10 months ago* (last edited 10 months ago)

completing leetcode style tasks as fast as possible

[–] popcar2@programming.dev 6 points 10 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.