https://github.com/plh97/leetcode
✍
https://github.com/plh97/leetcode
leetcode tdd
Last synced: 3 months ago
JSON representation
✍
- Host: GitHub
- URL: https://github.com/plh97/leetcode
- Owner: plh97
- Created: 2018-11-10T23:27:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T02:06:54.000Z (over 2 years ago)
- Last Synced: 2025-04-10T11:10:49.238Z (3 months ago)
- Topics: leetcode, tdd
- Language: Go
- Homepage: https://leetcode.com/pengliheng/
- Size: 15.4 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
[](https://codecov.io/gh/pengliheng/leetcode)
[](https://www.travis-ci.org/pengliheng/leetcode)
[](https://leetcode.com/plh2)
[](https://leetcode.com/plh2)## 刷题原则
- 广度优先
- 人的注意力只有半小时,所以
- 测试覆盖率 100%## vscode-debug-for-golang
```json
{
"name": "debug",
"type": "go",
"request": "launch",
"mode": "test",
"program": "${fileDirname}"
}
```