Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qsoulior/misc

Collection of implementations written in Go
https://github.com/qsoulior/misc

algorithms data-structures

Last synced: about 1 month ago
JSON representation

Collection of implementations written in Go

Awesome Lists containing this project

README

        

# miscellany
[![Go Reference](https://img.shields.io/badge/reference-007d9c?style=flat-square&logo=go&logoColor=fafafa&labelColor=5c5c5c)](https://pkg.go.dev/github.com/qsoulior/misc)
[![Go Version](https://img.shields.io/github/go-mod/go-version/qsoulior/misc?style=flat-square)](https://go.dev/doc/go1.22)
[![Go Report Card](https://goreportcard.com/badge/github.com/qsoulior/misc?style=flat-square)](https://goreportcard.com/report/github.com/qsoulior/misc)

**miscellany** is a collection of some implementations written in Go. It includes various data structures, algorithms and patterns.