Skip to content

Commit 43cd666

Browse files
committedJun 17, 2024·
move problems into its own folder
1 parent 3cd7213 commit 43cd666

File tree

1,042 files changed

+1042
-1050
lines changed

Some content is hidden

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

1,042 files changed

+1042
-1050
lines changed
 

‎src/main/java/com/fishercoder/solutions/_207.java renamed to ‎src/main/java/com/fishercoder/solutions/_1st_thousand/_207.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions._1st_thousand;
22

33
import java.util.ArrayList;
44
import java.util.HashSet;

‎src/main/java/com/fishercoder/solutions/_208.java renamed to ‎src/main/java/com/fishercoder/solutions/_1st_thousand/_208.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions._1st_thousand;
22

33
public class _208 {
44
public static class Solution1 {

0 commit comments

Comments
 (0)
Please sign in to comment.