mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update README.md
This commit is contained in:
parent
5c2393dc07
commit
15e4b6068c
@ -50,6 +50,8 @@ def predecessor(root):
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
#### search for a value
|
||||
|
||||
<br>
|
||||
@ -92,6 +94,7 @@ def search_bst_iterative(root, val):
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
#### checking if valid
|
||||
|
||||
@ -151,6 +154,8 @@ def is_valid_bst_inorder(root):
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
#### inserting a node
|
||||
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user