摘要: Leetcode Day 1 1. 两数之和 // kreamyu class Solution { public: map<int,vector<int>> mp; vector<int> twoSum(vector<int>& nums, int target) { for(int i=0;i< 阅读全文
posted @ 2021-11-19 11:41 kreamyu 阅读(35) 评论(0) 推荐(0)
摘要: 从今天开始,也算是到了一个新的起点,想做一些该做的事情,继续成为一个很厉害的人。 博客园这个博客作为我的技术博客,用于记录我所有的专业学习笔记和刷题以及技术上的一些总结。 希望自己能每天更新博客,努力进步吧。 我的个人博客 阅读全文
posted @ 2021-10-06 14:08 kreamyu 阅读(65) 评论(0) 推荐(0)