Skip to content

ghazninattarshah/data-structures-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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