CodeBook
Ctrlk
  • Introduction
  • Array
  • Binary Search
  • Two Pointers
  • BFS
  • DFS
  • Tree
  • String
    • 1 Pattern
    • 2 Implementation
      • Reverse
      • Find the Closest Palindrome
      • Reverse Words in a String
      • Text Justification
    • 3 Substring
    • 4 Number
    • 5 Decode
    • 6 Palindrome
    • 7 Evaluation
    • 8 Binary String
    • 9 Parenthesis
  • Data Structures
  • Advanced Data Structures
  • Graph
  • Dynamic Programming
  • Common Methods
  • Design/OOD
  • Appendix
Powered by GitBook
On this page
  1. String

2 Implementation

ReverseFind the Closest PalindromeReverse Words in a StringText Justification
PreviousBackspace String CompareNextReverse

Last updated 6 years ago