Skip to content
/ GO-DS Public

Go is a modern programming language . Here are a few examples of data structures that are not natively available in Go, along with some code samples for how to implement them.

Notifications You must be signed in to change notification settings

moein9gh/GO-DS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in Go

This project contains implementations of several data structures in Go. The following data structures are included:

  • Linked list
  • Queue
  • Stack
  • Trie
  • Heap

Each data structure is implemented in a separate Go file in the project directory. See the individual README files for usage instructions.

Usage

To use the data structures in your Go project, simply copy the relevant Go file from this project into your project and import it as needed.

About

Go is a modern programming language . Here are a few examples of data structures that are not natively available in Go, along with some code samples for how to implement them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages