We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c452ce4 commit cb4adb5Copy full SHA for cb4adb5
README.md
@@ -80,7 +80,7 @@ This is a collection of algorithms and data structures which I've implement over
80
+ using only shifts
81
+ using logarithms
82
+ [Fast Fourier Transform](src/com/jwetherell/algorithms/mathematics/FastFourierTransform.java)
83
-* [Exponentiation] (src/com/jwetherell/algorithms/mathematics/Exponentiation.java)
+* [Exponentiation](src/com/jwetherell/algorithms/mathematics/Exponentiation.java)
84
+ recursive exponentiation
85
+ fast recursive exponentiation
86
+ fast modular recursive exponentiation
0 commit comments