3.4, due friday oct 6

difficult:

I didn't understand what heaps were before this, and understanding how the indexing on heap storage in an array works was a bit difficult.

application:

heaps are super useful. It's interesting that we can get almost the entire usefulness of a BST without the complexity of insertion and such (unless we need to sift the heap). Also, people's names for some data structures make me laugh.

Comments

Popular posts from this blog

8.6, due Friday 12/8

8.7, due Monday dec 11

8.1, due Nov 27 17