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
- Host: GitHub
- URL: https://github.com/olegshulyakov/leet-code.go
- Owner: olegshulyakov
- License: mit
- Created: 2024-09-24T10:12:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-08T17:56:30.000Z (2 months ago)
- Last Synced: 2025-08-08T19:39:51.768Z (2 months ago)
- Topics: algorithms, algorithms-and-data-structures, leetcode, leetcode-practice, leetcode-solutions
- Language: Go
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode.go
[](https://leetcode.com/olegshulyakov/)
[](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.