8 Commits

Author SHA1 Message Date
7f04e5cd34 contribution guidelines checks (#1787)
* spelling corrections

* review

* improved documentation, removed redundant variables, added testing

* added type hint

* camel case to snake case

* spelling fix

* review

* python --> Python # it is a brand name, not a snake

* explicit cast to int

* spaces in int list

* "!= None" to "is not None"

* Update comb_sort.py

* various spelling corrections in documentation & several variables naming conventions fix

* + char in file name

* import dependency - bug fix

Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-03-04 13:40:28 +01:00
9eac17a408 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
e694e596a3 Added a few doctests for traversals (#1149) 2019-08-25 14:14:17 +02:00
4fea48072a Add type hints to binary_tree_traversals.py (#1123) 2019-08-12 17:59:59 +02:00
6f283336ae Adding function for actual level order traversal (#699) 2019-02-17 00:16:43 +08:00
faf16d7ced Add iteration version (#322) 2019-02-09 07:24:07 +05:30
4e06949072 Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
cf7d2cbec6 Fix typo in traversals 2017-10-16 20:20:00 -04:00