repository
0.0.0-20210220074105-6b6dd9e53073
Repository: https://github.com/bingohuang/go-codes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-codes
我的 Go 编码集
LeetCode 刷题集
题解分类:
数组链表
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
1 | 两数之和 | 简单 | Go | Go | 2020-03-02 |
206 | 反转链表 | 简单 | Go | Go | 2020-03-03 |
242 | 有效的字母异位词 | 简单 | Go | Go | 2020-03-04 |
1089 | 复写零 | 简单 | Go | Go | 2020-03-09 |
栈、队列、堆
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
1 | 两数之和 | 简单 | Go | Go | 2020-03-02 |
贪心
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
860 | 柠檬水找零 | 简单 | Go | Go | 2020-03-07 |
455 | 分发饼干 | 简单 | Go | Go | 2020-03-06 |
376 | 摆动序列 | 中等 | Go | Go | 2020-03-08 |
402 | 移掉K位数字 | 中等 | Go | Go | 2020-03-09 |
递归、回溯与分治
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
二叉树、图
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
二分查找、二分查找树
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
哈希表、字符串
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
搜索
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
动态规划
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |
高级数据结构
编号 | 题名 | 难度 | 思路 | 实现 | 时间 |
---|---|---|---|---|---|
xxx | xxx | 简单 | Go | Go | 2020-xx-xx |