src/work/athos/kruskal_otletek
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
permissions -rw-r--r--
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
     1 
     2 UnionFind<graph_type, NodeIt> uf( G, G.NodeIt());
     3 NodeUnionFind<graph_type> uf( G);
     4 
     5 Kell e:
     6 find visszaadja a nagyfonokot, altalaban kell e a belso tarolobol tudni visszafejteni az ott levo pontot.
     7 Kell e merge(int, int)
     8      esetleg merge(Nodeit fonoka, NodeIt fonokb)
     9 
    10 konstruálás map-ből.
    11 find: visszaad egy egészet
    12 
    13 findAndMerge: visszaad egy boolt
    14