Skip to content

Commit e693a40

Browse files
committed
added submission link
1 parent e9dfb91 commit e693a40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • Problems/Mathematics/Day-02/sol/Mohan

Problems/Mathematics/Day-02/sol/Mohan/sol2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Approach : find no of element in which we have choice then apply nCr using MOD
66
77
Time Complexity : O(nlogn)
88
Space Complexity : O(n)
9+
10+
https://codeforces.com/contest/1475/submission/355454137
911
*/
1012
#include <bits/stdc++.h>
1113
#include <bits/stdc++.h>

0 commit comments

Comments
 (0)