Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markwinter/gocol

Data Structures and Algorithms in Golang using Generics
https://github.com/markwinter/gocol

algorithms data-structures generics go golang

Last synced: 29 days ago
JSON representation

Data Structures and Algorithms in Golang using Generics

Awesome Lists containing this project

README

        

# gocol

Collection of algorithm and data structure implementations using Golang Generics.

## Datastructures

- Heap
- Queue
- Stack

## Algorithms

### Sorting

- Heap Sort
- Insertion Sort
- Merge Sort
- Quick Sort