Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Given a string 'S' swap the even and odd characters starting from index 1(Assume the index starts from 0). Input Size : |s| <= 10000000(complexity O(n)) Sample Testcase : INPUT codekata OUTPUT ocedakat
- Loading branch information