Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 887 Bytes

README_TAIL.md

File metadata and controls

15 lines (11 loc) · 887 Bytes

以下题目,暂时不能使用 Golang 解答

helper

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

notes

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

kit

kit中添加了LeetCode常用的数据结构和处理函数:

  1. *ListNode添加了与[]int相互转换的函数,方便添加单元测试。使用方式可以参考21. Merge Two Sorted Lists
  2. *TreeNode添加了与[]int相互转换的函数,方便添加单元测试。