0% found this document useful (0 votes)
3 views

Strings

The document outlines various string manipulation algorithms and techniques, including reversing a string, reversing words in a string, and finding the longest substring without repeating characters. It also covers topics such as checking balanced parentheses, finding the longest common prefix, and identifying the longest palindrome substring. Additionally, the document mentions methods for removing duplicates in strings.

Uploaded by

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

Strings

The document outlines various string manipulation algorithms and techniques, including reversing a string, reversing words in a string, and finding the longest substring without repeating characters. It also covers topics such as checking balanced parentheses, finding the longest common prefix, and identifying the longest palindrome substring. Additionally, the document mentions methods for removing duplicates in strings.

Uploaded by

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

KMP ALGO STRING CODE

REVERSING A STRING
REVERSING WORDS IN STRING

Reversing letters in words with same place

Longest Substring Without Repeating Characters


Longest Common Prefix

Check Balanced Parenthesis

Longest palindrome substringx


Remove Duplicates

You might also like