We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919d2e9 commit e3d8194Copy full SHA for e3d8194
base.js
@@ -1,15 +1,3 @@
1
-// class for sorting
2
-class sortData {
3
- constructor(data) {
4
- this.data = data;
5
- }
6
- selectionSort() {}
7
- bubbleSort() {}
8
- stopSort() {
9
- return false;
10
11
-}
12
-
13
//get selected algorithm
14
function getAlgo() {
15
var algo = document.getElementsByName("algo-name");
searching-algorithm/base.js
@@ -1,14 +1,4 @@
// class for sorting
0 commit comments