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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T23:56:48.000Z (over 2 years ago)
- Last Synced: 2025-04-01T01:51:09.367Z (3 months ago)
- Topics: algorithms, binary-tree, cache, go, go2, go2go, golang, list, map, slices, trees
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algo2  [](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).