会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
张博的博客
contact me:wechat 15122306087
2024年4月16日
左神的算法书
摘要: https://juejin.cn/post/6976634412288966663
阅读全文
posted @ 2024-04-16 11:20 张博的博客
阅读(4)
评论(0)
推荐(0)
编辑
二分模板
摘要: class Solution: def search(self, nums: List[int], target: int) -> int: left=0 right=len(nums)-1 while (left<=right): mid=left+right>>1 if nums[mid]==t
阅读全文
posted @ 2024-04-16 09:26 张博的博客
阅读(3)
评论(0)
推荐(0)
编辑
导航
新随笔
管理