The repository contains implementations of various data structures and algorithms (DSA) in Go
Each DSA resides in its own folder with the following structure:
dsa_name
├─ dsa_name.go
├─ dsa_name_test.go
└─ README.md
Just run go test -v ./...
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The repository contains implementations of various data structures and algorithms (DSA) in Go
Each DSA resides in its own folder with the following structure:
dsa_name
├─ dsa_name.go
├─ dsa_name_test.go
└─ README.md
Just run go test -v ./...