Skip to content

Commit 49a9ebd

Browse files
rename 1st to first to follow naming convention
1 parent 6afe3dd commit 49a9ebd

File tree

1,405 files changed

+2205
-2205
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,405 files changed

+2205
-2205
lines changed

paginated_contents/algorithms/1st_thousand/README.md

Lines changed: 800 additions & 800 deletions

src/main/java/com/fishercoder/solutions/first_thousand/_1.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_1.java

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

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

src/main/java/com/fishercoder/solutions/first_thousand/_10.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_10.java

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

33
public class _10 {
44

src/main/java/com/fishercoder/solutions/first_thousand/_100.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_100.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_101.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_101.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_102.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_102.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_103.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_103.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_104.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_104.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_105.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_105.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

src/main/java/com/fishercoder/solutions/first_thousand/_106.java renamed to src/main/java/com/fishercoder/solutions/firstthousand/_106.java

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

33
import com.fishercoder.common.classes.TreeNode;
44

0 commit comments

Comments
 (0)