File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 14
14
* [ All Combinations] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_combinations.py )
15
15
* [ All Permutations] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_permutations.py )
16
16
* [ All Subsequences] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_subsequences.py )
17
+ * [ Coloring] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/coloring.py )
17
18
* [ Minimax] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/minimax.py )
18
19
* [ N Queens] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py )
19
20
* [ Sudoku] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/sudoku.py )
31
32
* [ One Dimensional] ( https://github.com/TheAlgorithms/Python/blob/master/cellular_automata/one_dimensional.py )
32
33
33
34
## Ciphers
35
+ * [ A1Z26] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/a1z26.py )
34
36
* [ Affine Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/affine_cipher.py )
35
37
* [ Atbash] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/atbash.py )
36
38
* [ Base16] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/base16.py )
138
140
## Digital Image Processing
139
141
* [ Change Contrast] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/change_contrast.py )
140
142
* [ Convert To Negative] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/convert_to_negative.py )
143
+ * Dithering
144
+ * [ Burkes] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/dithering/burkes.py )
141
145
* Edge Detection
142
146
* [ Canny] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/edge_detection/canny.py )
143
147
* Filters
You can’t perform that action at this time.
0 commit comments