Differences
This shows you the differences between two versions of the page.
courses:cs211:winter2011:journals:andrew:chapter2_continued [2011/01/26 02:51] – created bennetta | courses:cs211:winter2011:journals:andrew:chapter2_continued [2011/01/26 03:02] (current) – bennetta | ||
---|---|---|---|
Line 30: | Line 30: | ||
*A priority queue is designed for applications in which elements are assigned priority values. Every time an element is selected from this queue it should return the element with the highest priority value\\ | *A priority queue is designed for applications in which elements are assigned priority values. Every time an element is selected from this queue it should return the element with the highest priority value\\ | ||
| | ||
- | *We aim for logn time when using priority queues. | + | *We aim for logn time when using priority queues.\\ |
+ | | ||
+ | | ||
+ | *A heap can be thought of, conceptually, | ||
+ | |||
+ | |||
+ | ===== Ending Thoughts ===== | ||
+ | Yet again the book does a good job in this chapter of shoring up any leaks I may have had in my own mind about the information we have covered in class on this topic. While Prof. Sprenkle does a much better job of teaching the material and making it learn-able, the extra readings in the text book allow me to gain a better understanding of the subject matter. Readability: |