Categorygithub.com/clayessex/algo
repositorypackage
0.0.0-20240809001218-41bc7c6626ff
Repository: https://github.com/clayessex/algo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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