My Practice
Ctrlk
  • Introduction
  • Chapter 1 Combination and Permutation
  • Chapter 2 Binary Search & Sorted Array
  • Chapter 3 Binary Tree
  • Chapter 4 DFS & BFS
  • Chapter 5 Linked List
  • Chapter 6 Dynamic Programming
  • Chapter 7 Graph & Search
  • Chapter 8 Data Structure
  • Chapter 9 High Frequency
  • Post Chapter 1 String
    • Sliding Window Problems
    • Problem 345: Reverse Vowels of a String
    • Problem 344: Reverse String
    • Problem 165: Compare Version Numbers
    • Problem151: Reverse Words in a String
    • Problem 125: Valid Palindrome
    • Problem 12: Integer to Roman
    • Problem 28: Implement strStr()
    • Problem 65: Valid Number
    • Problem 38: Count and Say
    • Problem 68: Text Justification
    • Problem 58: Length of Last Word
    • Problem 5: Longest Palindromic Substring
    • Problem 71: Simplify Path
    • Problem 227: Basic Calculator II
    • Problem 383: Ransom Note
    • Problem 8: String to Integer (atoi)
    • Problem 388: Longest Absolute File Path
    • Problem 288: Unique Word Abbreviation
    • Problem 161: One Edit Distance
    • Problem 271: Encode and Decode Strings
    • Problem 299: Bulls and Cows
    • Problem 44: Wildcard Matching
    • Problem 336: Palindrome Pairs
    • Problem 179: Largest Number
    • Problem 482: License Key Formatting
  • Post Chapter 2 Math
  • Post Chapter 3 Array
  • Facebook
  • Amazon
  • All Chapters Summary
  • Core Java Interview Questions
  • Basics of Sorting
  • Behavior Questions
Powered by GitBook
On this page

Was this helpful?

Post Chapter 1 String

Sliding Window ProblemsProblem 345: Reverse Vowels of a StringProblem 344: Reverse StringProblem 165: Compare Version NumbersProblem151: Reverse Words in a StringProblem 125: Valid PalindromeProblem 12: Integer to RomanProblem 28: Implement strStr()Problem 65: Valid NumberProblem 38: Count and SayProblem 68: Text JustificationProblem 58: Length of Last WordProblem 5: Longest Palindromic SubstringProblem 71: Simplify PathProblem 227: Basic Calculator IIProblem 383: Ransom NoteProblem 8: String to Integer (atoi)Problem 388: Longest Absolute File PathProblem 288: Unique Word AbbreviationProblem 161: One Edit DistanceProblem 271: Encode and Decode StringsProblem 299: Bulls and CowsProblem 44: Wildcard MatchingProblem 336: Palindrome PairsProblem 179: Largest NumberProblem 482: License Key Formatting
PreviousProblem 75: Sort ColorsNextSliding Window Problems

Last updated 6 years ago

Was this helpful?