/dsa

Implementation of data structures and algorithms in Go.

Primary LanguageGoMIT LicenseMIT

Data structures and algorithms (implemented in Go)

In this repository, I will be implementing various data structures and algorithms using Go. This is a work in progress and I will be adding more implementations as I learn them.

All the implementations are tested using unit tests. You can find the tests in the *_test.go files.

Data Structures

Algorithms

Running unit tests

You can run the tests using the go test -v ./... command.

$ go test -v ./...

License

This project is licensed under the MIT License - see the LICENSE file for details.