mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-07 14:42:41 -04:00
Add some cool queue, stacks, strings, math, bit manipulation examples (#35)
This commit is contained in:
parent
f3ee2cdf52
commit
0f455a0322
24 changed files with 932 additions and 13 deletions
|
@ -294,5 +294,3 @@ if __name__ == '__main__':
|
|||
print(f'🟢 Smallest node? {bst.smallest_node(bst.root)}')
|
||||
print(f'❌ Is the tree balanced? {bst.is_balanced(bst.root)}')
|
||||
print(f'🟢 Is the tree a binary search tree? {bst.is_binary_search_tree(bst.root)}')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue