trie-tree

command module
v0.0.0-...-adfef49 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2022 License: MIT Imports: 3 Imported by: 0

README

Trie tree in Golang

This repository is a collection of codes for implementing a Trie tree using the Go language for the purposes of the discipline Data Structures II - UFPA.

Running codes

Running with SDK
  1. You must have the specific version of the Golang specified in the go.mod file or above.
  2. You must run the codes manually (terminal), do not use VS Code extensio or shortcuts, just dirty your hand.
$ go run . 
or
$ go run *.go
  1. You also could build the code and generate the binary that will run in your specific architecture and OS
$ go build
Running with Docker

Solution still under development

  1. You must have Docker installed in your machine first than all.
  2. You have to run the following command in the root directory of the application:
$ sudo docker build --tag trie-tree .
  1. Run the container with the following command:
$ sudo docker run trie-tree

Licence

This project is licensed under the MIT licence.

Documentation

Overview

Package main provides the entrypoint for the application

Directories

Path Synopsis
Package core provides essential abstractions for building a trie tree
Package core provides essential abstractions for building a trie tree

Jump to

Keyboard shortcuts

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