benchmark/edge_lookup_test
author deba
Sun, 30 Dec 2007 18:23:32 +0000
changeset 2550 f26368148b9c
permissions -rwxr-xr-x
Changing degree of tournament tree
Bug fix in union find
Small efficiency improvment in bipartite matchings
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done