Skip to content

Commit cc52145

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 004183c commit cc52145

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
@@ -449,6 +449,7 @@
449449
* [Find Min Recursion](https://github.com/TheAlgorithms/Python/blob/master/maths/find_min_recursion.py)
450450
* [Floor](https://github.com/TheAlgorithms/Python/blob/master/maths/floor.py)
451451
* [Gamma](https://github.com/TheAlgorithms/Python/blob/master/maths/gamma.py)
452+
* [Gamma Recursive](https://github.com/TheAlgorithms/Python/blob/master/maths/gamma_recursive.py)
452453
* [Gaussian](https://github.com/TheAlgorithms/Python/blob/master/maths/gaussian.py)
453454
* [Greatest Common Divisor](https://github.com/TheAlgorithms/Python/blob/master/maths/greatest_common_divisor.py)
454455
* [Greedy Coin Change](https://github.com/TheAlgorithms/Python/blob/master/maths/greedy_coin_change.py)
@@ -860,6 +861,7 @@
860861
* [Counting Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/counting_sort.py)
861862
* [Cycle Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/cycle_sort.py)
862863
* [Double Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/double_sort.py)
864+
* [Dutch National Flag Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/dutch_national_flag_sort.py)
863865
* [Exchange Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/exchange_sort.py)
864866
* [External Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/external_sort.py)
865867
* [Gnome Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/gnome_sort.py)

0 commit comments

Comments
 (0)