Page 1 of 1
L19 Programming Problem Championship: Round 8 (Coins)
Posted: Thu Aug 03, 2017 11:32 am
by Solomon
Leaderboard
- bernds - 33
- ugoertz - 26
- gamesorry - 22
- Solomon - 20
- dfan - 9
- peti29 - 8
- quantumf - 8
- jeromie - 5
- Kirby - 3
Contest Link: https://open.kattis.com/contests/pv68zq
Start Time:
2017-08-04 17:00:00 UTC (Fri August 4 2017 10am PST, 19:00 CEST)
Duration:
60 hours
Problems:
5
Theme:
Coins
Past Rounds:
Re: L19 Programming Problem Championship: Round 8 (Coins)
Posted: Thu Aug 03, 2017 4:00 pm
by Solomon
I should mention that most, if not all of these problems can be solved using dynamic programming (DP). Something about coin problems being DP problems... (including the classical
Coin Change problem that's used often in software interviews). For those who forgot, the very first round we did also covered DP problems, so that might be a good refresher as well:
viewtopic.php?f=8&t=14197
Re: L19 Programming Problem Championship: Round 8 (Coins)
Posted: Mon Aug 07, 2017 4:15 am
by bernds
Not much to say this time except I was quite tired and only did the easy ones (more comments on request if someone thinks one of them wasn't easy). Thanks for organizing the round in any case and hopefully next time I'll feel a bit more active.
The leaderboard looked strange this time around, with lots of people (not from here?) joining and then not doing anything.
Re: L19 Programming Problem Championship: Round 8 (Coins)
Posted: Mon Aug 07, 2017 7:52 am
by Solomon
I've been recently going to a competitive programming meetup over the weekends, so it's been more difficult to put in the effort this time for me as well. I think for the next round, I'll drop the # of problems down to 3 or 4. Still, this one was a great way to brush some dust off DP for me.