Compare commits

...
This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 commit

Author SHA1 Message Date
Abastro
824cf59773 For testing 2025-03-26 09:56:49 +09:00

View file

@ -124,6 +124,7 @@ template <typename R> vector<R> poly_mult_basic(vector<R> &a, vector<R> &b) {
}
#define THRESHOLD 16
// #define THRESHOLD 1
/**
* A step of the Karatsuba function.