Skip to content

Commit 685e3eb

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent ae9b4d4 commit 685e3eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* [All Combinations](https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_combinations.py)
1515
* [All Permutations](https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_permutations.py)
1616
* [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)
1718
* [Minimax](https://github.com/TheAlgorithms/Python/blob/master/backtracking/minimax.py)
1819
* [N Queens](https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py)
1920
* [Sudoku](https://github.com/TheAlgorithms/Python/blob/master/backtracking/sudoku.py)
@@ -31,6 +32,7 @@
3132
* [One Dimensional](https://github.com/TheAlgorithms/Python/blob/master/cellular_automata/one_dimensional.py)
3233

3334
## Ciphers
35+
* [A1Z26](https://github.com/TheAlgorithms/Python/blob/master/ciphers/a1z26.py)
3436
* [Affine Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/affine_cipher.py)
3537
* [Atbash](https://github.com/TheAlgorithms/Python/blob/master/ciphers/atbash.py)
3638
* [Base16](https://github.com/TheAlgorithms/Python/blob/master/ciphers/base16.py)
@@ -138,6 +140,8 @@
138140
## Digital Image Processing
139141
* [Change Contrast](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/change_contrast.py)
140142
* [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)
141145
* Edge Detection
142146
* [Canny](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/edge_detection/canny.py)
143147
* Filters

0 commit comments

Comments
 (0)