Skip to content

Commit cb4adb5

Browse files
committed
Fixed readme description.
1 parent c452ce4 commit cb4adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This is a collection of algorithms and data structures which I've implement over
8080
+ using only shifts
8181
+ using logarithms
8282
+ [Fast Fourier Transform](src/com/jwetherell/algorithms/mathematics/FastFourierTransform.java)
83-
* [Exponentiation] (src/com/jwetherell/algorithms/mathematics/Exponentiation.java)
83+
* [Exponentiation](src/com/jwetherell/algorithms/mathematics/Exponentiation.java)
8484
+ recursive exponentiation
8585
+ fast recursive exponentiation
8686
+ fast modular recursive exponentiation

0 commit comments

Comments
 (0)