Tap here to switch tabs
Problem
Submissions
Solution

Solution: Letter Case Permutation

Statement

Time complexity

The time complexity of the solution is O(2k×n)O(2^k \times n), where nn is the length of the input string s and k=ndk= n - d ...

Tap here to switch tabs
Problem
Submissions
Solution

Solution: Letter Case Permutation

Statement

Time complexity

The time complexity of the solution is O(2k×n)O(2^k \times n), where nn is the length of the input string s and k=ndk= n - d ...