2025-Week15


生活

  我租的房子是老小区,改造施工中,每天早上被电钻声吵醒。这周没有去CityRiding,每天去图书馆学习。现在的状态就是我工作时梦寐以求的状态啊,接触不一样的东西,感受到自己的变化。离职以后,反而不是很焦虑,珍惜每天的时光,去做有意义的事情。

  现在必须要准备下一份工作需要的技能,没办法去看自己感兴趣的闲书,可惜了浙江图书馆这么多的书啊。

  周日晚上环湖Riding,回来的路上在中河中路高架桥下面遇到几个中老年人在用🎷萨克斯齐奏:啊朋友再见。我一直向往着这样的生活:每天看看书,玩玩音乐,再去体育馆找个活动锻炼锻炼。

学习

刷题

https://www.nowcoder.com/practice/91b69814117f4e8097390d107d2efbe0?%20tpId=13&tqId=11212&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking

https://leetcode.cn/problems/kth-smallest-element-in-a-bst/description/

二叉树遍历,迭代方式写了前序、后序、中序


https://leetcode.cn/problems/employee-importance/description/

https://leetcode.cn/problems/flood-fill/description/

https://leetcode.cn/problems/island-perimeter/description/


https://leetcode.cn/problems/surrounded-regions/description/

DFS / UnionFind(初步理解)


https://leetcode.cn/problems/number-of-islands/description/

https://leetcode.cn/problems/max-area-of-island/description/

https://leetcode.cn/problems/letter-combinations-of-a-phone-number/description/

https://leetcode.cn/problems/binary-watch/description/


https://leetcode.cn/problems/combination-sum/description/

https://leetcode.cn/problems/letter-tile-possibilities/description/

项目

开始熟悉后端技术栈,先做一个练手的带登录/注册功能的用户管理系统