bibliography.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. <HTML>
  2. <!--
  3. Copyright (c) Jeremy Siek 2000
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <Head>
  9. <Title>Boost Graph Library: Bibliography</Title>
  10. <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
  11. ALINK="#ff0000">
  12. <IMG SRC="../../../boost.png"
  13. ALT="C++ Boost" width="277" height="86">
  14. <BR Clear>
  15. <H2>Bibliography</H2>
  16. <DL COMMapCT><DD><P></P><DT><A NAME="aho83:_data_struct_algo">1</A>
  17. <DD>
  18. A.&nbsp;V. Aho, J.&nbsp;E. Hopcroft, and J.&nbsp;D. Ullman.
  19. <BR><EM>Data Structures and Algorithms</EM>.
  20. <BR>Addison-Wesley, 1983.
  21. <P></P><DT><A NAME="austern99:_gener_progr_stl">2</A>
  22. <DD>
  23. M.&nbsp;H. Austern.
  24. <BR><EM>Generic Programming and the STL</EM>.
  25. <BR>Professional computing series. Addison-Wesley, 1999.
  26. <P></P><DT><A NAME="baumgartner95:_signatures">3</A>
  27. <DD>
  28. G.&nbsp;Baumgartner and V.&nbsp;F. Russo.
  29. <BR>Signatures: A language extension for improving type abstraction and
  30. subtype polymorphism in C++.
  31. <BR><EM>Software-Practice and Experience</EM>, 25(8):863-889, August 1995.
  32. <P></P><DT><A NAME="bellman58">4</A>
  33. <DD>
  34. R.&nbsp;Bellman.
  35. <BR>On a routing problem.
  36. <BR><EM>Quarterly of Applied Mathematics</EM>, 16(1):87-90, 1958.
  37. <P></P><DT><A NAME="bruce95">5</A>
  38. <DD>
  39. K.&nbsp;B. Bruce, L.&nbsp;Cardelli, G.&nbsp;Castagna, the Hopkins Objects&nbsp;Group, G.&nbsp;T.
  40. Leavens, and B.&nbsp;Pierce.
  41. <BR>On binary methods.
  42. <BR><EM>Theory and Practice of Object Systems</EM>, 1:221-242, 1995.
  43. <P></P><DT><A NAME="coleman85:_algor">6</A>
  44. <DD>
  45. T.&nbsp;F. Coleman, B.&nbsp;S. Garbow, and J.&nbsp;J. Mor'e.
  46. <BR>Algorithm 649: Fortran subroutines for estimating sparse hessian
  47. matrices.
  48. <BR><EM>ACM Transactions on Mathematical Software</EM>, 11(4):378, December
  49. 1985.
  50. <P></P><DT><A NAME="coleman84:_estim_jacob">7</A>
  51. <DD>
  52. T.&nbsp;F. Coleman and J.&nbsp;J. Mor'e.
  53. <BR>Estimation of sparse jacobian matrices and graph coloring problems.
  54. <BR><EM>SIAM Journal on Numerical Analysis</EM>, 20:187-209,, 1984.
  55. <P></P><DT><A NAME="clr90">8</A>
  56. <DD>
  57. T.&nbsp;Cormen, C.&nbsp;Leiserson, and R.&nbsp;Rivest.
  58. <BR><EM>Introduction to Algorithms</EM>.
  59. <BR>McGraw-Hill, 1990.
  60. <P></P><DT><A NAME="curtis74:_jacob">9</A>
  61. <DD>
  62. A.&nbsp;Curtis, M.&nbsp;Powell, and J.&nbsp;Reid.
  63. <BR>On the estimation of sparse jacobian matrices.
  64. <BR><EM>Journal of the Institute of Mathematics and its Applications</EM>,
  65. 13:117-119, 1974.
  66. <P></P><DT><A NAME="dijkstra59">10</A>
  67. <DD>
  68. E.&nbsp;Dijkstra.
  69. <BR>A note on two problems in connexion with graphs.
  70. <BR><EM>Numerische Mathematik</EM>, 1:269-271, 1959.
  71. <P></P><DT><A NAME="ford62:_flows">11</A>
  72. <DD>
  73. L.&nbsp;R. Ford and D.&nbsp;R. Fulkerson.
  74. <BR><EM>Flows in networks</EM>.
  75. <BR>Princeton University Press, 1962.
  76. <P></P><DT><A NAME="gamma95:_design_patterns">12</A>
  77. <DD>
  78. E.&nbsp;Gamma, R.&nbsp;Helm, R.&nbsp;Johnson, and J.&nbsp;Vlissides.
  79. <BR><EM>Design Patterns: Elements of Reusable Object-Oriented Software</EM>.
  80. <BR>Professional Computing. Addison-Welsey, 1995.
  81. <P></P><DT><A NAME="george93:graphtheory">13</A>
  82. <DD>
  83. A.&nbsp;George, J.&nbsp;R. Gilbert, and J.&nbsp;W. Liu, editors.
  84. <BR><EM>Graph Theory and Sparse Matrix Computation</EM>.
  85. <BR>Springer-Verlag New York, Inc, 1993.
  86. <P></P><DT><A NAME="george81:__sparse_pos_def">14</A>
  87. <DD>
  88. A.&nbsp;George and J.&nbsp;W.-H. Liu.
  89. <BR><EM>Computer Solution of Large Sparse Positive Definite Systems</EM>.
  90. <BR>Computational Mathematics. Prentice-Hall, 1981.
  91. <P></P><DT><A NAME="graham85">15</A>
  92. <DD>
  93. R.&nbsp;Graham and P.&nbsp;Hell.
  94. <BR>On the history of the minimum spanning tree problem.
  95. <BR><EM>Annals of the History of Computing</EM>, 7(1):43-57, 1985.
  96. <P></P><DT><A NAME="hart68">16</A>
  97. <DD>
  98. P.&nbsp;E. Hart, N.&nbsp;J. Nilsson, and B.&nbsp;Raphael.
  99. <BR>A formal basis for the heuristic determination of minimum cost paths.
  100. <BR><EM>IEEE Transactions on Systems Science and Cybernetics</EM>,
  101. 4(2):100-107, 1968.
  102. <P></P><DT><A NAME="kruskal56">18</A>
  103. <DD>
  104. J.&nbsp;B. Kruskal.
  105. <BR>On the shortest spanning subtree of a graph and the traveling
  106. salesman problem.
  107. <BR>In <EM>Proceedings of the American Mathematical Sofiety</EM>, volume&nbsp;7,
  108. pages 48-50, 1956.
  109. <P></P><DT><A NAME="kuehl96:_design_patterns_for_graph_algo">19</A>
  110. <DD>
  111. D.&nbsp;K&#252;hl.
  112. <BR>Design patterns for the implementation of graph algorithms.
  113. <BR>Master's thesis, Technische Universit&#228;t Berlin, July 1996.
  114. <P></P><DT><A NAME="lawler76:_comb_opt">20</A>
  115. <DD>
  116. E.&nbsp;L. Lawler.
  117. <BR><EM>Combinatorial Opimization: Networks and Matroids</EM>.
  118. <BR>Holt, Rinehart, and Winston, 1976.
  119. <P></P><DT><A NAME="LIU:MMD">21</A>
  120. <DD>
  121. J.&nbsp;W.&nbsp;H. Liu.
  122. <BR>Modification of the minimum-degree algorithm by multiple elimination.
  123. <BR><EM>ACM Transaction on Mathematical Software</EM>, 11(2):141-153, 1985.
  124. <P></P><DT><A NAME="mehlhorn99:_leda">22</A>
  125. <DD>
  126. K.&nbsp;Mehlhorn and S.&nbsp;Näher.
  127. <BR><EM>The LEDA Platform of Combinatorial and Geometric Computing</EM>.
  128. <BR>Cambridge University Press, 1999.
  129. <P></P><DT><A NAME="meyer88:_object_soft_const">23</A>
  130. <DD>
  131. B.&nbsp;Meyer.
  132. <BR><EM>Object-oriented Software Construction</EM>.
  133. <BR>Prentice Hall International Series in Computer Science. Prentice
  134. Hall, 1988.
  135. <P></P><DT><A NAME="myers95:_trait">24</A>
  136. <DD>
  137. N.&nbsp;C. Myers.
  138. <BR>Traits: a new and useful template technique.
  139. <BR><EM>C++ Report</EM>, June 1995.
  140. <P></P><DT><A NAME="prim57:_short">25</A>
  141. <DD>
  142. R.&nbsp;Prim.
  143. <BR>Shortest connection networks and some generalizations.
  144. <BR><EM>Bell System Technical Journal</EM>, 36:1389-1401, 1957.
  145. <P></P><DT><A NAME="saad96:imsms">26</A>
  146. <DD>
  147. Y.&nbsp;Saad.
  148. <BR><EM>Iterative Methods for Sparse Minear System</EM>.
  149. <BR>PWS Publishing Company, 1996.
  150. <P></P><DT><A NAME="tarjan83:_data_struct_network_algo">27</A>
  151. <DD>
  152. R.&nbsp;E. Tarjan.
  153. <BR><EM>Data Structures and Network Algorithms</EM>.
  154. <BR>Society for Industrial and Applied Mathematics, 1983.
  155. <P></P><DT><A NAME="parter61:_gauss">28</A>
  156. <DD>
  157. Seymour Parter.
  158. <BR><EM>The use of linear graphs in Gauss elimination</EM>.
  159. <BR>SIAM Review, 1961 3:119-130.
  160. <P></P><DT><A NAME="matula72:_graph_theory_computing">29</A>
  161. <DD>
  162. D. Matula, G. Marble, and J. Isaacson
  163. <BR><EM>Graph coloring algorithms in Graph Theory and
  164. Computing</EM>.<BR>
  165. Academic Press, pp.104-122, 1972.
  166. <P></P><DT><A NAME="garey79:computers-and-intractability">30</a>
  167. <DD>
  168. M.R. Garey and D.S. Johnson<BR>
  169. <EM>Computers and Intractibility: A Guide to the Theory of
  170. NP-Completeness</EM><BR>
  171. W.H. Freeman, New York, 1979.
  172. <P></P><DT><A NAME="welsch67">31</a>
  173. <DD>D. Welsch and M. B. Powel<BR>
  174. <EM>An upper bound for the chromatic number of a graph and its
  175. application to timetabling problems</EM>
  176. Computer Journal, 10:85-86, 1967.
  177. <P></P><DT><A NAME="brelaz79:_new">32</a>
  178. <DD>D. Br'elaz<BR>
  179. <EM>New methods to color the vertices of a graph</EM><br>
  180. Communications of the ACM, vol. 22, 1979, pp. 251-256.
  181. <P></P><DT><A NAME="heber99:_saw">33</a>
  182. <DD>G. Heber, R. Biswas, G.R. Gao<BR>
  183. <EM>Self-Avoiding Walks over Adaptive Unstructured Grids</EM><br>
  184. Parallel and Distributed Processing, LNCS 1586,
  185. Springer-Verlag, 1999, pp. 968-977
  186. <P></P><DT><A NAME="ng-raghavan">34</a>
  187. <DD>Esmond G. Ng amd Padma Raghavan<BR>
  188. <EM>Performance of greedy ordering heuristics for sparse {C}holesky factorization</EM><br>
  189. SIAM Journal on Matrix Analysis and Applications (To appear)
  190. <P></P><DT><A NAME="George:evolution">35</a>
  191. <DD>Alan George and Joseph W. H. Liu<BR>
  192. <EM>The Evolution of the Minimum Degree Ordering Algorithm</EM><br>
  193. SIAM Review, March 1989, vol. 31, num. 1, pp. 1-19.
  194. <P></P><DT><A NAME="ford56:_maxim">36</a>
  195. <DD>L. R. Ford and D. R. Fulkerson<BR>
  196. <EM>Maximal flow through a network.</EM><br>
  197. Can. Journal of Mathematics 1956 pp.399-404
  198. <P></P><DT><A NAME="goldberg85:_new_max_flow_algor">37</a>
  199. <DD>A. V. Goldberg<BR>
  200. <EM>A New Max-Flow Algorithm.</EM><br>
  201. MIT Tehnical report MIT/LCS/TM-291, 1985.
  202. <P></P><DT><A NAME="karzanov74:_deter">38</a>
  203. <DD>A. V. Karzanov<BR>
  204. <EM>Determining the maximal flow in a network by the method of preflows.</EM><br>
  205. Sov. Math. Dokl. 1974
  206. <P></P><DT><A NAME="ahuja93:_network_flows">39</a>
  207. <DD>Ravindra K. Ahuja and Thomas L. Magnanti and James B. Orlin<BR>
  208. <EM>Network Flows: Theory, Algorithms, and Applications.</EM><br>
  209. Prentice Hall, 1993.
  210. <P></P><DT><A NAME="edmonds72:_improvements_netflow">40</a>
  211. <DD>Jack Edmonds and Richard M. Karp<BR>
  212. <EM>Theoretical improvements in the algorithmic efficiency for network flow problems.</EM><br>
  213. Journal of the ACM, 1972 19:248-264
  214. <P></P><DT><A NAME="tarjan72:dfs_and_linear_algo">41</a>
  215. <DD>Robert E. Tarjan<BR>
  216. <EM>Depth first search and linear graph algorithms.</EM><br>
  217. SIAM Journal on Computing, 1(2):146-160, 1972
  218. <P></P><DT><A NAME="eppstein97:dynamic_graph">42</a>
  219. <DD>David Eppstein, Zvi Galil, and Giuseppe F. Italiano<BR>
  220. <EM>Dynamic Graph Algorithms.</EM><br>
  221. Chapter 22, CRC Handbook of Algorithms and Theory of Computation, 1997.
  222. <P></P><DT><A NAME="cuthill69:reducing_bandwith">43</a>
  223. <DD>E. Cuthill and J. McKee<BR>
  224. <EM>Reducing the bandwidth of sparse symmetric matrices.</EM><br>
  225. Proceedings of the 24th National Conference of the ACM, 1969.
  226. <P></P><DT><A NAME="liu75:anal_cm_rcm">44</a>
  227. <DD>J. Liu and A. Sherman<BR>
  228. <EM>Comparative analysis of the Cuthill-Mckee and the reverse
  229. Cuthill-Mckee ordering algorithms for sparse matrices.</EM><br>
  230. SIAM Journal of Numerical Analysis. 13 (1975), pp. 198-213.
  231. <P></P><DT><A NAME="george71:fem">45</a>
  232. <DD>Alan George<BR>
  233. <EM>Computer implementation of the finite element method</EM><br>
  234. Technical Report STAN-CS-208, Stanford University (1971).
  235. <P></P><DT><A NAME="fortin96:_graph_iso_prob">46</a>
  236. <DD>Scott Fortin<BR>
  237. <EM>The Graph Isomorphism Problem</EM><br>
  238. TR 96-20, Dept. of Computer Science, University of Alberta (1996)
  239. <P></P><DT><A NAME="mckay81:_pract_graph_iso">47</a>
  240. <DD>Brendan D. McKay<BR>
  241. <EM>Practical Graph Isomorphism</EM><br>
  242. Congressus Numerantium (1981)
  243. <P></P><DT><A NAME="reingold77:_combin_algo">48</a>
  244. <DD>Reingold, Nievergelt, and Deo<BR>
  245. <EM>Combinatorial Algorithms: Theory and Practice</EM><br>
  246. Prentice Hall (1977)
  247. <P></P><DT><A NAME="moore59">49</a>
  248. <DD>Edward Moore<BR>
  249. <EM>The shortest path through a maze</EM><br>
  250. International Symposium on the Theory of Switching (1959)<br>
  251. Harvard University Press
  252. <P></P><DT><A NAME="nuutila95">50</a>
  253. <DD>E. Nuutila<BR>
  254. <EM>Efficient transitive closure computation in large digraphs</EM><br>
  255. PhD Thesis, Helsinki University of Technology, 1995. <br>
  256. Acta Polytechnica Scandinavica, Mathematics and Computing in
  257. Engineering Series, No. 74.
  258. <P></P><DT><A NAME="goral79">51</a>
  259. <DD>A. Goralcikova and V. Koubek<BR>
  260. <EM>A reduct and closure algorithm for graphs</EM><br>
  261. In Mathematical Foundations of Computer Science, <br>
  262. volume 74 of Lecture Notes in Computer Science, pages 301-307. <br>
  263. Springer-Verlag, 1979
  264. <P></P><DT><A NAME="simon86">52</a>
  265. <DD>Klaus Simon<BR>
  266. <EM>An Improved Algorithm for Transitive Closure on Acyclic Digraphs</EM><br>
  267. Theoretical Computer Science 58<br>
  268. Automata, Languages and Programming, 376-386, 1986
  269. <P></P><DT><A NAME="purdom70">53</a>
  270. <DD>P. Purdom<BR>
  271. <EM>A Transitive Closure Algorithm</EM><br>
  272. BIT, 10, 1970, pp. 76-94.
  273. <p></p><dt><a name="brandes01">54</a>
  274. <dd>Ulrik Brandes<br>
  275. <em><a href="http://ella.slis.indiana.edu/~katy/L579/brandes.pdf">A
  276. Faster Algorithm for Betweenness Centrality</a></em><br>
  277. Journal of Mathematical Sociology 25 (2):163-177, 2001.
  278. <p></p><dt><a name="freeman77">55</a>
  279. <dd>Lindon C. Freeman<br>
  280. <em>A Set of Measures of Centrality Based on Betweenness</em><br>
  281. Sociometry 40, pp. 35-41, 1977.
  282. <p></p><dt><a name="anthonisse71">56</a>
  283. <dd>J.M. Anthonisse<br>
  284. <em>The rush in a directed graph.</em><br>
  285. Technical Report BN9/71, Stichting Mahtematisch Centrum, Amsterdam, 1971.
  286. <p></p><dt><a name="kamada89">57</a>
  287. <dd>T. Kamada and S. Kawai<br>
  288. <em>An algorithm for drawing general undirected graphs.</em><br>
  289. Information Processing Letters, 31, pp. 7-15, 1989.
  290. <p></p><dt><a name="fruchterman91">58</a>
  291. <dd>T. Fruchterman and E. Reingold<br>
  292. <em>Graph drawing by force-directed placement.</em><br>
  293. Software--Practice &amp; Experience, 21 (11), pp. 1129-1164, 1991.
  294. <p></p><dt><a name="coleman83">59</a>
  295. <dd>Thomas F. Coleman and Jorge J. More<br>
  296. <em>Estimation of sparse Jacobian
  297. matrices and graph coloring problems.</em><br>
  298. Journal of Numerical Analasis V20, pp. 187-209, 1983.
  299. <p></p><dt><a name="gursoy00">60</a>
  300. <dd>Attila G&uuml;rsoy and Murat Atun<br>
  301. <em>Neighborhood Preserving Load Balancing: A Self-Organizing Approach</em>
  302. <br>
  303. Euro-Par Parallel Processing, LNCS 1900, pp. 324-41, 2000.
  304. <p></p><dt><a name="driscoll88">61</a>
  305. <dd>James R. Driscoll, Harold N. Gabow, Ruth Shrairman, and Robert E. Tarjan<br>
  306. <em>Relaxed Heaps: An alternative for Fibonacci Heaps with applications to parallel computation.</em><br>
  307. Communications of the ACM, 31 (11), pp. 1343-1354, November 1988.
  308. <p></p><dt><a name="king70">62</a>
  309. <dd>King, I. P.<br>
  310. <em>An automatic reordering scheme for simultaneous equations derived from network analysis.</em><br>
  311. Int. J. Numer. Methods Engrg. 2, pp. 523-533, 1970.
  312. <p></p><dt><a name="palmer2000">63</a>
  313. <dd>C. Palmer and J. Steffan<br>
  314. <em>Generating Network Topologies That Obey Power Laws</em><br>
  315. Proceedings of GLOBECOM. November, 2000.
  316. <p></p><dt><a name="edmonds65">64</a>
  317. <dd>J. Edmonds<br>
  318. <em>Paths, trees, and flowers</em><br>
  319. Canadian Journal of Mathematics 17 (1965), pp. 449-467.
  320. <p></p><dt><a name="lengauer-tarjan79">65</a>
  321. <dd>Thomas Lengauer and Robert Endre Tarjan<br>
  322. <em>A fast algorithm for finding dominators in a flowgraph</em><br>
  323. ACM Transactions on Programming Language and Systems, 1(1):121-141, 1979.
  324. <p></p><dt><a name="muchnick97">66</a>
  325. <dd>Steven S. Muchnick<br>
  326. <em>Advanced Compiler Design and Implementation</em><br>
  327. Morgan Kaufmann Publishers, San Fransisco, 1997.
  328. <p></p><dt><a name="appel98">67</a>
  329. <dd>Andrew W. Appel<br>
  330. <em>Modern Compiler Implementation in JAVA</em><br>
  331. Cambridge University Press, 1998.
  332. <p></p><dt><a name="kolmogorov03">68</a>
  333. <dd>Vladimir Kolmogorov<br>
  334. <em>Graph Based Algorithms for Scene Reconstruction from Two or More Views</em><br>
  335. PhD thesis, Cornell University, September 2003.
  336. <p></p><dt><a name="boykov-kolmogorov04">69</a>
  337. <dd>Yuri Boykov and Vladimir Kolmogorov<br>
  338. <em><a href="http://www.csd.uwo.ca/faculty/yuri/Abstracts/pami04-abs.html">An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision</a></em><br>
  339. In <em>IEEE Transactions on Pattern Analysis and Machine Intelligence</em>, vol. 26, no. 9, pp. 1124-1137, Sept. 2004.
  340. <p></p><dt><a name="boyermyrvold04">70</a>
  341. <dd>John M. Boyer and Wendy J. Myrvold<br>
  342. <em><a href="http://www.emis.de/journals/JGAA/accepted/2004/BoyerMyrvold2004.8.3.pdf">
  343. On the Cutting Edge: Simplified O(n) Planarity by Edge Addition</a>
  344. </em><br>
  345. Journal of Graph Algorithms and Applications, 8(2): 241-273, 2004.
  346. <p></p><dt><a name="chrobakpayne95">71</a>
  347. <dd>M. Chrobak, T. Payne<br>
  348. <em>
  349. A Linear-time Algorithm for Drawing a Planar Graph on the Grid
  350. </em><br>
  351. Information Processing Letters 54: 241-246, 1995.
  352. <p></p><dt><a name="defraysseixpachpollack90">72</a>
  353. <dd>H. de Fraysseix, J. Pach, R. Pollack<br>
  354. <em>
  355. How to Draw a Planar Graph on a Grid
  356. </em><br>
  357. Combinatorica 10: 41-51, 1990.
  358. <P></P><DT><A NAME="wilson96generating">73</A>
  359. <DD>
  360. David&nbsp;Bruce&nbsp;Wilson
  361. <BR><em>Generating random spanning trees more quickly than the cover time</em>.
  362. ACM Symposium on the Theory of Computing, pp. 296-303, 1996.
  363. <p></p><dt><a name="edmonds65:_max_weighted_match">74</a>
  364. <dd>J. Edmonds<br>
  365. <em>Maximum Matching and a Polyhedron with 0, 1-Vertices</em><br>
  366. Journal of Research of the National Bureau of Standards B 69, pp. 125-130, 1965.
  367. <p></p><dt><a name="gabow76">75</a>
  368. <dd>Harold N. Gabow<br>
  369. <em>An Efficient Implementation of Edmonds' Algorithm for Maximum Matching on Graphs</em><br>
  370. Journal of the ACM (JACM), 23(2): 221-234, 1976.
  371. <p></p><dt><a name="gabow90">76</a>
  372. <dd>Harold N. Gabow<br>
  373. <em>Data Structures for Weighted Matching and Nearest Common Ancestors with Linking</em><br>
  374. Proceedings of the First Annual ACM-SIAM Symposium on Discrete Algorithms, pp. 434-443, 1990.
  375. </dl>
  376. <br>
  377. <HR>
  378. <TABLE>
  379. <TR valign=top>
  380. <TD nowrap>Copyright &copy; 2000-2001</TD><TD>
  381. <A HREF="http://www.boost.org/people/jeremy_siek.htm">Jeremy Siek</A>, Indiana University (<A HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</A>)
  382. </TD></TR></TABLE>
  383. </BODY>
  384. </HTML>