https://github.com/jtr109/lcutils
Helper utils for writing code and tests locally easier. Such as converters and operators about TreeNode, ListNode, and so on.
https://github.com/jtr109/lcutils
go golang leetcode utils
Last synced: 2 months ago
JSON representation
Helper utils for writing code and tests locally easier. Such as converters and operators about TreeNode, ListNode, and so on.
- Host: GitHub
- URL: https://github.com/jtr109/lcutils
- Owner: jtr109
- License: mit
- Created: 2021-10-27T07:49:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T07:58:42.000Z (over 4 years ago)
- Last Synced: 2023-07-12T12:08:09.027Z (over 2 years ago)
- Topics: go, golang, leetcode, utils
- Language: Go
- Homepage: https://pkg.go.dev/github.com/jtr109/lcutils
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Golang Utils
This module collects utils for coding LeetCode problems in Golang.
## Installation
```bash
go get github.com/jtr109/lcutils
```
## Usage
```go
package example
import "github.com/jtr109/lcutils"
```