.hgignore
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Fri, 26 Sep 2008 12:40:11 +0200 (2008-09-26) |
changeset 286 |
da414906fe21 |
parent 155 |
5c3604513ed0
|
child 298 |
74eb8b425d82 |
permissions |
-rw-r--r-- |
Improvements related to BFS/DFS/Dijkstra (ticket #96)
- Add run(s,t) function to BfsVisit.
- Modify run(s,t) functions in the class interfaces to return bool value.
- Bug fix in Dijkstra::start(t) function.
- Improve Dijkstra::currentDist().
- Extend test files to check named class template parameters.
- Doc improvements.