首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
EuniceKwong
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
最新
热门
博弈论 | 极小极大化的C++实现
极小化极大(minimax)算法满足零和博弈,初略的解释就是若有两个玩家进行游戏,如果其中一方得到利益那么另一方就会失去利益,游戏利益的总和为0(某些情况下为常数)。 Minimax is a kind of backtracking algorithm that is use…
二叉树遍历的C++实现-栈与Morris
leetcode 94. 二叉树的中序遍历
Python Cheat Sheet - Closure (闭包) and Decorator (装饰器)
Python function can be assigned to a variable. A Python function can be passed as a argument to a function. map()函数语法:map(func, *iterables)…
最长回文子字符串马拉车算法的C++实现
e.g. in string “abaaba”, L[3] = 3 means substring from position 0 (3-3) to 6 (3+3) is a palindrome which is “aba” of length 3, it also mean…
大疆笔试8.16软件类B卷编程题
leetcode 402. 移掉K位数字
Data Structure Troubleshooting
worst case, perform at least ceil(log2(n!)) comparisons of keys, and, in the average case, it must perform at least log2(n!) comparisons of…
模式搜索KMP算法的C++实现
Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of pat[] in…
Questions of Concurrent Programming
C++并发编程相关问题STL的线程安全stack是线程安全的吗?
Questions of TCP/IP ans HTTP
MSL是Maximum Segment Lifetime英文的缩写,中文可以译为“报文最大生存时间”,他是任何报文在网络上存在的最长时间,超过这个时间报文将被丢弃。 2MSL即两倍的MSL,TCP的TIME_WAIT状态也称为2MSL等待状态,等待2MSL时间主要目的是怕最后一…
单调栈与矩形面积的C++实现
例题:leetcode 84. 柱状图中最大的矩形 | leetcode 85. 最大矩形
下一页
个人成就
文章被点赞
5
文章被阅读
26,445
掘力值
578
关注了
0
关注者
1
收藏集
3
关注标签
6
加入于
2020-04-15