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

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.

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