Skip to content

Commit c154e05

Browse files
authored
Update README.md
1 parent 9b2ad7e commit c154e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ splicing together the nodes of the first two lists.
9191
Given a binary tree, determine if it is a valid Binary Search Tree (BST).
9292

9393
[**MaximumDepthOfBinaryTree.java**](https://github.com/techieJarek/coding-problems/blob/master/MaximumDepthOfBinaryTree.java) - Given a binary tree, find its maximum depth.
94-
The maximum depth is the number of nodes along the longest path from the root node
95-
down to the farthest leaf node.
94+
95+
[**MinimumDepthOfBinaryTree.java**](https://github.com/techieJarek/coding-problems/blob/master/MinimumDepthOfBinaryTree.java) - Given a binary tree, find its minimum depth.

0 commit comments

Comments
 (0)