mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-21 21:34:28 -04:00
Update README.md
This commit is contained in:
parent
5c2393dc07
commit
15e4b6068c
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue