src/work/marci/bfsit_vs_byhand.cc
2004-11-13 Naming changes:
2004-10-16 It's time to design an iterable generic bfs
2004-09-29 hugo -> lemon
2004-08-31 graph_wrapper.h is ready for hugo 0.2
2004-08-25 bug fix, test...
2004-08-17 technical corrections
2004-05-14 To avoid confusion my old ListGraph is can be used under name SageGraph, work/sage_graph.h contains it.
2004-05-14 for_each_macros.h in include
2004-05-10 bfs_iterator -> bfs_dfs.h, some docs
2004-05-07 top-sort, dimacs mods.
2004-05-06 #include <hugo/ > modifications
2004-04-24 modifications for better compatibility with gcc 3.4.0
2004-04-21 work/marci/bfs_iterator.h BfsIterator5 -> BfsIterator, DfsIterator5 -> DfsIterator
2004-04-21 misc
2004-04-21 time comparison for bfs iterator and iterator by hand