Skip to content

Commit 75e5434

Browse files
committed
added day 9 q2 solution
1 parent 19f342f commit 75e5434

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Problems/Data-structures/Day-09/sol/BEESA-MANISH/Solution2.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Submission link:
3+
Submission link: https://codeforces.com/contest/61/submission/356395307
44
55
TC- o(n log n)
66
SC - o(n)
@@ -12,12 +12,6 @@ Count bigger elements on the left and smaller elements on the right.
1212
Multiply these counts and sum for all positions to get the answer.
1313
*/
1414

15-
16-
17-
18-
19-
20-
2115
#include <bits/stdc++.h>
2216
using namespace std;
2317

0 commit comments

Comments
 (0)