File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 97
97
* [ Peak Signal To Noise Ratio] ( https://github.com/TheAlgorithms/Python/blob/master/compression/peak_signal_to_noise_ratio.py )
98
98
99
99
## Computer Vision
100
- * [ Harriscorner ] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harriscorner .py )
101
- * [ Meanthreshold ] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/meanthreshold .py )
100
+ * [ Harris Corner ] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harris_corner .py )
101
+ * [ Mean Threshold ] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/mean_threshold .py )
102
102
103
103
## Conversions
104
104
* [ Binary To Decimal] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/binary_to_decimal.py )
874
874
* [ Random Pivot Quick Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/random_pivot_quick_sort.py )
875
875
* [ Recursive Bubble Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/recursive_bubble_sort.py )
876
876
* [ Recursive Insertion Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/recursive_insertion_sort.py )
877
+ * [ Recursive Mergesort Array] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/recursive_mergesort_array.py )
877
878
* [ Recursive Quick Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/recursive_quick_sort.py )
878
879
* [ Selection Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/selection_sort.py )
879
880
* [ Shell Sort] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/shell_sort.py )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments