leetcode-String to Integer (atoi)
int myAtoi(char* str) { int y=0,s=0; while(*str!=’… 继续阅读 leetcode-String to Integer (atoi)
一个普通理工宅的笔记
int myAtoi(char* str) { int y=0,s=0; while(*str!=’… 继续阅读 leetcode-String to Integer (atoi)
int reverse(int x) { int y=0; if(x>0){ while(x!… 继续阅读 Reverse Integer
The string “PAYPALISHIRING” is written… 继续阅读 leetcode_ZigZag Conversion
typedef std::unordered_map<int,vector<int>… 继续阅读 leetcode-three sum c++
typedef struct Element{ int val; //sum of two numb… 继续阅读 leetcode-4sum
class Solution { private: vector<vector<int&… 继续阅读 leetcode- three sum c++ 待优化版
int cmp(const void *a,const void *b){ return *(int… 继续阅读 leetcode-3Sum Closest
/** * Return an array of arrays of size *returnSiz… 继续阅读 leetcode-three sum
/** * Note: The returned array must be malloced, a… 继续阅读 leetcode-two sum
科大的国内源,虽然更新不及时,不过胜在速度快,我已经用了近快六年时间了。昨天升级路由器,搞丢了配置,… 继续阅读 openwrt 国内中科大镜像源 配置