1.10


  1. I did read the whole section. I didn't find any of it too terribly difficult, I've had a couple CS courses where we handled recursion quite a bit. I need a little practice determining complexity of a recursion algorithm though. I also thought the master theorem was easy to apply, but expect the proof to be intense.
  2. This brought back memories of getting used to recursion in my other classes. The thing that helped me most was to act like it wasn't recursion - simply a function that splits up a problem and then calls a different function. When we started complexity stuff, I thought about how you'd do complexity of recursive functions, and now I know it's actually not too bad!

Comments

Popular posts from this blog

1.9

3.1

1.3