File tree 4 files changed +1
-4
lines changed
4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 44
44
quantum
45
45
scheduling
46
46
sorts
47
- traversals
48
47
- name : Run tests
49
48
run : pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
50
49
- if : ${{ success() }}
Original file line number Diff line number Diff line change 817
817
818
818
## Searches
819
819
* [ Binary Search] ( https://github.com/TheAlgorithms/Python/blob/master/searches/binary_search.py )
820
+ * [ Binary Tree Traversal] ( https://github.com/TheAlgorithms/Python/blob/master/searches/binary_tree_traversal.py )
820
821
* [ Double Linear Search] ( https://github.com/TheAlgorithms/Python/blob/master/searches/double_linear_search.py )
821
822
* [ Double Linear Search Recursion] ( https://github.com/TheAlgorithms/Python/blob/master/searches/double_linear_search_recursion.py )
822
823
* [ Fibonacci Search] ( https://github.com/TheAlgorithms/Python/blob/master/searches/fibonacci_search.py )
909
910
* [ Word Patterns] ( https://github.com/TheAlgorithms/Python/blob/master/strings/word_patterns.py )
910
911
* [ Z Function] ( https://github.com/TheAlgorithms/Python/blob/master/strings/z_function.py )
911
912
912
- ## Traversals
913
- * [ Binary Tree Traversals] ( https://github.com/TheAlgorithms/Python/blob/master/traversals/binary_tree_traversals.py )
914
-
915
913
## Web Programming
916
914
* [ Co2 Emission] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/co2_emission.py )
917
915
* [ Covid Stats Via Xpath] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/covid_stats_via_xpath.py )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments