3.4, due on October 5
Difficult:
The most difficult part of today's reading was the proof of Proposition 3.4.7. The steps made sense, but I had a hard time understanding the setup.
Reflective:
Okay, I have a real question about this section. If we can build a priority queue in O(n) time, and we pop things off a priority queue in O(n) time, does that mean we have an O(n) sorting algorithm? That's what it seems like! But as far as I know, that isn't the case.
The most difficult part of today's reading was the proof of Proposition 3.4.7. The steps made sense, but I had a hard time understanding the setup.
Reflective:
Okay, I have a real question about this section. If we can build a priority queue in O(n) time, and we pop things off a priority queue in O(n) time, does that mean we have an O(n) sorting algorithm? That's what it seems like! But as far as I know, that isn't the case.
Comments
Post a Comment