We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- All Contests
- ProjectEuler+
- Project Euler #181: Investigating in how many ways objects of two different colours can be grouped.
- Discussions
Project Euler #181: Investigating in how many ways objects of two different colours can be grouped.
Project Euler #181: Investigating in how many ways objects of two different colours can be grouped.
Sort by
recency
|
10 Discussions
|
Please Login in order to post a comment
How tf is this tagged "easy"?
CAnt i see the test cases?
I think I have an time efficient alogrithm in python O(m²n²) but yet I can compute only up to (m,n) = (100,100)...
Apparently you get 90.9 out of 100 points just for solving testcase #1.
Use beggars's Method of permutations and combinations