Closed Mukundan314 closed 5 years ago
cumsum2d uses global vars
nCr_p does pre-computations based on mod this makes changing the mod not possible
Hashing class uses global mod.
ntt contains global vars dependent on the mod
Modular import is not possible
Perhaps we can add namespace for some of the functions like fft, ntt instead of directly calling.