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.
You must log in or register to comment.
See also: https://github.com/pllk/cphb (Competitive Programmer’s Handbook)
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.