Maximum Product Subarray 1 min read leetcode Maximum Product Subarray theta Posted on 3 年 ago 題目會給我們一段數列,要我們找出其中 Read More Read more about Maximum Product Subarray
146. LRU Cache 快取作法 1 min read leetcode 學習資源 146. LRU Cache 快取作法 theta Posted on 3 年 ago 這邊題目要我們做快取伺服器。在超過容 Read More Read more about 146. LRU Cache 快取作法
Copy List with Random Pointer Leetcode 1 min read leetcode Copy List with Random Pointer Leetcode theta Posted on 3 年 ago 題目會給我們一個Node的鍵結,該鍵 Read More Read more about Copy List with Random Pointer Leetcode
leetcode55 Jump Game 解題概念 1 min read leetcode 學習資源 leetcode55 Jump Game 解題概念 theta Posted on 3 年 ago 題目會給一組正整數數列,我們會從第一 Read More Read more about leetcode55 Jump Game 解題概念
Group Anagrams [leetcode] 1 min read leetcode Group Anagrams [leetcode] theta Posted on 3 年 ago 題目會給出很多的單詞,根據每個單詞擁 Read More Read more about Group Anagrams [leetcode]
Permutations 集合解法[leetcode] 1 min read leetcode Permutations 集合解法[leetcode] theta Posted on 3 年 ago 題目會給你一個不重複的數列,請回傳全 Read More Read more about Permutations 集合解法[leetcode]
Permutations 遞迴解法[leetcode] 1 min read leetcode Permutations 遞迴解法[leetcode] theta Posted on 3 年 ago 題目會給你一個不重複的數列,請回傳全 Read More Read more about Permutations 遞迴解法[leetcode]
Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode] 1 min read leetcode Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode] theta Posted on 3 年 ago 簡單來說就是為給一個二維陣列,請確定 Read More Read more about Valid Sudoku 合法數獨矩陣 – 組合檢查 [leetcode]
Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode] 2 min read leetcode Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode] theta Posted on 3 年 ago 簡單來說就是為給一個二維陣列,請確定 Read More Read more about Valid Sudoku 合法數獨矩陣 – 分段檢查 [leetcode]