repositorypackage
0.0.0-20240809001218-41bc7c6626ff
Repository: https://github.com/clayessex/algo.git
Documentation: pkg.go.dev
# README
algo
A collection of simple Go algorithms and containers inspired by the C++ Standard Libaray
- vessels: generic containers including Deque, Stack and Queue
- algorithms: generic algorithms including Map, Reduce and Filter
- expected: testing helper functions