LCBOOK
search
⌘Ctrlk
LCBOOK
  • Introduction
  • Array 数组
    • Two Sum
    • Missing/Disappeared Number
    • Duplicate
    • Subarray
    • Unsorted Subarray
    • Subsequence
    • Intervals
    • Rotate Array
    • Intersection of Two Arrays I & II
    • Array - Sliding Window
    • Others
  • Backtracking
    • Subset (子集,BackTracking 模版)
    • Combination(只算一种元素排列方式)
    • Permutation (全排列)
    • Palindrome Partitioning
  • BFS/DFS
    • BFS
    • Matrix - BFS
    • DFS
    • Matrix - DFS
  • Binary Search 二分法
    • Binary Search - Array 模板
    • 应用题
    • Matrix
  • Bit Manipulation 位运算
    • 知识整理
    • 应用题
    • Single Number
    • Power of Number
    • Hamming Distance
  • Design 设计
    • 146. LRU Cache
    • 295. Find Median from Data Stream
    • Insert/Delete/GetRandom: O(1)
    • 676. Implement Magic Dictionary
    • 706. Design HashMap
    • 705. Design HashSet
    • 707. Design Linked List
    • 622. Design Circular Queue
    • Two Sum III - Data structure design
    • First Unique Number
  • Dynamic Programming 动态规划
    • DP 概念
    • House Robber
    • Maximum Subarray
    • Path Sum
    • 2D DP
    • Buy and Sell Stock
    • Climb Stairs
    • Jump Game
    • 221. Maximal Square
    • 322. Coin Change
  • Graph
    • 207&210. Course Schedule I&II
    • 133. Clone Graph
    • 797. All Paths from Source to Target
  • Greedy 贪心算法
    • 135. Candy
    • Jump Game
    • 605. Can Place Flowers
    • 621. Task Scheduler
  • Hash
    • 128. Longest Consecutive Sequence
    • Frequency
    • Longest Substring with At Most Two(K) Distinct Characters
  • Linked List 链表
    • Reverse
    • Find Mid-Point
    • Remove Node
    • Merge/Intersection
    • Swap
    • Rotate/Partition
    • Cycle
    • Order
    • MixUp of Basic Models
    • Copy
  • Math 数学计算
    • 69. Sqrt(x)
    • Ugly Number
    • 202. Happy Number
    • 441. Arranging Coins
    • 447. Number of Boomerangs
  • Matrix
    • Rotate Image
    • 766. Toeplitz Matrix
    • Search Matrix
    • Candy Crush
  • Priority Queue
    • Implementation of Priority Queue
    • 295. Find Median from Data Stream
    • 703. Kth Largest Element in a Stream
    • 692. Top K Frequent Words
  • Random 随机
    • Reservoir Sampling
  • Stack
    • Valid Parentheses
    • Min Stack
    • Calculator
    • Implement Queue/Stack
    • 394. Decode String
    • 341. Flatten Nested List Iterator
    • Monotonic Stack
  • String
    • Palindrome
    • Anagram
    • Reverse
    • Add Two Strings
    • String Compression
    • String Pattern
    • Substring - Sliding Window
    • Subsequence
    • Roman/Integer/String
      • Roman/Integer
      • String/Integer
      • 273. Integer to English Words
    • 696. Count Binary Substrings
    • One Edit Distance
    • Others
  • Tree 树
    • Tree Traversal
    • Depth & Diameter
    • Path Sum
    • Validate Tree
    • Construct Tree
    • Manipulate Tree
    • Others
  • Trie
    • 208. Implement Trie (Prefix Tree) & 211. Add and Search Word
    • Word Search
  • Two Pointers
    • Move/Remove Numbers
    • 611. Valid Triangle Number
    • 475. Heaters
  • Union Find
    • Union Find 模板
    • 947. Most Stones Removed with Same Row or Column
  • Comparator
    • Comparator的写法
  • BrainStorm
    • 453. Minimum Moves to Equal Array Elements
    • 462. Minimum Moves to Equal Array Elements II
    • 681. Next Closest Time
    • 683. K Empty Slots
  • Object
    • Process Sequence
    • Design Hit Counter
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. String

Roman/Integer/String

Roman/Integerchevron-rightString/Integerchevron-right273. Integer to English Wordschevron-right
Previous522. Longest Uncommon Subsequence IIchevron-leftNextRoman/Integerchevron-right

Last updated 7 years ago