Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tdakkota/algo2

Some algorithms written using Go generics.
https://github.com/tdakkota/algo2

algorithms binary-tree cache go go2 go2go golang list map slices trees

Last synced: 14 days ago
JSON representation

Some algorithms written using Go generics.

Awesome Lists containing this project

README

        

# algo2 ![go2go](https://github.com/tdakkota/algo2/workflows/Test/badge.svg) [![codecov](https://codecov.io/gh/tdakkota/algo2/branch/master/graph/badge.svg?token=9QWNCNZHO2)](https://codecov.io/gh/tdakkota/algo2)

Algorithms written in Go2.

Some packages are ported
from [go2go testdata](https://github.com/golang/go/tree/dev.go2go/src/cmd/go2go/testdata/go2path/src).