Move: traversals/binary_tree_traversals.py --> searches/binary_tree_traversal.py (#4295)

* Rename traversals/binary_tree_traversals.py to searches/binary_tree_traversal.py

* updating DIRECTORY.md

* Delete traversals directory

* Update build.yml

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
algobytewise
2021-03-27 14:48:48 +05:30
committed by GitHub
parent 9b60be67af
commit 35901eb6fe
4 changed files with 1 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ jobs:
quantum
scheduling
sorts
traversals
- name: Run tests
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
- if: ${{ success() }}