File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Collection of algorithms and data structures in C++ used widely in Competitive p
104
104
* [ Counting Prime Factors] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/prime_factor_count.cpp )
105
105
* * Polynomial Multiplication* :
106
106
* [ Fast Fourier Tranform] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/fast_fourier_transform_fft.cpp )
107
- * [ Karatsuba * ] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/karatsuba_polynomial_multiplication.cpp )
107
+ * [ Karatsuba] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/karatsuba_polynomial_multiplication.cpp )
108
108
* * Misc* :
109
109
* [ Combinatorial and Catalan - Factorial preprocessing] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/factorial_preprocessing.cpp )
110
110
* [ Mobeius Function] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/mobeius_function.cpp )
You can’t perform that action at this time.
0 commit comments