Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 528 Bytes

We'll be solving below python string based problems:

There will be an input, you'll be printing an output.

  • Reverse words in a given string
  • Permutations of a given string
  • Longest Palindrome in a String
  • Recursively remove all adjacent duplicates
  • Check if string is rotated by two places
  • Roman Number to Integer
  • count unique words in given statement/input
  • Anagram
  • Remove Duplicates
  • Form a Palindrome
  • Longest Distinct Characters in the string
  • Implement Atoi
  • Implement strstr
  • Longest Common Prefix