Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
23cs500 [2024-03-31] – [Synopsis] Martin Ziegler | 23cs500 [2025-04-05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
All Computer Science is based on the concept of an efficient // | All Computer Science is based on the concept of an efficient // | ||
- | We thus call these ' | + | We thus call these ' |
* | * | ||
Line 15: | Line 15: | ||
More specifically we discuss, design, and analyze algorithms with respect to various __cost__ measures //beyond// traditional (=sequential) runtime, | More specifically we discuss, design, and analyze algorithms with respect to various __cost__ measures //beyond// traditional (=sequential) runtime, | ||
such as | such as | ||
- | * memory, | + | * memory |
* parallel time/ | * parallel time/ | ||
* size=# | * size=# | ||
Line 26: | Line 26: | ||
* amortized, | * amortized, | ||
* competitive (ratio), | * competitive (ratio), | ||
- | * approx. | + | * approximation |
The practical impact of these algorithms is demonstrated in selected implementations. | The practical impact of these algorithms is demonstrated in selected implementations. | ||
Line 63: | Line 63: | ||
* R. Sedgewick: [[https:// | * R. Sedgewick: [[https:// | ||
* Coursera: [[https:// | * Coursera: [[https:// | ||
+ | * MIT OCW: [[https:// | ||
==== Syllabus/ | ==== Syllabus/ | ||
Line 74: | Line 75: | ||
7. P/NP Intermission ({{: | 7. P/NP Intermission ({{: | ||
8. Approximation | 8. Approximation | ||
- | 9. parallel Time ({{:cs500i.ppt|PPT}}, {{:cs500i.pdf|PDF}}) \\ | + | 9. parallel Time ({{:cs500p.ppt|PPT}}, {{:cs500p.pdf|PDF}}) \\ |
- | 10. Memory ({{:cs500k.ppt|PPT}}, {{:cs500k.pdf|PDF}}) | + | 10. Memory ({{:cs500m.ppt|PPT}}, {{:cs500m.pdf|PDF}}) |
==== E-Learning: ==== | ==== E-Learning: ==== | ||
Line 81: | Line 82: | ||
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
- | * {{averagequicksort.pdf|Solution to the quiz in Chapter 3}} | + | * {{averagequicksort.pdf|Average-Case Analysis of QuickSort}} |