fireear
fireear
全部文章
分类
ACM 培训(23)
dp动态规划(2)
oj(14)
一些小技巧(1)
面经(2)
题解(1)
归档
标签
去牛客网
登录
/
注册
Fire的摸鱼冰窖
TA的专栏
1篇文章
0人订阅
火瞳的面经or知识拷打间
1篇文章
1054人学习
全部文章
(共43篇)
网易游戏服务器社招二面不知道凉没凉经
来自专栏
来先一个自我介绍:xxxx 一下你项目里面自己做过比较有意义/难度的需求? balabala,反正上来先紧张的一笔,说了感觉没说 场景算法题? 设计一个数据结构,要求存储key-value,查找,删除,插入,随机删除 全都要求O(1) 上来先比较紧张 查找删除插入都要o(1),还是key-valu...
C++
2022-02-10
0
1054
letcode434 字符串中的单词数
https://leetcode-cn.com/problems/number-of-segments-in-a-string/ 思路比较简单 直接判断单词间的空格就行 class Solution: def countS...
2021-03-26
0
550
杨辉三角
#include<stdio.h> #include<string.h> #include<math.h> int main() { int n; while(~scanf("%d",&n)) { int a[100][100...
2021-03-23
0
506
迷宫问题bsf ACM第三次培训
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
540
bsf 迷宫三维
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
539
bsf find a way
Submit Status Description Input Output Sample Input Sample Output ...
2021-03-23
0
654
bfs 胜利大逃亡
Description Ignatius被魔王抓走了,有一天魔王出差去了,这可是Ignatius逃亡的好机会. 魔王住在一个城堡里,城堡是一个A*B*C的立方体,可以被表示成A个B*C的矩阵,刚开始Ignatius被关在(0,0,0)的位置,离开城堡的门在(...
2021-03-23
0
400
优先bsf rescue
Submit Status Description Input Output Sample Input Sample Output ...
2021-03-23
0
470
bfs 走马 棋盘
写了半天发现没看题 走的是马才对QAQ D - Knight Moves Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit ...
2021-03-23
0
563
dfs 简单背包问题
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
566
首页
上一页
1
2
3
4
5
下一页
末页