Skip to content

MatheusAbdias/GO_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO_DSA: Practice of Algorithms and Data Structures in Go

Go Logo

Translations:

Welcome to the GO_DSA repository! This repository was created to practice the implementation of algorithms and data structures in Go (Golang). Here, you will find examples of the following data structures:

  • Data Structures:
    • [X] Array
    • [X] Linked List
    • [X] Stack
    • [X] Queue
    • [x] Binary Search Tree (BST)
    • [ ] AVL Tree and Red-Black Tree
    • [ ] B Tree

Each directory corresponding to these structures will contain clear and commented examples designed to help you understand how these structures work and how to effectively implement them in Go.

Repository Structure

GO_DSA/
├── array/
├── linked_list/
├── stack/
├── bst/
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages