Skip to content

fukaraca/go-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-DS

Basicly, data structures package written with Go.

Abstractly implemented data structures for now is given below.

  • Stacks
  • Queues
  • Linked Lists
  • Directed Graphs
  • Undirected Graphs
  • Binary Search Tree
  • Tries
  • Hash Tables
  • Heaps
go get github.com/fukaraca/go-ds

Total test coverage is %100.

Any kind of feedback is appreciated.

About

Data structures written with Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages