Skip to content

meads/datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

A repo for common data structures implemented in Go.

Build Status

codecov

Usage

Use the source code or explore the examples like below.

go run main.go -example trie

Installation

This package repo is using go modules. https://github.com/golang/go/wiki/Modules It's recommended to use go version 1.11 or greater. If you have not done so already, you may need to export this environment variable in your ~/.profile. e.g.

export GO111MODULE=on

don't forget to source ~/.profile afterwards to pick up the change

NOTE: removing module support should be as easy as removing the above export from the ~/.profile, save and sourcing the file again.

Examples

  • trie - Launches a browser tab with a search box that searches a backing Trie data structure that has been loaded with some baseline English dictionary (appears to be European btw).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

visit me at: mikeads.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published