首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
圆圆有点懒
掘友等级
后端开发工程师
|
某互联网电商平台
微服务, 分布式架构, sql性能优化
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
13
文章 13
沸点 0
赞
13
返回
|
搜索文章
最新
热门
LeetCode 18 - 4数之和 - 解题思路记录 - Golang
我们再来介绍一道题目, 是建立在以前的基础上的, 那就是3数之和的基础上,如果你没看过这个教程的话,记得先补一下 LeetCode 15 - 3数之和 - 解题思路记录 - GoLang 在这道题的基
LeetCode 55 - 跳跃游戏 - 解题思路记录(动态规划优化版) - GoLang
「1. 动态规划」 「2. 优化版动态规划(优化的是空间复杂度)」 也就是说,我们可以去掉数组,将代码简化成这样... 这个方案比之前的省下了「0.2MB」的空间 又一次的进步。
LeetCode 55 - 跳跃游戏 - 解题思路记录(递归+动态规划法) - Golang
Hello, 现在是凌晨2点, 刚刚结束完一天的工作,忙着把算法题写完.那么今天继续讲解算法题第55题, 也是一道经典的面试题目,那我们来一起看一看吧. Given an array of non-negative integers, you are initially pos…
LeetCode 53 - 最大子序和 - 解题思路记录(附带动态规划) - GoLang
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.
LeetCode 49 - 字母异位词分组 - 解题思路记录 - Golang
今天来介绍一下,第49题的解题思路,这一道题稍微简单一些,主要的考核点是对map的认识, 先来看一下题目介绍 「Example」 题目很简答, 给定一个字符串的数组, 输出由同样字符组成的二维数组,
LeetCode 2 - 两数之和 - 解题思路记录 - GoLang
今天下午分享了一篇21题的链表操作,未了巩固一下自己的知识,在晚上的时候再刷了一题,也与链表相关的题目。 You are given two 「non-empty」 linked lists representing two non-negative integers. The…
LeetCode 21 - 合并有序链表 - 解题思路记录 - GoLang
「Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lis…
LeetCode 12 - 罗马数字 - 解题思路记录 - GoLang
For example, two is written as II in Roman numeral, just two one's added together. Twelve is written as, XII, which is simply X + II. The n…
LeetCode 15 - 3数之和 - 解题思路记录 - GoLang
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which …
LeetCode 5 - 回文串 - 解题思路记录 - GoLang
给定一个字符串 s,找到 s 中最长的回文子串。你可以假设 s 的最大长度为 1000。 注意: "aba" 也是一个有效答案。 在我尝试过之后,我才发现不行。因为我很难判断目前栈内的元素跟谁能匹配 在最后一个字母a 压栈后,并不知道要弹出哪个。
下一页
个人成就
文章被点赞
20
文章被阅读
17,582
掘力值
449
关注了
24
关注者
6
收藏集
1
关注标签
7
加入于
2020-05-20