Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 782 Bytes

File metadata and controls

24 lines (20 loc) · 782 Bytes

Data Structures for Go

WIP Tag License: MIT

This repository hold a golang package that will provide all Data Structures to implement inside your projects.

Data Structures

The following data structures are included in this library (More data structures will be added)

The following list displays which are already implemented, and the ones that are planned to be added

  • Linked List
    • Singly Linked List
    • Doubly Linked List
    • Circular Linked List
  • Stack
  • Queue
  • Tree
  • Graph
  • Heap
  • Trie

License

See the MIT license at the LICENSE.txt file inside the repo