首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
yoooooooooooooohara
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
1
文章 1
沸点 0
赞
1
返回
|
搜索文章
最新
热门
使用 Obsidian + Git 构建自己的云端笔记系统
Markdown 基本语法(学习10 min 上手)Git 的简单使用(学习0.Git 选择 Gitee,新建仓库,clone 到本地打开 Obsidian,选择”打开本地仓库“选项,选择 clone 的 git 仓库文件夹。可选:.gitignore 文件中增加 .印象笔记、O...
关于我的个人博客
Elasticsearch高级操作及集群
1.通过批量操作,我们可以一次向Elastic Search发送多条增删改查操作。1.1.# 1. # 2. # 3. firstMap.firstMap.IndexRequest indexRequest1=new IndexRequest("teacher").id("2")...
Redis常见问题
Java程序中,使用Redis.1.2.3.1.2.3.4.5.6.1.2.3.4.5.6.7.8.len : 保存的字符串长度。当用户修改字符串时sds api会先检查空间是否满足需求,如果满足,直接执行修改操作,如果不满足,将空间修改至满足需求的大小,然后再执行修改操作 空间...
LIS 最长上升子序列 O(nlogn) 方法(使用二分查找替换状态数组)
另外补充下二分查找: 1、找到的话且这个数唯一则返回下标位置,如果不唯一则返回最右边的下标;找不到的话返回比它大的第一个数(即右边的数)的下标。
HDU-6125-Friend-Graph-2017CCPC网络赛(图论,拉姆齐定理-组合数学)
It is well known that small groups are not conducive of the development of a team. Therefore, there shouldn’t be any small groups in a good ...
Gym-101873D-Pants On Fire(闭包)
Donald and Mike are the leaders of the free world and haven’t yet (after half a year) managed to start a nuclear war. Despite the great and ...
HDU-1160-FatMouse's Speed(线性DP,LIS)
FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and pu...
HDU-1260-Tickets(线性DP,DP入门)
Jesus, what a great movie! Thousands of people are rushing to the cinema. However, this is really a tuff time for Joe who sells the film tic...
快速幂及快速幂取模运算
快速幂这个东西比较好理解,但实现起来到不老好办,记了几次老是忘,今天把它系统的总结一下防止忘记。 首先,快速幂的目的就是做到快速求幂,假设我们要求a^b,按照朴素算法就是把a连乘b次,这样一来时间复杂度是O(b)也即是O(n)级别,快速幂能做到O(logn),快了...
下一页
个人成就
文章被点赞
3
文章被阅读
11,934
掘力值
89
关注了
1
关注者
1
收藏集
0
关注标签
11
加入于
2022-10-14