📂
Interview Prep
Ctrlk
  • Introduction
  • Trees
  • Recursion & Backtracking
  • Maths
  • Binary Searching & Sorting
  • Strings
    • Number of Ways to Split a String
    • Valid Anagram
    • Palindrome String
    • Minimum Characters required to make a String Palindromic
    • Longest Common Prefix
    • Count And Say
    • Amazing Subarrays
    • Longest Palindromic Substring
    • Implement StrStr
    • Compare Version Numbers
    • Atoi
    • Valid Number
    • Valid Ip Addresses
    • Length of Last Word
    • Reverse the String
    • Roman to Integer
    • Integer To Roman
    • Add Binary Strings
    • Power of 2
    • Multiply Strings
    • Text Justification
    • ZigZag Conversion
    • Pretty Json
    • HTML Entity Parser
    • Find All Anagrams in a String
    • Check If a String Can Break Another String
    • Minimum Swaps to Make Strings Equal
    • Construct K Palindrome Strings
    • Print Words Vertically
    • First Unique Character in a String
    • Longest Word in Dictionary through Deleting
    • Check If a Word Occurs As a Prefix of Any Word in a Sentence
    • Maximum Number of Vowels in a Substring of Given Length
    • Reorganize String
    • Permutation in String
    • Long Pressed Name
    • Orderly Queue
    • Goat Latin
    • One Edit Distance
    • Is Subsequence
    • Reverse Vowels of a String
    • Valid Palindrome II
    • Check if two strings are k-anagrams or not
    • Permutation and Palindrome
    • Light Up the Bulbs
    • Number of Substrings With Only 1s
    • Last Substring in Lexicographical Order
    • Split Two Strings to Make Palindrome
  • BIT Manipulation
  • Two Pointers
  • Arrays
  • Linked List
  • Stacks & Queues
  • HashMap & HashSet & Sliding Window
  • Priority Queue
  • Dynamic Programming
  • Greedy
  • Graphs, BFS & DFS
  • Geometry
  • Merge Sort
  • Segment Trees
  • Most consistent ways of dealing with the series of stock problems
Powered by GitBook
On this page

Strings

Number of Ways to Split a StringValid AnagramPalindrome StringMinimum Characters required to make a String PalindromicLongest Common PrefixCount And SayAmazing SubarraysLongest Palindromic SubstringImplement StrStrCompare Version NumbersAtoiValid NumberValid Ip AddressesLength of Last WordReverse the StringRoman to IntegerInteger To RomanAdd Binary StringsPower of 2Multiply StringsText JustificationZigZag ConversionPretty JsonHTML Entity ParserFind All Anagrams in a StringCheck If a String Can Break Another StringMinimum Swaps to Make Strings EqualConstruct K Palindrome StringsPrint Words VerticallyFirst Unique Character in a StringLongest Word in Dictionary through DeletingCheck If a Word Occurs As a Prefix of Any Word in a SentenceMaximum Number of Vowels in a Substring of Given LengthReorganize StringPermutation in StringLong Pressed NameOrderly QueueGoat LatinOne Edit DistanceIs SubsequenceReverse Vowels of a StringValid Palindrome IICheck if two strings are k-anagrams or notPermutation and PalindromeLight Up the BulbsNumber of Substrings With Only 1sLast Substring in Lexicographical OrderSplit Two Strings to Make Palindrome
PreviousMagnetic Force Between Two BallsNextNumber of Ways to Split a String