Skip to content

Commit 993cc2f

Browse files
String challenges description
1 parent 7c5f898 commit 993cc2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ Challenge 11) How to find all permutations of String?
1818
Challenge 12) How to reverse words in a sentence without using library method?
1919
Challenge 13) How to check if String is Palindrome?
2020
Challenge 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-----
2323
Challenge 17) How to return highest occurred character in a String?
2424
Challenge 18) Write a program to remove a given characters from String?
2525
Challenge 19) Write a program to find longest palindrome in a string?
2626
Challenge 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

0 commit comments

Comments
 (0)