Skip to content

Repositório para estudo e implementação de estruturas de dados clássicas em Go. Cada estrutura está no diretório pkg e possui um exemplo prático em cmd.

Notifications You must be signed in to change notification settings

Marlliton/go-data-structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms Playground

This repository is a playground for studying and implementing various data structures and algorithms in Go.

Available Data Structures

  • Deque
  • LinkedList
  • Queue
  • Stack

How to Run the Examples

To run a specific example, use the go run command followed by the path to the example's directory. For example:

# To run the stack example
go run ./cmd/stack-example

# To run the linked list example
go run ./cmd/linkedlist-example

How to Run the Tests

To run the tests for all data structures, use the go test command:

go test ./...

About

Repositório para estudo e implementação de estruturas de dados clássicas em Go. Cada estrutura está no diretório pkg e possui um exemplo prático em cmd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages