algo

command module
v0.0.0-...-6b6cd0b Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 1 Imported by: 0

README

Vite logo


GoDoc reference example

GitHub go.mod Go version of a Go module

GitHub license


Algo ⚡

Common algorithms, generic collections and data structures in Go.

  • 💡 Generic Set
  • 📃 List
  • 🛠️ Stack
  • 📦 Trie
  • 🚇 Queue
  • 📔 HashMap
  • 🌴 Binary Tree

Writing applications in Go requires you to write repetitive code for manipulating slices, maps and arrays. Having generic well tested algorithms simplifies code, iteration, and is a good start to learning about the common algorithms and their implementation.

All packages are tested. That's the documentation for now. 🤣

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
implentation of a safe concurrent generic map
implentation of a safe concurrent generic map
stack implementation using a slice.
stack implementation using a slice.
Effecient Trie data structure implementation using a map.
Effecient Trie data structure implementation using a map.

Jump to

Keyboard shortcuts

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