花費 8 ms
【LeetCode】排序 sort(共20題)

鏈接:https://leetcode.com/tag/sort/ 【56】Merge Intervals (2019年1月26日,谷歌tag復習) 合並區間 題解:先按照interva ...

Sun Feb 24 07:28:00 CST 2019 0 1035
【LeetCode】棧 stack(共40題)

【20】Valid Parentheses (2018年11月28日,復習, ko) 給了一個字符串判斷是不是合法的括號配對。 題解:直接stack Vie ...

Tue Mar 12 05:49:00 CST 2019 0 960
【LeetCode】前綴樹 trie(共14題)

【208】Implement Trie (Prefix Tree) (2018年11月27日) 實現基本的 trie 樹,包括 insert, search, startWith 操作等 api ...

Wed Mar 27 02:29:00 CST 2019 0 709
【讀書筆記】劍指offer

導語 所有的編程練習都在牛客網OJ提交,鏈接: https://www.nowcoder.com/ta/coding-interviews 九章算法的 lintcode 也有這本書的題目。http ...

Mon Oct 08 22:15:00 CST 2018 2 759
【LeetCode】堆 heap(共31題)

鏈接:https://leetcode.com/tag/heap/ 【23】 Merge k Sorted Lists 【215】 Kth Largest Element in an Array ...

Sun Apr 07 02:10:00 CST 2019 0 537

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM