Skip to content

Commit c6938ce

Browse files
move problems into its own folder
1 parent a97cef3 commit c6938ce

File tree

221 files changed

+395
-395
lines changed

Some content is hidden

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

221 files changed

+395
-395
lines changed

paginated_contents/algorithms/3rd_thousand/README.md

Lines changed: 175 additions & 175 deletions

src/main/java/com/fishercoder/solutions/_2000.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2000.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2000 {
44
public static class Solution1 {

src/main/java/com/fishercoder/solutions/_2001.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
import java.util.HashMap;
44
import java.util.Map;

src/main/java/com/fishercoder/solutions/_2006.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2006.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2006 {
44
public static class Solution1 {

src/main/java/com/fishercoder/solutions/_2007.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2007.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
import java.util.Arrays;
44
import java.util.HashMap;

src/main/java/com/fishercoder/solutions/_2011.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2011.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2011 {
44
public static class Solution1 {

src/main/java/com/fishercoder/solutions/_2012.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2012.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
import java.util.Arrays;
44

src/main/java/com/fishercoder/solutions/_2016.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2016.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2016 {
44
public static class Solution1 {

src/main/java/com/fishercoder/solutions/_2017.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2017.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2017 {
44
public static class Solution1 {

src/main/java/com/fishercoder/solutions/_2018.java renamed to src/main/java/com/fishercoder/solutions/thirdthousand/_2018.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder.solutions;
1+
package com.fishercoder.solutions.thirdthousand;
22

33
public class _2018 {
44
public static class Solution1 {

0 commit comments

Comments
 (0)