X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2FFordFulk%2FListItem.pm;h=055e13e4db31a3e48e127499342d7e771c1dd956;hb=b905cf5f4f66563d9d21d9a53bcc0b1efec62ab8;hp=b6f17c2e971bfbd30f60f6f6a5e9852c80ba6740;hpb=4eff5fe31d7bf25f4471ff4329fde56cba97fdcf;p=www.jankratochvil.net.git diff --git a/project/FordFulk/ListItem.pm b/project/FordFulk/ListItem.pm index b6f17c2..055e13e 100755 --- a/project/FordFulk/ListItem.pm +++ b/project/FordFulk/ListItem.pm @@ -31,13 +31,12 @@ our %ListItem=( "name"=>"Ford-Fulkenson Algorithm Demonstration", "priority"=>5, "download"=>"FordFulk/FordFulk.zip", - "online-demo"=>"FordFulk/", "summary"=>"Web applet", "license"=>"PD", "maintenance"=>"finished", "language"=>"Java 1.0.2", "description"=>"" - .'

Java applet to demonstrate the internals of Ford-Fulkerson network algorithm.

' + .'

Java applet to demonstrate the internals of Ford-Fulkenson network algorithm.

' ); 1;