File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 110
110
* Modulararithmetic
111
111
* [ Modularexponentiation] ( https://github.com/TheAlgorithms/Go/blob/master/math/modulararithmetic/modularexponentiation.go )
112
112
* [ 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 )
113
116
* Power
114
117
* [ Fastexponent] ( https://github.com/TheAlgorithms/Go/blob/master/math/power/fastexponent.go )
115
118
* [ Fastexponent Test] ( https://github.com/TheAlgorithms/Go/blob/master/math/power/fastexponent_test.go )
123
126
* Sieve
124
127
* [ Sieve] ( https://github.com/TheAlgorithms/Go/blob/master/math/sieve/Sieve.go )
125
128
* [ 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 )
129
129
130
130
## Other
131
131
* Maxsubarraysum
You can’t perform that action at this time.
0 commit comments