File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ Challenge 11) How to find all permutations of String?
1818Challenge 12) How to reverse words in a sentence without using library method?
1919Challenge 13) How to check if String is Palindrome?
2020Challenge 14) How to remove duplicate characters from String?
21- Challenge 15) How to check if a String is valid shuffle of two String?
22- Challenge 16) Write a program to check if a String contains another String e.g. indexOf()?
21+ Challenge 16) Validate xml tags structure
22+ ---- to be done-----
2323Challenge 17) How to return highest occurred character in a String?
2424Challenge 18) Write a program to remove a given characters from String?
2525Challenge 19) Write a program to find longest palindrome in a string?
2626Challenge 20) How to sort String on their length in Java?
27+ Challenge 21)Write a program to check if a String contains another String e.g. indexOf()?
2728
You can’t perform that action at this time.
0 commit comments