Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70951ed

Browse files
authored
Change order of Discrete Log, Primitive Root and Discrete Root
Fixes #460
1 parent 849cbfe commit 70951ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ and adding new articles to the collection.*
3030
- [Linear Congruence Equation](./algebra/linear_congruence_equation.html)
3131
- [Chinese Remainder Theorem](./algebra/chinese-remainder-theorem.html)
3232
- [Factorial modulo $p$](./algebra/factorial-modulo.html)
33-
- [Discrete Root](./algebra/discrete-root.html)
34-
- [Primitive Root](./algebra/primitive-root.html)
3533
- [Discrete Log](./algebra/discrete-log.html)
34+
- [Primitive Root](./algebra/primitive-root.html)
35+
- [Discrete Root](./algebra/discrete-root.html)
3636
- [Montgomery Multiplication](./algebra/montgomery_multiplication.html)
3737
- **Number systems**
3838
- [Balanced Ternary](./algebra/balanced-ternary.html)

0 commit comments

Comments
 (0)