Qu no | Title | Language | Tags | Time | Space | Round | Approach | ||
---|---|---|---|---|---|---|---|---|---|
1 | Sorting Parts | C++ | Sorting | O(n^2) | O(1) | Global Round 19 |
|
||
2 | Doors and Keys | C++ | String | O(n) | O(n) | Educational Codeforces Round 123 | |||
3 | Anti-Fibonacci Permutation | C++ | Array | O(n^2) | O(n) | Educational Codeforces Round 123 | |||
4 | Hard Way | C++ | Math | O(1) | O(1) | Codeforces Round #773 (Div. 2) | co-ordinates(x,y) |
||
5 | Medium Number | C++ | Math | O(1) | O(1) | Codeforces Round 835 (Div. 4) | Check Conditional operations for all a , b , c values | ||
6 | Atilla's Favorite Problem | C++ | String | O(1) | O(1) | Codeforces Round 835 (Div. 4) | |||
7 | Advantage | C++ | Sorting | O(n * log(n)) | O(n) | Codeforces Round 835 (Div. 4) |