10. next_permutaion O(N/2)
11. prev_permutation O(N/2)
Code Link
12. all_of
13. any_of
14. none_of
three algorithms time complexity are O(N)
Code Link
15.iota
16. partial_sum
This two algorithms time complexity are O(N)
Code Link
let's start Code
Code Link
Code Link
Code Link
No comments:
Post a Comment