Skip to content

Commit 9e4e0c7

Browse files
committed
removed wrong submissions
1 parent c716523 commit 9e4e0c7

File tree

98 files changed

+49
-1725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+49
-1725
lines changed

scripts/algorithms/A/Asteroid Collision/Asteroid Collision.java

-48
This file was deleted.

scripts/algorithms/A/Asteroid Collision/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/B/Beautiful Array/Beautiful Array.java

-25
This file was deleted.

scripts/algorithms/B/Beautiful Array/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/B/Binary Gap/Binary Gap.java

-16
This file was deleted.

scripts/algorithms/B/Binary Gap/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/B/Binary Tree Paths/Binary Tree Paths.java

-28
This file was deleted.

scripts/algorithms/B/Binary Tree Paths/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Calculate Digit Sum of a String/Calculate Digit Sum of a String.java

-15
This file was deleted.

scripts/algorithms/C/Calculate Digit Sum of a String/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Check If All 1's Are at Least Length K Places Away/Check If All 1's Are at Least Length K Places Away.java

-27
This file was deleted.

scripts/algorithms/C/Check If All 1's Are at Least Length K Places Away/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Clumsy Factorial/Clumsy Factorial.java

-34
This file was deleted.

scripts/algorithms/C/Clumsy Factorial/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Container With Most Water/Container With Most Water.java

-19
This file was deleted.

scripts/algorithms/C/Container With Most Water/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Contains Duplicate III/Contains Duplicate III.java

-24
This file was deleted.

scripts/algorithms/C/Contains Duplicate III/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Count Equal and Divisible Pairs in an Array/Count Equal and Divisible Pairs in an Array.java

-21
This file was deleted.

scripts/algorithms/C/Count Equal and Divisible Pairs in an Array/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"solution": {
99
"c++": true,
1010
"python": true,
11-
"java": true,
11+
"java": false,
1212
"javascript": true
1313
}
1414
}

scripts/algorithms/C/Count Unique Characters of All Substrings of a Given String/Count Unique Characters of All Substrings of a Given String.java

-23
This file was deleted.

0 commit comments

Comments
 (0)