Pete's Log: Log Entry 197

Entry #197, (Coding, Hacking, & CS stuff)
(posted when I was 21 years old.)

well, apparently dynamic programming is really cool. i implemented a recursive solution to the gone fishing problem, which took about .1 CPU seconds on the small sample input that the dynamic programming solution took 0.01 CPU seconds to solve. big deal. well, on the really huge data set that the dynamic programming solution takes about 4.5 CPU seconds to solve, the recursive solution has been working for about 600 CPU seconds thus far and still does not yet have a solution. nifty. plans for today: do network management lab, finish up paper on dynamic programming, and hold programming team meeting.