Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuanlc/leetcode
Practice algorithm & Golang
https://github.com/tuanlc/leetcode
Last synced: 23 days ago
JSON representation
Practice algorithm & Golang
- Host: GitHub
- URL: https://github.com/tuanlc/leetcode
- Owner: tuanlc
- License: mit
- Created: 2022-08-21T07:21:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T14:41:54.000Z (over 2 years ago)
- Last Synced: 2024-10-30T18:03:28.830Z (3 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode challenges
![action status](https://github.com/tuanlc/leetcode/actions/workflows/ci.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/tuanlc/leetcode?style=flat-square)](https://goreportcard.com/report/github.com/tuanlc/leetcode)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/tuanlc/leetcode)## Motivation
To practice: Golang + Algorithm***Note***: There are not only implementations but also unit tests for them