]> mj.ucw.cz Git - saga.git/blob - PLAN
Bug fixes.
[saga.git] / PLAN
1 *  Minimum Spanning Trees
2
3   o  The Problem
4   o  Basic properties
5   o  Red/Blue meta-algorithm
6   o  Classical algorithms
7   o  Contractive algorithms
8
9 *  Fine Details of Computation
10
11   o  Models and machines
12   o  Radix-sorting
13   .  Bit tricks
14   .  Ranking sets
15   .  Bitwise B-trees
16   .  Q-Heaps
17
18 *  Advanced MST Algorithms
19
20   o  Minor-closed classes
21   o  Fredman-Tarjan algorithm
22   .  ?? Chazelle ??
23   .  ?? Pettie ??
24   .  MST verification
25   .  Randomized algorithms
26
27 *  Ranking combinatorial objects
28
29   .  Ranking of permutations: history
30   .  Linear-time algorithm
31   .  k-permutations
32   .  Permutations with no fixed point
33   .  ?? other objects ??
34
35 *  Dynamic MST algorithms
36
37   .  (Semi-)dynamic algorithms
38   .  Sleator-Tarjan trees
39   .  ET-trees
40   .  Fully dynamic connectivity
41   .  Semi-dynamic MST
42   .  Fully dynamic MST
43
44 TODO:
45
46 - cite Eisner's tutorial \cite{eisner:tutorial}
47 - \cite{pettie:onlineverify} online lower bound
48 - mention Steiner trees
49 - mention matroids
50 - sorted weights
51 - mention disconnected graphs
52 - Euclidean MST
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
57
58 Notation:
59
60 - \O(...) as a set?
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