Skip to content

Commit 97473ef

Browse files
rename 1st to first to follow naming convention
1 parent 43cd666 commit 97473ef

File tree

1,404 files changed

+2204
-2225
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,404 files changed

+2204
-2225
lines changed

paginated_contents/algorithms/1st_thousand/README.md

Lines changed: 800 additions & 800 deletions

src/main/java/com/fishercoder/solutions/_1st_thousand/_1.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_10.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

33
public class _10 {
44

src/main/java/com/fishercoder/solutions/_1st_thousand/_100.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_101.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_102.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_103.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_104.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_105.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

src/main/java/com/fishercoder/solutions/_1st_thousand/_106.java renamed to src/main/java/com/fishercoder/solutions/first_thousand/_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._1st_thousand;
1+
package com.fishercoder.solutions.first_thousand;
22

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

0 commit comments

Comments
 (0)