Theprimeagen's course on data structures and algorithms written in Go.
git clone https://github.com/ZafirProjects/go-dsa.git
cd into any of the sub-directories in this repository and run the following command:
go test
This should run the files that test the DSs and Algorithms.
The hashmaps, heaps, and trees folders are not entirely done yet. The tests for the data structures and algorithms are not comprehensive.