dsl

module
v0.0.0-...-e199811 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2018 License: MIT

README

GoDoc Build Status

Gost - Go (data) structures

Implemented data structures:

  • List (singly-linked)
  • Stacks (slice and list implementations)
  • Queues (slice and list implementations)
  • Priority Queue (preserving FIFO for equal priority)
  • Min. Priority Queue (preserving FIFO for equal priority)

Note: None of the implementations are thread-safe!

Download/Installation

In your Go project's root directory, open a terminal and paste the following:

go get github.com/christat/gost

Contributions

Suggestions and pull requests are welcome! Please open an issue for new data structure requests.

License

Licensed under the MIT license.

Directories

Path Synopsis
Package gost is a (minimal) data structures library for Go.
Package gost is a (minimal) data structures library for Go.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL