| | CPSC 517 - Topics (Site not responding. Last check: 2007-10-21) |
 | | A worst case analysis of an algorithm is sometime more pessimistic than necessary: Inputs that cause an algorithm to use the time or space suggested by this kind of analysis might be infrequent, and one might be more interested in the way the algorithm works ``most of the time.'' |
 | | ``Amortized analysis'' provides more meaningful information about the behaviour of certain data structures, when these are accessed or changed by a long sequence of operations. |
 | | However there is, evidently, interesting material concerning the analysis of heuristics - including branch and bound algorithms, as well as more recent approaches such as genetic algorithms, that would be appropriate for inclusion in CPSC 517. |
| pages.cpsc.ucalgary.ca /~eberly/Courses/CPSC517/topics.html (761 words) |