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

https://github.com/dorin131/go-data-structures

A collection of data structures implemented in Go
https://github.com/dorin131/go-data-structures

data-structures go

Last synced: 29 days ago
JSON representation

A collection of data structures implemented in Go

Awesome Lists containing this project

README

        

# go-data-structures

An implementation in Go of the following data structures:

- Linked List
- Stack
- Queue
- Binary Search Tree
- Graph
- Hash Table
- Min Heap
- Max heap