Skip to content

shehab-as/Go-Datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures in Go v1.15.6

This repo consists the implementation of the following:

  • Stacks
  • Queues
  • Linked Lists (Singly)
  • Binary Search Trees
  • Heaps (Max Heap)
  • Tries
  • Graphs (Directed Unweighted Graph)
  • HashTables (Based on slices)