-
Notifications
You must be signed in to change notification settings - Fork 9
/
algorithms.bib
79 lines (67 loc) · 2.54 KB
/
algorithms.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
% The theory of algorithms, and implementations of general-purpose
% algorithms.
% There are also currently a number of algorithms papers in other.bib
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Graph algorithms, including graph drawing
%%%
@Article{ChaudriSWZ2000,
author = {Shiva Chaudhuri and K. V. Subrahmanyam and Frank Wagner and Christos D. Zaroliagis},
title = {Computing Mimicking Networks},
journal = {Algorithmica},
year = 2000,
volume = 26,
number = 1,
pages = "31--49"
}
@Article{HagerupKNR98,
author = {Torben Hagerup and Jyrki Katajainen and Naomi Nishimura and Prabhakar Ragde},
title = {Characterizing Multiterminal Flow Networks and Computing Flows in Networks of Small Treewidth},
journal = {Journal of Computer and System Sciences},
year = 1998,
volume = 57,
number = 3,
pages = "366--375"
}
@InProceedings{Bodlaender93,
author = {Hans L. Bodlaender},
title = {A linear time algorithm for finding tree-decompositions of small treewidth},
crossref = "STOC93",
pages = "226--234",
}
@InProceedings{Bodlaender2005,
author = {Hans L. Bodlaender},
title = {Discovering Treewidth},
crossref = "SOFSEM2005",
pages = "1--16",
}
@InProceedings{DiBattistaT89,
author = {Giuseppe Di Battista and Roberto Tamassia},
title = {Incremental Planarity Testing},
crossref = "FOCS89",
pages = "436--441",
}
@InProceedings{ChekuriGKLS97,
author = {Chandra S. Chekuri and Andrew V. Goldberg and David R. Karger and Matthew S. Levine and Cliff Stein},
title = {Experimental study of minimum cut algorithms},
crossref = "SODA97",
pages = "324--333",
}
@InProceedings{GutwengerJKLPM2002,
author = {Carsten Gutwenger and Michael J\"{u}nger and Gunnar W. Klau and Sebastian Leipert and Petra Mutzel},
title = {Graph Drawing Algorithm Engineering with {AGD}},
booktitle = {Revised Lectures on Software Visualization, International Seminar},
pages = "307--323",
year = 2002
}
@InProceedings{GutwengerJKLMW2001,
author = {Carsten Gutwenger and Michael J\"{u}nger and Gunnar W. Klau and Sebastian Leipert and Petra Mutzel and Ren\'{e} Weiskircher},
title = {{AGD} - A Library of Algorithms for Graph Drawing},
crossref = "GD2001",
pages = "473--474",
}
@InProceedings{ChimaniGJKMS2007,
author = {Markus Chimani and Carsten Gutwenger and Michael J\"{u}nger and Karsten Klein and Petra Mutzel and Michael Schulz},
title = {The {Open Graph Drawing Framework}},
crossref = "GD2007",
NOpages = "*"
}