Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 497 Bytes

data-structures-algorithms

Datastructure algorithm in golang.

Build command

go build .../.

Run testcases

go test -v github.com/ghazninattarshah/data-structures-algorithms/utils github.com/ghazninattarshah/data-structures-algorithms/sorting github.com/ghazninattarshah/data-structures-algorithms/problems

Packages

utils - Consist of utility programs/funcs

sorting - Consist of Sorting algorithms

problems - Consist of solutions for the analytical problems