LeetCode
刷题记录
数论只会GCD
研二在读
展开
-
LeetCode 1-5题解
1 简单 Soluion map 排序 + 双指针 Sample Code (map) class Solution { public: map<int, int> mp; map<int, int> pos; vector<int> twoSum(vector<int>& nums, int target) { int len = nums.size(); for(int i = 0; i原创 2021-09-14 16:31:06 · 175 阅读 · 1 评论 -
LeetCode刷题重启博客
Motivation 近两年没怎么刷题 研二实践教学,目前任务还算轻松 打算整点时间把LeetCode刷一遍,保持手感 题解形式: 代码 + 口胡(活多的话各位就将就着看) 尽量一天5道题, 就按序来 工作日更新,也调整下目前懒散的学习状态 ...原创 2021-09-14 15:49:34 · 146 阅读 · 0 评论