Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 274 Bytes

File metadata and controls

12 lines (8 loc) · 274 Bytes

go-dsa

This repository contains implementations of common data structures and algorithms in Go.

How to

# to test a specific unit
go test -v ./sorting/merge
# warning: the test files are not real unit tests, they are just convenient for running code.