Computer Science Fundamentals (CS153 2003S)
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[EC]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Lab Writeups]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Misc:
[Experiments in Java]
[Scheme Reference]
[Scheme Report]
[CS153 2002S (Walker)]
[CS151 2003S (Rebelsky)]
[CS152 2000F (Rebelsky)]
[SamR]
Back to More Higher-Order Procedures. On to More Algorithm Analysis.
Held: Wednesday, 19 February 2003
Summary: Today we consider techniques for comparatively evaluating the running time of algorithms.
Related Pages:
Notes:
long,
pretentious,
fiction,
geeky, ...).
Overview:
speed. That is, we consider how long the algorithm takes to run.
asymptoticin that we look at the behavior as the input gets larger.
Big-Oof an algorithm.
for big enough n.
sizeof the input (e.g., the number of items in a list or vector to be manipulated).
elementof the input. Finding the smallest element in a list is often an O(n) algorithm.
divide and conquer.
unimportantbecause they can be
hiddenin the d.
countthe steps in an algorithm and then add them up. After you've taken combinatorics, you can use recurrence relations.
Thursday, 15 January 2003 [Samuel A. Rebelsky]
Wednesday, 19 February 2003 [Samuel A. Rebelsky]
Back to More Higher-Order Procedures. On to More Algorithm Analysis.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[EC]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Lab Writeups]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Misc:
[Experiments in Java]
[Scheme Reference]
[Scheme Report]
[CS153 2002S (Walker)]
[CS151 2003S (Rebelsky)]
[CS152 2000F (Rebelsky)]
[SamR]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Tue May 6 09:20:34 2003.
The source to the document was last modified on Wed Feb 19 08:39:28 2003.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS153/2003S/Outlines/outline.19.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby