Skip to content

Commit ff74b11

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent b8c1c6f commit ff74b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DIRECTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110
* Modulararithmetic
111111
* [Modularexponentiation](https://github.com/TheAlgorithms/Go/blob/master/math/modulararithmetic/modularexponentiation.go)
112112
* [Modularexponentiation Test](https://github.com/TheAlgorithms/Go/blob/master/math/modulararithmetic/modularexponentiation_test.go)
113+
* Permutation
114+
* [Heaps](https://github.com/TheAlgorithms/Go/blob/master/math/permutation/heaps.go)
115+
* [Heaps Test](https://github.com/TheAlgorithms/Go/blob/master/math/permutation/heaps_test.go)
113116
* Power
114117
* [Fastexponent](https://github.com/TheAlgorithms/Go/blob/master/math/power/fastexponent.go)
115118
* [Fastexponent Test](https://github.com/TheAlgorithms/Go/blob/master/math/power/fastexponent_test.go)
@@ -123,9 +126,6 @@
123126
* Sieve
124127
* [Sieve](https://github.com/TheAlgorithms/Go/blob/master/math/sieve/Sieve.go)
125128
* [Sieve Test](https://github.com/TheAlgorithms/Go/blob/master/math/sieve/sieve_test.go)
126-
* Permutation
127-
* [Heap's Algorithm](https://github.com/TheAlgorithms/Go/blob/master/math/permutation/heaps.go)
128-
* [Heap's Algorithm Test](https://github.com/TheAlgorithms/Go/blob/master/math/permutation/heaps_test.go)
129129

130130
## Other
131131
* Maxsubarraysum

0 commit comments

Comments
 (0)