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 4a8c73d

Browse files
Merge pull request #7 from borrelunde/fix_package_hierarchy
Fix package hierarchy
2 parents 06e51ca + d020cdd commit 4a8c73d

File tree

26 files changed

+18
-18
lines changed

26 files changed

+18
-18
lines changed

‎src/main/java/com/bl/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.bl.add_two_numbers;
1+
package com.borrelunde.leetcodesolutions.problem0002.addtwonumbers;
22

33
/**
44
* Definition for singly-linked list.
File renamed without changes.

‎src/main/java/com/bl/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.bl.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
File renamed without changes.
File renamed without changes.

‎src/main/java/com/bl/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.bl.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
File renamed without changes.

‎src/main/java/com/bl/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.bl.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)
File renamed without changes.

‎src/main/java/com/bl/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.bl.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 によって変換されたページ (->オリジナル) /