Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiexianbin/go-leetcode

My solutions in leetcode
https://github.com/xiexianbin/go-leetcode

golang leetcode

Last synced: about 1 month ago
JSON representation

My solutions in leetcode

Awesome Lists containing this project

README

        

# leetcode

[![build-test](https://github.com/xiexianbin/go-leetcode/actions/workflows/workflow.yaml/badge.svg)](https://github.com/xiexianbin/go-leetcode/actions/workflows/workflow.yaml)

- https://leetcode.com/u/xiexianbin/
- https://leetcode.cn/u/xiexianbin/

## clone

```
git clone [email protected]:xiexianbin/go-leetcode.git leetcode
```

## test

- test one case

```
go test -v ./...
```

- test case in special dir

```
go test -v ./lcp/...
```

- test one case

```
go test ./.go
```