leetcode2sumc LeetCode Codes and Notes 这是我在LeetCode.com上的学习记录
leetcode 2 sum c LeetCode-Codes-and-Notes Here is a record of my learning on LeetCode. CATALOG No. Date Title Tag Notes 1 2020.08.06 Array Hash Map 1.加快查找的速度:哈希表牺牲空间换时间;2.泛型,避免集合使用中的强制类型转换. 2 2020.08.06 LinkedList recursion iteration 1.在普遍解法中包含特殊情况,利用0与null;2.一种单链表的反向操作,head.next = head; ;3.变量名的指代性,prev curr next temp . 3 2020.08.07 stack double-stack stack-plus 1. double stack:维护一个辅助栈来拓展功能;2. stack plus:设计一个增强型栈,它同时存储基础数据和功能性数据. 4 2020.08 Circular queue 1.多种情形的统一:使用Math.max(
用户评论