Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T02:06:54.000Z (about 2 years ago)
- Last Synced: 2024-06-21T16:54:27.382Z (5 months ago)
- Topics: leetcode, tdd
- Language: Go
- Homepage: https://leetcode.com/pengliheng/
- Size: 15.4 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - plh97/leetcode - ✍ (Go)
README
#
[![codeCov](https://codecov.io/gh/pengliheng/leetcode/branch/master/graph/badge.svg)](https://codecov.io/gh/pengliheng/leetcode)
[![Build Status](https://www.travis-ci.org/pengliheng/leetcode.svg?branch=master)](https://www.travis-ci.org/pengliheng/leetcode)
[![images](https://leetcode-badge.chyroc.cn/?name=plh2)](https://leetcode.com/plh2)
[![images](https://leetcode-badge.chyroc.cn/?name=plh2&leetcode_badge_style=Leetcode%20|%20Ranking-{{.ranking}}-green.svg)](https://leetcode.com/plh2)## 刷题原则
- 广度优先
- 人的注意力只有半小时,所以
- 测试覆盖率 100%## vscode-debug-for-golang
```json
{
"name": "debug",
"type": "go",
"request": "launch",
"mode": "test",
"program": "${fileDirname}"
}
```