Skip to content

Algorithms, data structures, idioms, and patterns in Go.

License

Notifications You must be signed in to change notification settings

pcoet/golang-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang patterns

This project contains Go usage examples and implementations of canonical algorithms and data structures. The algorithms and data structures are adapted from the open-source Java project Algorithms, 4th Edition. This isn't the first (partial) Go implementation of Robert Sedgewick and Kevin Wayne's project, but hopefully it adds something new.

Contributing

See CONTRIBUTING.md for details.

License

GPLv3; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

Developing

Build

make build

Test

make test

Run

~/go/bin/testapp

or, if you have ~/go/bin on your path:

testapp

About

Algorithms, data structures, idioms, and patterns in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published