1 * Minimum Spanning Trees
5 o Red/Blue meta-algorithm
7 o Contractive algorithms
9 * Fine Details of Computation
18 * Advanced MST Algorithms
20 o Minor-closed classes
21 o Fredman-Tarjan algorithm
25 . Randomized algorithms
27 * Ranking combinatorial objects
29 . Ranking of permutations: history
30 . Linear-time algorithm
32 . Permutations with no fixed point
35 * Dynamic MST algorithms
37 . (Semi-)dynamic algorithms
38 . Sleator-Tarjan trees
40 . Fully dynamic connectivity
46 - cite Eisner's tutorial \cite{eisner:tutorial}
47 - \cite{pettie:onlineverify} online lower bound
48 - mention Steiner trees
51 - mention disconnected graphs
53 - Some algorithms (most notably Fredman-Tarjan) do not need flattening
54 - mention in-place radix-sorting?
55 - ranking of permutations on general sets, relationship with integer sorting
56 - reference to mixed Boruvka-Jarnik
61 - G has to be connected, so m=O(n)
62 - impedance mismatch in terminology: contraction of G along e vs. contraction of e.
63 - use \delta(X) notation
64 - unify use of n(G) vs. n