Skip to content

Commit 06ad1fd

Browse files
committed
fix: add to directory.md
1 parent fa1eab2 commit 06ad1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
* [Fast Fourier Transform](https://github.com/TheAlgorithms/Rust/blob/master/src/math/fast_fourier_transform.rs)
195195
* [Fast Power](https://github.com/TheAlgorithms/Rust/blob/master/src/math/fast_power.rs)
196196
* [Faster Perfect Numbers](https://github.com/TheAlgorithms/Rust/blob/master/src/math/faster_perfect_numbers.rs)
197+
* [Fermat's Little Theorem](https://github.com/TheAlgorithms/Rust/blob/master/src/math/fermats_little_theorem.rs)
197198
* [Field](https://github.com/TheAlgorithms/Rust/blob/master/src/math/field.rs)
198199
* [Frizzy Number](https://github.com/TheAlgorithms/Rust/blob/master/src/math/frizzy_number.rs)
199200
* [Gaussian Elimination](https://github.com/TheAlgorithms/Rust/blob/master/src/math/gaussian_elimination.rs)

0 commit comments

Comments
 (0)