Hi,
Can someone please help me with the following problem.
I want to split word to multiple words of different length without changing the order of characters.
The length of word is not fixed, its unknown
ex:
Input: Kumar
output:
k
u
m
a
r
ku
um
ma
ar
kum
uma
mar
kumar
Can someone please help.
Thanks in advance.
Solved! Go to Solution.
Great!! thanks for the solution !
User | Count |
---|---|
108 | |
89 | |
78 | |
54 | |
40 |