Implementation of various data structures and algorithms in Go.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Emir Pasic 74d7895cfb array stack (with tests and benchmarks - kinda slow in comparison to the linked list stack) 11 years ago
maps hashmap implemented (inc. tests) 11 years ago
sets hashmap implemented (inc. tests) 11 years ago
stacks array stack (with tests and benchmarks - kinda slow in comparison to the linked list stack) 11 years ago
trees/redblacktree red-black tree Clear() method 11 years ago
utils - comparator test for custom comparator 11 years ago
.gitignore - gitignore update 11 years ago
.travis.yml Update .travis.yml 11 years ago
LICENSE Initial commit 11 years ago
README.md array stack (with tests and benchmarks - kinda slow in comparison to the linked list stack) 11 years ago

README.md

Build Status

GoDS

Go Data Structures

Testing and Benchmarking

go test -v -bench . -benchmem -benchtime 1s ./...