File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 77 < link href ="css/bootstrap.min.css " rel ="stylesheet " media ="screen ">
88 < link href ="css/union_style.css " rel ="stylesheet ">
99
10- <!-- Insert this line above script imports -->
11- < script > if ( typeof module === 'object' ) {
12- window . module = module ;
13- module = undefined ;
14- } </ script >
15-
1610 < script src ="js/jquery.min.js "> </ script >
1711 < script src ="js/jquery-ui-1.12.0/jquery-ui.min.js "> </ script >
1812 < script src ="js/bootstrap.min.js "> </ script >
2620 < script src ="js/StateController.js "> </ script >
2721 < script src ="js/QuickUnionPathCompression.js "> </ script >
2822 < script src ="js/WeightedUnionPathCompression.js "> </ script >
29- <!-- For debugging -->
30- <!-- <script type='text/js' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> -->
31-
32- <!-- Insert this line after script imports -->
33- < script > if ( window . module ) module = window . module ; </ script >
3423</ head >
3524
3625
@@ -65,7 +54,6 @@ <h1 id="headerText">Quick Find</h1>
6554 onclick ="viewer.switchAlgorithm('QuickFind') "> Quick Find< br >
6655 < input id ="Quick Union " type ="radio " name ="algorithm " value ="quickUnion "
6756 onclick ="viewer.switchAlgorithm('QuickUnion') "> Quick Union< br >
68- <!--javaBinder.switchAlgorithm('QuickUnion')-->
6957 < input id ="Weighted Union " type ="radio " name ="algorithm " value ="weightedUnion "
7058 onclick ="viewer.switchAlgorithm('WeightedUnion') "> Weighted Union< br >
7159 < input id ="QuickUnionPathCompression " type ="radio " name ="algorithm " value ="quickComp "
You can’t perform that action at this time.
0 commit comments