Skip to content

CarlosChicata/data_structures_in_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures in golang

Purpose

Implement all data structures i know using golang. This project explains Time and Memory complexity analysis for each data structures to compare their. if the data structure can be apply the RUM theorem, then i will apply it.

Implemented data structure list

List Folder

  • Simple Linked List
  • Double Linked List
  • Simple Circle List
  • Double Linked List

Set Folder

  • Duplicated Set
  • Unique Set
  • Union-disjoint set

Tree Folder

  • Binary Tree
  • Red-black Tree
  • B tree
  • B+ Tree

About

Contain several data structures i implemented to learn go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages