Skip to content

A reference for data structures and algorithms implemented in Go

License

Notifications You must be signed in to change notification settings

willpoint/algor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algor

Data Structures & Algorithms in go.

This is a work in progress and ideas are welcome

For each data structure and algorithm presented in pkg, the comments would contain the following:

  • Name of data structure / algorithm.
  • Description - a high level overview of what the algorithm is designed to achieve.
  • Performance - the worse, average and best case to be expected in the case of an algorithm
  • Tests - showing the data structure / algorithm in action. And for argument's sake, a benchmark comparing similar algorithms.

About

A reference for data structures and algorithms implemented in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages