/algorithms

Algorithms & Data Structures in Go

Primary LanguageGoOtherNOASSERTION

Algorithms Build Status

Classic algorithms and data structures implemented in Go. Not for production use, it is mostly an attempt to get comfortable both with Go and key CS concepts.

Contents

Data Structures

Graph algorithms

Searching:

Shortest path:

Sorting:

Maths algorithms

Sorting algorithms

Searching algorithms