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

https://github.com/olegshulyakov/leet-code.go

My Leet Code Solutions
https://github.com/olegshulyakov/leet-code.go

algorithms algorithms-and-data-structures leetcode leetcode-practice leetcode-solutions

Last synced: 12 days ago
JSON representation

My Leet Code Solutions

Awesome Lists containing this project

README

          

# LeetCode.go

[![LeetCode Profile](https://img.shields.io/badge/LeetCode-Profile-blue?logo=leetcode&style=flat)](https://leetcode.com/olegshulyakov/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

This repository contains my personal solutions to various LeetCode problems.

## How to Use

1. Clone the repository:

```bash
git clone https://github.com/olegshulyakov/leet-code.go.git
cd leet-code.go
```

2. Install dependencies

```bash
go mod download
```

3. Run solution:

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

4. To test solutions, you can use LeetCode's built-in test runner or implement custom test cases.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.