Skip to content

Commit afa405e

Browse files
authored
Update README.md
1 parent 68e5d8a commit afa405e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ For example, given [0, 1, 3, 50, 75], return [“2”, “4->49”, “51->74”
8282

8383
[**PalindromeNumber.java**](https://github.com/techieJarek/coding-problems/blob/master/PalindromeNumber.java) -
8484
Determine whether an integer is a palindrome. Do this without extra space.
85+
86+
[**MergeTwoSortedLists**](https://github.com/techieJarek/coding-problems/blob/master/MergeTwoSortedLists.java) -
87+
Merge two sorted linked lists and return it as a new list. The new list should be made by
88+
splicing together the nodes of the first two lists.

0 commit comments

Comments
 (0)