Skip to content

Commit d6d05f5

Browse files
author
AmiyahJo
committed
chore: remove comments
1 parent 15e1f13 commit d6d05f5

File tree

1 file changed

+0
-8
lines changed
  • lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11

1 file changed

+0
-8
lines changed

lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
public class Lesson11 {
77

8-
/**
9-
* Provide the solution to LeetCode 1929 here:
10-
* https://leetcode.com/problems/concatenation-of-array
11-
*/
128
public int[] getConcatenation(int[] nums) {
139
int n = nums.length;
1410

@@ -22,10 +18,6 @@ public int[] getConcatenation(int[] nums) {
2218
return ans;
2319
}
2420

25-
/**
26-
* Provide the solution to LeetCode 2942 here:
27-
* https://leetcode.com/problems/find-words-containing-character/
28-
*/
2921
public List<Integer> findWordsContaining(String[] words, char x) {
3022
List<Integer> indices = new ArrayList<>();
3123

0 commit comments

Comments
 (0)