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
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]