programming challenge
glyphtree.com
programming challenge
1–10 of 43 posts
Re: programming challenge
#2But something tells me the solution is going to be a lot less simple though.
Re: programming challenge
#3Re: programming challenge
#4View source on the home page is interesting too.
It has me wondering how 'loser' is defined and if a person can be their own 'friend' ... (read their riddle poem if that makes no sense to you).
Re: programming challenge
#5This looks like a really cool challenge. Reminds me a bit of the knapsack problem ( http://en.wikipedia.org/wiki/Backpack_problem ) But something tells me the solution is going to be a lot less simple though.
TL;DR - It gets to be a pretty messy/bad backpack and should probably be solved another way
Re: programming challenge
#6Re: programming challenge
#7 1 jar1:2
2
3 jar2:3
4
5
6 jar1:2 jar2:4
7
8
9 jar2:6
10
11
12 jar1:11 jar2:3
13
14
15Re: programming challenge
#8Re: programming challenge
#9If you run whois and check linkedin, you can figure out where the author most likely works and what sort of things they do... No names since he probably doesn't want to be googleable.
Re: programming challenge
#10The solution given is incorrect. It yields 29 white balls, while the following yields 35. 1 jar1:2 2 3 jar2:3 4 5 6 jar1:2 jar2:4 7 8 9 jar2:6 10 11 12 jar1:11 jar2:3 13 14 15