Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tdakkota/algo2
- Owner: tdakkota
- License: bsd-3-clause
- Created: 2020-11-07T12:42:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T23:56:48.000Z (over 1 year ago)
- Last Synced: 2024-10-18T21:17:15.186Z (20 days ago)
- Topics: algorithms, binary-tree, cache, go, go2, go2go, golang, list, map, slices, trees
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).