Skip to content

puffsun/go_algorithms_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures in Go

I created this repo while I'm learning Go programming language.

Prerequisite

This repo use Ginkgo and Gomega to write and run tests, Ginkgo is a BDD style Go testing framework. After cloning this repo, you should run below code to install them:

  • go get github.com/onsi/ginkgo/ginkgo
  • go get github.com/onsi/gomega

To run all tests, go to the project root, run: ginkgo -r

For more info on Ginkgo, please go to the home page of Ginkgo.

For more algorithms and data structures in Go, please visit arnauddri/algorithms.

Any issue, please send me a pull request, thanks.

About

Algorithms and Data Structures in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages