Skip to content

LucasUTNFRD/DSA-in-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Data Structures Implementation in Go

This repository contains my implementation of various data structures, developed as a complement to deepen my understanding of the subject, following the Algorithms and Data Structures 2 course at the Faculty of Engineering, University of Buenos Aires (UBA).

The main goal of this project is to consolidate my understanding of the internal workings of different data structures and to start abstracting from their implementations when used in more complex projects.

To test all the features and projects, you must have Go installed in your computer, and run the following commands in the terminal:

go work init
go work use tdas
go mod tidy

The go work init will create a workspace that is going to be useful for connecting all the modules and packages.

About

DSA Material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages