Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

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.

License

Notifications You must be signed in to change notification settings

eng-gabrielscardoso/trie-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks