Python Code Given two integers N and K. Construct a max diversity string of length N and period K. Among all possible strings, find the lexographically minimum string. A max diverse string is a string with maximum number of different characters. A string with period K is a string made by a string of length K repeated multiple times. Note: You can use only lowercase characters from 'a' to 'z'.
Answers
Answered by
1
Answer:
I know java
Explanation:
Similar questions