Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plh97/leetcode


https://github.com/plh97/leetcode

leetcode tdd

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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}"
}
```