Skip to content

Commit fab84fb

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 4412eaf commit fab84fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
* [Peak Signal To Noise Ratio](https://github.com/TheAlgorithms/Python/blob/master/compression/peak_signal_to_noise_ratio.py)
9898

9999
## Computer Vision
100+
* [Cnn Classification](https://github.com/TheAlgorithms/Python/blob/master/computer_vision/cnn_classification.py)
100101
* [Harris Corner](https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harris_corner.py)
101102
* [Mean Threshold](https://github.com/TheAlgorithms/Python/blob/master/computer_vision/mean_threshold.py)
102103

@@ -349,6 +350,7 @@
349350
* [Djb2](https://github.com/TheAlgorithms/Python/blob/master/hashes/djb2.py)
350351
* [Enigma Machine](https://github.com/TheAlgorithms/Python/blob/master/hashes/enigma_machine.py)
351352
* [Hamming Code](https://github.com/TheAlgorithms/Python/blob/master/hashes/hamming_code.py)
353+
* [Luhn](https://github.com/TheAlgorithms/Python/blob/master/hashes/luhn.py)
352354
* [Md5](https://github.com/TheAlgorithms/Python/blob/master/hashes/md5.py)
353355
* [Sdbm](https://github.com/TheAlgorithms/Python/blob/master/hashes/sdbm.py)
354356
* [Sha1](https://github.com/TheAlgorithms/Python/blob/master/hashes/sha1.py)

0 commit comments

Comments
 (0)