doc/algorithms.dox
author deba
Wed, 06 Sep 2006 10:01:15 +0000
changeset 2200 2f2ac1b1ca1e
child 2216 1e45cdeea3cc
permissions -rw-r--r--
An easy avoiding of a bug

The functional interfaces are removed.
Better solution could be a reference counted core of the io interfaces

Now it is huge work so just write that:

GraphReader<ListGraph>(std::cin, graph).

Instead of:

graphReader(std::cin, graph).
alpar@2196
     1
/**
alpar@2196
     2
\page algorithms Algorithms
alpar@2196
     3
alpar@2196
     4
Place-holder page for algorithms.
alpar@2196
     5
*/