Skip to content

Commit

Permalink
Update binary_search_tree.py (TheAlgorithms#1339)
Browse files Browse the repository at this point in the history
* Update binary_search_tree.py

remove some bugs

* Update binary_search_tree.py

* Update binary_search_tree.py

* Update binary_search_tree.py

* Update binary_search_tree.py

* Update binary_search_tree.py

* Update binary_search_tree.py

* testlist = (8, 3, 6, 1, 10, 14, 13, 4, 7)

* Update .travis.yml

Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
Hocnonsense and cclauss committed Dec 21, 2019
1 parent 3242682 commit 81ae5ad
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 220 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install: pip install -r requirements.txt
before_script:
- black --check . || true
- flake8 . --count --select=E101,E9,F4,F63,F7,F82,W191 --show-source --statistics
- flake8 . --count --exit-zero --max-line-length=127 --statistics
script:
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
- mypy --ignore-missing-imports .
Expand Down
Loading

0 comments on commit 81ae5ad

Please sign in to comment.