课程大纲
学习路线规划
技术篇
行业资讯
pmp
软考
#include <stdio.h> #include <stdlib.h> #include <string.h> const int MAX_LENGTH = 100000; struct snowFlakeInfo{ int armLength[6]; char used; ...详情>>
//228K 16MS C++#include <cstdio>#include <cstring>using namespace std;int map[105][105];int size;int RowSum[105];int ColumnSum[105];void solve() { memset ...详情>>
跟1753 基本一样, 也就是说,结束条件更严格. 注意输出格式 其实 是 y x (a row number and a column number)#include <cstdio> #include <queue> #inc ...详情>>
//716K 0MS G++#include <cstdio>#include <string>#include <map>#include <iostream>using namespace std;map<string, int> stackMap;int stackLength;string S1;string ...详情>>
在排序数组中删除重复项目的快速指针技能参考:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/private int removeDuplicates(int[] nums){ if(n ...详情>>
//788K 0MS G++#include <cstdio>#include <queue>#include <cstring>#define MAX 50using namespace std;char maze[MAX][MAX][MAX]; // z , y, xstruct Pos { int x; ...详情>>
C++ 94ms(STL queue)#include <iostream> #include <queue> #include <vector> #include <cstring> using namespace std; priority_queue<long l ...详情>>
水题, 但是,在malloc之后,我忘记了memsetet 0, 结果 几次WA... (因为这次hash。 成员有字符串数组,不能保证全员覆盖,比如 申请长度为15,只有一个长度为10的m ...详情>>
如何在Java项目中进行技术债务管理?
解释Java项目中的持续交付流程
如何在Java项目中实现代码复用?
解释如何在Java项目中进行架构评审?
如何在Java项目中实现模块的解耦?
java怎么取数组的中间坐标
2024-10-31
2024-10-06
2024-09-13
2024-08-01
2024-11-13