Skip to content

Commit b2f983f

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 1a3a1ff commit b2f983f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DIRECTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
* [Harriscorner](https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harriscorner.py)
7777

7878
## Conversions
79+
* [Decimal To Any](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_any.py)
7980
* [Decimal To Binary](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_binary.py)
8081
* [Decimal To Hexadecimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_hexadecimal.py)
8182
* [Decimal To Octal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_octal.py)
@@ -267,6 +268,7 @@
267268
* [Enigma Machine](https://github.com/TheAlgorithms/Python/blob/master/hashes/enigma_machine.py)
268269
* [Hamming Code](https://github.com/TheAlgorithms/Python/blob/master/hashes/hamming_code.py)
269270
* [Md5](https://github.com/TheAlgorithms/Python/blob/master/hashes/md5.py)
271+
* [Sdbm](https://github.com/TheAlgorithms/Python/blob/master/hashes/sdbm.py)
270272
* [Sha1](https://github.com/TheAlgorithms/Python/blob/master/hashes/sha1.py)
271273

272274
## Linear Algebra
@@ -359,6 +361,7 @@
359361
* [Newton Raphson](https://github.com/TheAlgorithms/Python/blob/master/maths/newton_raphson.py)
360362
* [Number Of Digits](https://github.com/TheAlgorithms/Python/blob/master/maths/number_of_digits.py)
361363
* [Numerical Integration](https://github.com/TheAlgorithms/Python/blob/master/maths/numerical_integration.py)
364+
* [Perfect Cube](https://github.com/TheAlgorithms/Python/blob/master/maths/perfect_cube.py)
362365
* [Perfect Square](https://github.com/TheAlgorithms/Python/blob/master/maths/perfect_square.py)
363366
* [Pi Monte Carlo Estimation](https://github.com/TheAlgorithms/Python/blob/master/maths/pi_monte_carlo_estimation.py)
364367
* [Polynomial Evaluation](https://github.com/TheAlgorithms/Python/blob/master/maths/polynomial_evaluation.py)
@@ -644,6 +647,7 @@
644647
* [Split](https://github.com/TheAlgorithms/Python/blob/master/strings/split.py)
645648
* [Upper](https://github.com/TheAlgorithms/Python/blob/master/strings/upper.py)
646649
* [Word Occurrence](https://github.com/TheAlgorithms/Python/blob/master/strings/word_occurrence.py)
650+
* [Z Function](https://github.com/TheAlgorithms/Python/blob/master/strings/z_function.py)
647651

648652
## Traversals
649653
* [Binary Tree Traversals](https://github.com/TheAlgorithms/Python/blob/master/traversals/binary_tree_traversals.py)

0 commit comments

Comments
 (0)