/data-structures

Common data structures in Go

Primary LanguageGo

data-structures

Implementation of simpel data structures in Go.

To install

$ go install data-structures
$ go run data-structures

Run tests/benchmarks

$ go test <directory>
$ go test <directory> -bench=.

As example:

$ go test ./bst -bench.=
$ PASS
$ ok      data-structures/bst     0.613s