本文集記錄我在LeetCode上學(xué)習(xí)算法過程的所有算法更胖。
一些是自己的思路涝开。
一些是參考論壇里其他coder的想法龄章。
簡單
- 整數(shù)倒序
- 回文
- 二值和
- 羅馬數(shù)字轉(zhuǎn)阿拉伯?dāng)?shù)字
- 共同前綴
- 括號(hào)開閉
- 有序數(shù)列合并
- 有序數(shù)列去重
- 序列去除元素
- 有序序列插值
- count-and-say序列
- 最大子序列和
- 爬樓梯
- Boomerangs
- 有序數(shù)列去重2
- 相同樹
- 對稱樹
- 二叉樹最大深度
- 二叉樹最淺深度
- 平衡二叉樹
- 二叉樹建立之中后跟序
- 二叉樹層級(jí)遍歷
- 有序數(shù)列構(gòu)建BST
- 二叉樹路徑和
- 帕斯卡三角
- 股票買賣
- 股票買賣2
- 尋找單數(shù)
- 鏈列環(huán)
- 二值和2
- 眾數(shù)
- Excel表單列頭
- Excel表單列數(shù)
- 階乘尾零
- 旋轉(zhuǎn)序列
- 入室盜竊
- 去除鏈列元素
- atoi
- 有效數(shù)字
- Longest Substring w/o Repeating characters
- Longest Substring with At Most Two Distinct Characters
- One Edit Distance
- one plus
- Add Two Numbers
- Swap Nodes in Pairs
- Merge k Sorted Lists
- Copy List with Random Pointer
- Validate Binary Search Tree
- Convert Sorted List to Binary Search Tree
- Binary Tree Maximum Path Sum
- Binary Tree Upside Down
- Single Number II
- Spiral Matrix
- Integer to Roman
- Clone graph
- Min Stack
- Evaluate Reverse Polish Notation
- Unique Paths
- Unique Paths II
- Maximum Product Subarray
- Find Minimum in Rotated Sorted Array
- Find Minimum in Rotated Sorted Array II