Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d020cdd

Browse files
Removed underscores in package names and numbered the problems
1 parent d0cb7fc commit d020cdd

File tree

26 files changed

+17
-17
lines changed

26 files changed

+17
-17
lines changed

‎src/main/java/com/borrelunde/leetcodesolutions/add_two_numbers/ListNode.java renamed to ‎src/main/java/com/borrelunde/leetcodesolutions/problem0002/addtwonumbers/ListNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.borrelunde.leetcodesolutions.add_two_numbers;
1+
package com.borrelunde.leetcodesolutions.problem0002.addtwonumbers;
22

33
/**
44
* Definition for singly-linked list.

‎src/main/java/com/borrelunde/leetcodesolutions/add_two_numbers/Solution.java renamed to ‎src/main/java/com/borrelunde/leetcodesolutions/problem0002/addtwonumbers/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.borrelunde.leetcodesolutions.add_two_numbers;
1+
package com.borrelunde.leetcodesolutions.problem0002.addtwonumbers;
22

33
/**
44
* This is the solution to the LeetCode problem: 2. Add Two Numbers

‎src/main/java/com/borrelunde/leetcodesolutions/median_of_two_sorted_arrays/Solution.java renamed to ‎src/main/java/com/borrelunde/leetcodesolutions/problem0004/medianoftwosortedarrays/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.borrelunde.leetcodesolutions.median_of_two_sorted_arrays;
1+
package com.borrelunde.leetcodesolutions.problem0004.medianoftwosortedarrays;
22

33
/**
44
* This is the solution to the LeetCode problem: 4. Median of Two Sorted Arrays

‎src/main/java/com/borrelunde/leetcodesolutions/string_to_integer_atoi/Solution.java renamed to ‎src/main/java/com/borrelunde/leetcodesolutions/problem0008/stringtointegeratoi/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.borrelunde.leetcodesolutions.string_to_integer_atoi;
1+
package com.borrelunde.leetcodesolutions.problem0008.stringtointegeratoi;
22

33
/**
44
* This is the solution to the LeetCode problem: 8. String to Integer (atoi)

‎src/main/java/com/borrelunde/leetcodesolutions/palindrome_number/Solution.java renamed to ‎src/main/java/com/borrelunde/leetcodesolutions/problem0009/palindromenumber/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.borrelunde.leetcodesolutions.palindrome_number;
1+
package com.borrelunde.leetcodesolutions.problem0009.palindromenumber;
22

33
/**
44
* This is the solution to the LeetCode problem: 9. Palindrome Number

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /