Next bigger number with the same digits
- Time : O(log(n))
- Space : O(log(n))
c++
1 |
|