Update README.md

This commit is contained in:
marina 2023-08-03 14:25:22 -07:00 committed by GitHub
parent 5c2393dc07
commit 15e4b6068c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ def predecessor(root):
<br> <br>
---
#### search for a value #### search for a value
<br> <br>
@ -92,6 +94,7 @@ def search_bst_iterative(root, val):
<br> <br>
---
#### checking if valid #### checking if valid
@ -151,6 +154,8 @@ def is_valid_bst_inorder(root):
<br> <br>
---
#### inserting a node #### inserting a node
<br> <br>