1 * Minimum Spanning Trees
5 o Red/Blue meta-algorithm
7 o Contractive algorithms
9 * Fine Details of Computation
16 * Advanced MST Algorithms
18 o Minor-closed classes
19 o Fredman-Tarjan algorithm
21 o Linear-time verification
22 o A randomized algorithm
23 o Special cases and related problems
25 * Approaching Optimality
29 . An optimal algorithm
32 * Ranking Combinatorial Objects
34 o Ranking and unranking
35 o Ranking of permutations
36 o Ranking of k-permutations
37 o Restricted permutations
38 o Hatcheck lady and other derangements
40 . ?? general perspective ??
42 * Dynamic MST algorithms
44 . (Semi-)dynamic algorithms
45 . Sleator-Tarjan trees
47 . Fully dynamic connectivity
55 - cite Eisner's tutorial \cite{eisner:tutorial}
56 - \cite{pettie:onlineverify} online lower bound
58 - move the remark on disconnected graphs? separate section?
59 - Some algorithms (most notably Fredman-Tarjan) do not need flattening
60 - reference to mixed Boruvka-Jarnik
61 - use the notation for contraction by a set
62 - practical considerations: katriel:cycle, moret:practice (mention pairing heaps)
63 - parallel algorithms: p243-cole (see also remarks in Karger and pettie:minirand), pettie:parallel
64 - bounded expansion classes?
65 - degree-restricted cases and arborescences
66 - Pettie's paper on random bits (pettie:minirand)
67 - random sampling (propp:randommst)
71 - bit tricks: reference to HAKMEM
72 - mention in-place radix-sorting?
73 - consequences of Q-Heaps: Thorup's undirected SSSP etc.
74 - add more context from thorup:aczero, also mention FP operations
75 - expand the section on radix-sorting, mention Buchsbaum
76 - move Q-Heaps to the chapter on the MST's?
80 - the general perspective: is it only a technical trick?
81 - ranking of permutations on general sets, relationship with integer sorting
82 - JN: explain approx scheme
83 - JN: 4.5.1: neslo by preci isolovat nejaky vlstnosti restriction matrices
84 tak aby byl speedup? Staci napr predpokladat 4.5.2 (jako to postulovat)
85 co je to vlstne za matice co splnuji 4.5.2
86 - JN: bounded-degree restriction graphs; would it imply general speedup?
90 - G has to be connected, so m=O(n)
91 - impedance mismatch in terminology: contraction of G along e vs. contraction of e.
92 - use \delta(X) notation
93 - unify use of n(G) vs. n
94 - use calligraphic letters from ams?
95 - change the notation for contractions -- use double slash instead of the dot?
96 - introduce \widehat\O early