Skip to content

Commit f89a60e

Browse files
authored
Update README.md
1 parent 7c1bc0d commit f89a60e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ For example, given [0, 1, 3, 50, 75], return [“2”, “4->49”, “51->74”
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.
8585

86-
[**MergeTwoSortedLists**](https://github.com/techieJarek/coding-problems/blob/master/MergeTwoSortedLists.java) -
86+
[**MergeTwoSortedLists.java**](https://github.com/techieJarek/coding-problems/blob/master/MergeTwoSortedLists.java) -
8787
Merge two sorted linked lists and return it as a new list. The new list should be made by
8888
splicing together the nodes of the first two lists.
89+
90+
[**ValidateBST.java**](https://github.com/techieJarek/coding-problems/blob/master/ValidateBST.java) -
91+
Given a binary tree, determine if it is a valid Binary Search Tree (BST).

0 commit comments

Comments
 (0)