Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs211:winter2012:journals:garrett:entries:week_1 [2012/01/18 04:23] – [Chapter 1: Introduction: Some Representative Problems] garrettheath4 | courses:cs211:winter2012:journals:garrett:entries:week_1 [2012/03/07 03:45] (current) – enabled discussion garrettheath4 | ||
---|---|---|---|
Line 22: | Line 22: | ||
The **Competitive Facility Location Problem** is a problem where two competing sets are trying to claim weighted nodes on a graph that are not adjacent to nodes already claimed by the other set. | The **Competitive Facility Location Problem** is a problem where two competing sets are trying to claim weighted nodes on a graph that are not adjacent to nodes already claimed by the other set. | ||
==== Chapter 2: Basics of Algorithm Analysis ==== | ==== Chapter 2: Basics of Algorithm Analysis ==== | ||
- | FIXME | + | === Computational Tractability === |
+ | It is difficult to define efficiency, much less determine if a given algorithm is efficient or not. It may be tempting to just compare an algorithm' | ||
+ | === Asymptotic Order of Growth === | ||
+ | If we are analyzing the time behavior of an algorithm, it would be nice if we could provide some useful general characteristics about it that could be used to relate to other algorithms with a similar time behavior. | ||
+ | |||
+ | |||
+ | |||
+ | ~~DISCUSSION~~ |