Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 479 Bytes

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.