CodeBook
search
⌘Ctrlk
CodeBook
  • Introduction
  • Array
  • Binary Search
  • Two Pointers
  • BFS
  • DFS
  • Tree
  • String
    • 1 Pattern
    • 2 Implementation
    • 3 Substring
    • 4 Number
      • Maximum Swap
      • Add Strings
      • Nth Digit
      • Compare Version Numbers
      • String to Integer (atoi)
      • Integer to English Words
      • Integer to Roman
      • Roman to Integer
      • Multiply Strings
      • Reverse Integer
    • 5 Decode
    • 6 Palindrome
    • 7 Evaluation
    • 8 Binary String
    • 9 Parenthesis
  • Data Structures
  • Advanced Data Structures
  • Graph
  • Dynamic Programming
  • Common Methods
  • Design/OOD
  • Appendix
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. String

4 Number

Maximum Swapchevron-rightAdd Stringschevron-rightNth Digitchevron-rightCompare Version Numberschevron-rightString to Integer (atoi)chevron-rightInteger to English Wordschevron-rightInteger to Romanchevron-rightRoman to Integerchevron-rightMultiply Stringschevron-rightReverse Integerchevron-right
PreviousLongest Common Prefixchevron-leftNextMaximum Swapchevron-right

Last updated 6 years ago