We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d28691 commit c3853c2Copy full SHA for c3853c2
Graphs/index.html
@@ -10,7 +10,7 @@
10
<script src="../JqueryAndBootstrap/bootstrap.min.js"></script>
11
12
<script>var algorithm = "DFS/BFS";
13
- var collapse = "YES"; </script>
+ var collapse = "NO"; </script>
14
<script src="js/graphStructureController.js"></script>
15
<script src="js/eventManager.js"></script>
16
<script src="js/adjacencyList.js"></script>
UnionFind/css/union_style.css
@@ -33,6 +33,11 @@ ul#arrayUL li div.content {
33
width: 50px;
34
border: 2px solid black;
35
padding: 10px;
36
+ font-size: 1.1em;
37
+}
38
+
39
+ul#arrayUL li div.index {
40
+ font-size: 1.2em;
41
}
42
43
div.unionSort {
0 commit comments