Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
https://github.com/bilbottom/leetcode-go

go leetcode

Last synced: about 2 months ago
JSON representation

Not optimal, not impressive, but some solutions to LeetCode problems written in Go.

Awesome Lists containing this project

README

        

[![Go 1.21](https://img.shields.io/badge/Go-1.21-blue.svg)](https://go.dev/)
[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/leetcode-go)](https://shields.io/badges/git-hub-last-commit)
[![Tests](https://github.com/Bilbottom/leetcode-go/actions/workflows/tests.yml/badge.svg)](https://github.com/Bilbottom/leetcode-go/actions/workflows/tests.yml)

---

# LeetCode Solutions with Go

Not optimal, not impressive, but some solutions to [LeetCode](https://leetcode.com/) problems written in Go.

## Reading Materials

The standard Go project layout (as defined by the community) is documented on GitHub at:

- https://github.com/golang-standards/project-layout