Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markwinter/gocol
- Owner: markwinter
- License: mit
- Created: 2022-04-18T01:30:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T01:28:51.000Z (over 2 years ago)
- Last Synced: 2024-12-06T20:24:30.908Z (about 1 month ago)
- Topics: algorithms, data-structures, generics, go, golang
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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