Records of Practice
Last updated
Was this helpful?
Last updated
Was this helpful?
记录一下之后的练习,虽然之前的没有记录下来
6/12/2021
Tree
a. Mirror of tree:
b. in-order traversal of tree (iteration):
c. 二叉搜索树的后序遍历序列:
6/15/2021
DP
子数组的最大累加和问题:
子数组最大乘积
三个数的最大乘积
LinkedList
删除链表的倒数第n个节点
6/17/2021
Tree
重建二叉树
判断二叉树是否对称
二叉树是否存在和为目标值的路径
6/22/2021
Divide and Conquer
6/27/2021
Array
找第K大的元素
最长无重复子数组:
链表的奇偶重排
数组中的最长连续子序列