]> mj.ucw.cz Git - saga.git/blob - PLAN
More permutations.
[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   o  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   o  Ranking and unranking
30   o  Ranking of permutations
31   o  Ranking of 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 Spanning trees:
47
48 - cite Eisner's tutorial \cite{eisner:tutorial}
49 - \cite{pettie:onlineverify} online lower bound
50 - mention Steiner trees
51 - mention matroids
52 - sorted weights
53 - mention disconnected graphs
54 - Euclidean MST
55 - Some algorithms (most notably Fredman-Tarjan) do not need flattening
56 - reference to mixed Boruvka-Jarnik
57 - use the notation for contraction by a set
58
59 Models:
60
61 - bit tricks: reference to HAKMEM
62 - mention in-place radix-sorting?
63
64 Ranking:
65
66 - the general perspective: is it only a technical trick?
67 - move description of the ranking set to the chapter on models?
68 - ranking of permutations on general sets, relationship with integer sorting
69 - mention approximation of permanent
70 - mention \pi[x...y]
71
72 Notation:
73
74 - use X+e, X-e for general sets?
75 - \O(...) as a set?
76 - G has to be connected, so m=O(n)
77 - impedance mismatch in terminology: contraction of G along e vs. contraction of e.
78 - use \delta(X) notation
79 - unify use of n(G) vs. n
80 - use calligraphic letters from ams?