]> mj.ucw.cz Git - saga.git/blob - PLAN
Added Edge removal lemma.
[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   o  Q-Heaps
15
16 *  Advanced MST Algorithms
17
18   o  Minor-closed classes
19   o  Fredman-Tarjan algorithm
20   o  MST verification
21   o  Linear-time verification
22   o  A randomized algorithm
23   o  Special cases and related problems
24
25 *  Approaching Optimality
26
27   o  Soft heaps
28   o  Robust contractions
29   o  Decision trees
30   o  An optimal algorithm
31
32 *  Dynamic MST algorithms
33
34   o  (Semi-)dynamic algorithms
35   o  ET-trees
36   o  Fully dynamic connectivity
37   o  Dynamic MST
38
39 *  Ranking Combinatorial Objects
40
41   o  Ranking and unranking
42   o  Ranking of permutations
43   o  Ranking of k-permutations
44   o  Restricted permutations
45   o  Hatcheck lady and other derangements
46   .  ?? other objects ??
47   .  ?? general perspective ??
48
49 TODO:
50
51 Preface:
52
53 - mention notation
54 - cite GA booklet
55 - mention bugs in Valeria's verification paper
56
57 - G has to be connected, so m=O(n)
58
59 Spanning trees:
60
61 - cite Eisner's tutorial \cite{eisner:tutorial}
62
63 Applications:
64
65 - K best trees
66 - degree-restricted cases and arborescences
67 - bounded expansion classes?
68 - finding all MST's
69
70 Ranking:
71
72 - the general perspective: is it only a technical trick?
73 - ranking of permutations on general sets, relationship with integer sorting
74 - JN: explain approx scheme
75 - JN: 4.5.1:  neslo by preci isolovat nejaky vlstnosti restriction matrices
76   tak aby byl speedup? Staci napr predpokladat 4.5.2 (jako to postulovat)
77   co je to vlastne za matice co splnuji 4.5.2
78 - JN: bounded-degree restriction graphs; would it imply general speedup?
79
80 Notation:
81
82 - use \delta(X) notation
83 - use the notation for contraction by a set
84 - unify use of n(G) vs. n
85 - introduce \widehat\O early
86
87 Typography:
88
89 * formatting of multi-line \algin, \algout
90 - use calligraphic letters from ams?
91
92 Global:
93
94 - each chapter should make clear in which model we work
95 - clean up bibliography
96
97 Pictures:
98
99 - structure of a Q-heap