706. 設(shè)計(jì)哈希映射[https://leetcode-cn.com/problems/design-hashmap/] 不使用任何內(nèi)建的哈希表庫設(shè)計(jì)一個(gè)哈希映射(Hash...
706. 設(shè)計(jì)哈希映射[https://leetcode-cn.com/problems/design-hashmap/] 不使用任何內(nèi)建的哈希表庫設(shè)計(jì)一個(gè)哈希映射(Hash...
705. 設(shè)計(jì)哈希集合[https://leetcode-cn.com/problems/design-hashset/] 不使用任何內(nèi)建的哈希表庫設(shè)計(jì)一個(gè)哈希集合(Hash...
331. 驗(yàn)證二叉樹的前序序列化[https://leetcode-cn.com/problems/verify-preorder-serialization-of-a-bi...
227. 基本計(jì)算器 II[https://leetcode-cn.com/problems/basic-calculator-ii/] 給你一個(gè)字符串表達(dá)式 s ,請你實(shí)現(xiàn)...
224. 基本計(jì)算器[https://leetcode-cn.com/problems/basic-calculator/] 實(shí)現(xiàn)一個(gè)基本的計(jì)算器來計(jì)算一個(gè)簡單的字符串表達(dá)式...
1047. 刪除字符串中的所有相鄰重復(fù)項(xiàng)[https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in...
132. 分割回文串 II[https://leetcode-cn.com/problems/palindrome-partitioning-ii/] 給你一個(gè)字符串 s,請...
131. 分割回文串[https://leetcode-cn.com/problems/palindrome-partitioning/] 給定一個(gè)字符串 s,將 s 分割成...
503. 下一個(gè)更大元素 II[https://leetcode-cn.com/problems/next-greater-element-ii/] 給定一個(gè)循環(huán)數(shù)組(最后一...
232. 用棧實(shí)現(xiàn)隊(duì)列[https://leetcode-cn.com/problems/implement-queue-using-stacks/] 請你僅使用兩個(gè)棧實(shí)現(xiàn)先...
354. 俄羅斯套娃信封問題[https://leetcode-cn.com/problems/russian-doll-envelopes/] 給定一些標(biāo)記了寬度和高度的信...
338. 比特位計(jì)數(shù)[https://leetcode-cn.com/problems/counting-bits/] 給定一個(gè)非負(fù)整數(shù) num。對于 0 ≤ i ≤ num...
304. 二維區(qū)域和檢索 - 矩陣不可變[https://leetcode-cn.com/problems/range-sum-query-2d-immutable/] 給定...
303. 區(qū)域和檢索 - 數(shù)組不可變[https://leetcode-cn.com/problems/range-sum-query-immutable/] 給定一個(gè)整數(shù)數(shù)...
896. 單調(diào)數(shù)列[https://leetcode-cn.com/problems/monotonic-array/] 如果數(shù)組是單調(diào)遞增或單調(diào)遞減的,那么它是單調(diào)的。 如...
395. 至少有K個(gè)重復(fù)字符的最長子串[https://leetcode-cn.com/problems/longest-substring-with-at-least-k-...
1178. 猜字謎[https://leetcode-cn.com/problems/number-of-valid-words-for-each-puzzle/] 外國友人...
867. 轉(zhuǎn)置矩陣[https://leetcode-cn.com/problems/transpose-matrix/] 給你一個(gè)二維整數(shù)數(shù)組 matrix, 返回 mat...
832. 翻轉(zhuǎn)圖像[https://leetcode-cn.com/problems/flipping-an-image/] 給定一個(gè)二進(jìn)制矩陣 A,我們想先水平翻轉(zhuǎn)圖像,然...