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
- Host: GitHub
- URL: https://github.com/dorin131/go-data-structures
- Owner: dorin131
- Created: 2019-12-22T21:07:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T09:14:56.000Z (almost 3 years ago)
- Last Synced: 2024-06-18T18:51:57.562Z (11 months ago)
- Topics: data-structures, go
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 63
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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