# leetcode **Repository Path**: coolyeah/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: LeetCode Problems' Solutions In Go For Learning - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode LeetCode Problems' Solutions In Go For Learning ## 参考 - https://github.com/haoel/leetcode - https://github.com/qiyuangong/leetcode ## 项目结构 - 每一个题目建立一个文件夹,文件名名称以题目名称命名 - 每一个文件下面包含一个`index.md`文件用来说明题目以及解题思路的说明与总结 - 个人的解题思路以及代码以文件的形式提交到对应的文件夹中,文件以`github用户名.md`作为命名 - 项目根目录下面会有一个列表,该列表对应题目列表并指向对应的文件夹