数据结构与算法系列01(数组、链表、跳表)

五步刷题法(五毒神掌)

第一遍:
5分钟:读题+思考(不要超过15分钟)

直接看解法:注意!多解法,比较优劣

背诵、默写好的解法

第二遍:
马上自己写–> LeetCode提交

多种解法比较、体会–>优化!

第三遍:
过了一天后,再重复做题

不同解法的熟练程度–>专项练习

第四遍:
过了一周:反复回来练习相同题目

对于不熟的题目专项练习。

第五遍:
如果有面试,面试前一周进行恢复式训练

数据结构与算法系列01(数组、链表、跳表)

两数之和题目: https://leetcode-cn.com/problems/two-sum/
Array 实战题目
• https://leetcode-cn.com/problems/container-with-most-water/
• https://leetcode-cn.com/problems/move-zeroes/
• https://leetcode.com/problems/climbing-stairs/
• https://leetcode-cn.com/problems/3sum/ (高频老题)
Linked List 实战题目
• https://leetcode.com/problems/reverse-linked-list/
• https://leetcode.com/problems/swap-nodes-in-pairs
• https://leetcode.com/problems/linked-list-cycle
• https://leetcode.com/problems/linked-list-cycle-ii
• https://leetcode.com/problems/reverse-nodes-in-k-group/
课后作业
• https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/
• https://leetcode-cn.com/problems/rotate-array/
• https://leetcode-cn.com/problems/merge-two-sorted-lists/
• https://leetcode-cn.com/problems/merge-sorted-array/
• https://leetcode-cn.com/problems/two-sum/
• https://leetcode-cn.com/problems/move-zeroes/
• https://leetcode-cn.com/problems/plus-one/

你可能感兴趣的:(python,leetcode,数据结构,算法)