# Data Structures and Algorithms [](https://goreportcard.com/report/github.com/floyernick/Data-Structures-and-Algorithms) [](https://travis-ci.org/floyernick/Data-Structures-and-Algorithms) [](https://github.com/floyernick/Data-Structures-and-Algorithms/blob/master/LICENSE) Clean and simple implementation in Go ## Implementation There are several data structures and algorithms implemented in this project. The list will be replenished with time. ##### Data structures - [Circular Buffer](https://github.com/floyernick/Data-Structures-and-Algorithms/tree/master/CircularBuffer)