adding static type checking to basic_binary_tree.py (#2293) · coderjack/algorithms-in-python@d25a926 · GitHub
Skip to content

Commit d25a926

Browse files
kanthuccclauss
andauthored
adding static type checking to basic_binary_tree.py (TheAlgorithms#2293)
* adding static type checking to basic_binary_tree.py * Add static type checking to functions with None return type * Applying code review comments * Added missing import statement * fix spaciing * "cleaned up depth_of_tree" * Add doctests and then streamline display() and is_full_binary_tree() Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent e49ece9 commit d25a926

1 file changed

Lines changed: 65 additions & 39 deletions

File tree

data_structures/binary_tree/basic_binary_tree.py

Lines changed: 65 additions & 39 deletions

0 commit comments

Comments
 (0)