Competitive-Programming
Competitive-Programming copied to clipboard
Computing Binary Coefficients (nCr%mod)And answering Queries in O(1) time
The idea is to precompute factorials and inverse factorials and finally answer it in O(1) time.
Can I Work on this issue ??
@cherry0697 Assigned