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 7
7
< link href ="css/bootstrap.min.css " rel ="stylesheet " media ="screen ">
8
8
< link href ="css/union_style.css " rel ="stylesheet ">
9
9
10
- <!-- Insert this line above script imports -->
11
- < script > if ( typeof module === 'object' ) {
12
- window . module = module ;
13
- module = undefined ;
14
- } </ script >
15
-
16
10
< script src ="js/jquery.min.js "> </ script >
17
11
< script src ="js/jquery-ui-1.12.0/jquery-ui.min.js "> </ script >
18
12
< script src ="js/bootstrap.min.js "> </ script >
26
20
< script src ="js/StateController.js "> </ script >
27
21
< script src ="js/QuickUnionPathCompression.js "> </ script >
28
22
< 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 >
34
23
</ head >
35
24
36
25
@@ -65,7 +54,6 @@ <h1 id="headerText">Quick Find</h1>
65
54
onclick ="viewer.switchAlgorithm('QuickFind') "> Quick Find< br >
66
55
< input id ="Quick Union " type ="radio " name ="algorithm " value ="quickUnion "
67
56
onclick ="viewer.switchAlgorithm('QuickUnion') "> Quick Union< br >
68
- <!--javaBinder.switchAlgorithm('QuickUnion')-->
69
57
< input id ="Weighted Union " type ="radio " name ="algorithm " value ="weightedUnion "
70
58
onclick ="viewer.switchAlgorithm('WeightedUnion') "> Weighted Union< br >
71
59
< input id ="QuickUnionPathCompression " type ="radio " name ="algorithm " value ="quickComp "
You can’t perform that action at this time.
0 commit comments