Datastructure algorithm in golang.
go build .../.
go test -v github.com/ghazninattarshah/data-structures-algorithms/utils github.com/ghazninattarshah/data-structures-algorithms/sorting github.com/ghazninattarshah/data-structures-algorithms/problems
utils
- Consist of utility programs/funcs
sorting
- Consist of Sorting algorithms
problems
- Consist of solutions for the analytical problems