File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Contributions are welcome! If you want to contribute, please read [CONTRIBUTING.
14
14
### Python
15
15
Code | Test
16
16
------------ | -------------
17
- [ Heap Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/Heap%20Sort .py ) | Missing tests
17
+ [ Heap Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/heapsort .py ) | [ Unit Test ] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/ tests/test_heap_sort.py )
18
18
[ Kadane's Algorithm] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/kadanes_algorithm.py ) | Missing tests
19
19
[ Linear Search] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/Linear%20Search%20.py ) | Missing tests
20
20
[ Sieve of Eratoshenes] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/Sieve%20of%20Eratosthenes.py ) | Missing tests
21
21
[ Quick Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/quicksort.py ) | [ Unit Test] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/tests/test_quick_sort.py )
22
22
[ Merge Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/mergesort.py ) | [ Unit Test] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/tests/test_merge_sort.py )
23
23
[ Radix] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/radix.py ) | [ Unit Test] ( https://github.com/larissalages/code_problems/blob/f0353fac71e3b773dbfb12080c01b02baa35ac72/classical_algorithms/python/tests/test_radix.py )
24
- [ Selection Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/selection%20sort .py ) | Missing tests
25
- [ Binary Search] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/Binary%20search .py ) | Missing tests
24
+ [ Selection Sort] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/SelectionSort .py ) | [ Unit Test ] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/ tests/test_selection_sort.py )
25
+ [ Binary Search] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/BinarySearch .py ) | [ Unit Test ] ( https://github.com/larissalages/code_problems/blob/master/classical_algorithms/python/ tests/test_binary_search.py )
26
26
27
27
### Java
28
28
Code | Test
You can’t perform that action at this time.
0 commit comments