/golang-data-structures

Data structures with Go

Primary LanguageGoMIT LicenseMIT

Data Structures with Golang

A compilation of data structures made in golang.

Check on Youtube

A spanish playlist explaining all structures on this repository.

Estructura de datos con Golang

Data structures

Stack

01_Stack

Queue

02_Queue

Simple Linked List

03_Simple_Linked_List

Double Linked List

04_Double_Linked_List

HashMap

05_HashMap

Tree

06_Tree