Title |
User |
Message |
Date Posted |
Re: faster way? |
bbi5291 |
Yes, for some reason Omegle Voyeur doesn't work on any machine I've ever owned. Sorry about that. |
Jul 29, 2010 - 1:09:34 pm UTC |
Re: faster way? |
SourSpinach |
I never thought of a greedy approach, but your algorithm is absolutely correct, taking advantage of the fact that getting to depth X is at least as good as getting to any depth 0..X-1. Same worst-case... |
Jul 21, 2010 - 1:51:22 pm UTC |
faster way? |
ryuuga |
instead of dynamic, this can be done in a greedy way... instead of minimum drill bits to be stationary at a certain level, deepest valid level for a certain number of drill bits would be faster on ... |
Jul 20, 2010 - 12:53:30 am UTC |
Hint |
SourSpinach |
Since you can go left and right freely, if you're standing still at a certain depth, does your East/West position matter? Also, if you're already below the treasure, make sure you've already picked i... |
Nov 29, 2008 - 5:29:41 pm UTC |