Skip to content

Springff/Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code

刷题纪录

经验

如果使用常量的存储空间,一般就是在原数据上修改

滑动窗口

维护一个左右边界,作为滑动窗口

回溯

满足某些条件,将当前值加入解集

继续遍历,遍历过程中,添加,递归,弹出

二分查找

定义low,high,mid,不断更新边界,找到合适的值,适用于有序序列

先建堆,参数包括数组,目标索引,边界;再移动,重建堆。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages