Skip to content

Commit 46f5c1d

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent d49de62 commit 46f5c1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* [One Dimensional](https://github.com/TheAlgorithms/Python/blob/master/cellular_automata/one_dimensional.py)
3232

3333
## Ciphers
34+
* [A1Z26](https://github.com/TheAlgorithms/Python/blob/master/ciphers/a1z26.py)
3435
* [Affine Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/affine_cipher.py)
3536
* [Atbash](https://github.com/TheAlgorithms/Python/blob/master/ciphers/atbash.py)
3637
* [Base16](https://github.com/TheAlgorithms/Python/blob/master/ciphers/base16.py)
@@ -138,6 +139,8 @@
138139
## Digital Image Processing
139140
* [Change Contrast](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/change_contrast.py)
140141
* [Convert To Negative](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/convert_to_negative.py)
142+
* Dithering
143+
* [Burkes](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/dithering/burkes.py)
141144
* Edge Detection
142145
* [Canny](https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/edge_detection/canny.py)
143146
* Filters

0 commit comments

Comments
 (0)