Skip to content

Latest commit

 

History

History
executable file
·
40 lines (26 loc) · 1.41 KB

template.markdown

File metadata and controls

executable file
·
40 lines (26 loc) · 1.41 KB

LeetCode 的 Go 解答 {{- /* 本文件是用来生成 README.md 的模板 */}}

LeetCode 排名 codecov Build Status

进度

统计规则:1.免费题,2.算法题,3.能提交 Go 解答

{{.ProgressTable}}

题解

{{.AvailableTable}} 以下免费的算法题,暂时不能提交 Go 解答

{{.UnavailableList}}

helper

helper 会处理大部分琐碎的工作。

notes

notes 记录了我答题过程中,对知识点的总结。

kit

针对 LeetCode 中经常出现的以下数据结构,在 kit 中进行了定义,并添加了与 []int 相互转换的函数。利用 Go 1.9 添加的 type alias 功能,易于添加单元测试。