[go: up one dir, main page]

0% found this document useful (0 votes)
18 views1 page

Most Asked Must-Know String + Array - 41

The document lists a series of tasks related to string manipulation and analysis. Tasks include creating acronyms from sentences, checking for digit-only strings, counting words, removing specific characters, finding the shortest word, and identifying the longest palindromic substring using a two-pointer approach. These tasks are likely intended for programming or algorithm development purposes.

Uploaded by

santoshpandeyfsl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Most Asked Must-Know String + Array - 41

The document lists a series of tasks related to string manipulation and analysis. Tasks include creating acronyms from sentences, checking for digit-only strings, counting words, removing specific characters, finding the shortest word, and identifying the longest palindromic substring using a two-pointer approach. These tasks are likely intended for programming or algorithm development purposes.

Uploaded by

santoshpandeyfsl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

.

20. Turn full sentences into acronyms.


21. Check if the string is all digits — no alphabets allowed.
22. Count how many words are in the string.
23. Remove a specific character — cleanly.
24. Find the shortest word in a sentence.
25. Longest palindromic substring — two-pointer style.

You might also like