My LeetCode grinding. Trying to do a problem a day.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123
  1. Given an integer n, return a string with n characters such that each character in such string occurs an odd number of times.
  2. The returned string must contain only lowercase English letters. If there are multiples valid strings, return any of them.