996 Worker's Blog

滑动窗口与子串、子数组问题

滑动窗口,是双指针的一个应用。

996Worker 发布于 2021-07-14

二分查找解题框架

1. 版权转载并总结自(fucking-algorithm)

996Worker 发布于 2021-07-10

BFS 解题框架

转载总结自(fucing-algorithm)

996Worker 发布于 2021-07-08

DFS与回溯算法阅读笔记

总结拷贝自Fucking-algorithmfucking-algorithm

996Worker 发布于 2021-07-07

递归与动态规划的解题框架

动态规划问题(求最值)等情境下经常出现

996Worker 发布于 2021-07-06

Sorting

Let's talk about sorting, which can be helpful when I deal with god damn interviews...

996Worker 发布于 2021-07-04

BST

DefinitionIn a Binary Search tree:If the left subtree of any node is not empty, then the value of all the nodes in the left subtree is less than the v

996Worker 发布于 2021-07-03