Skip to content

Personal notes on data structures implementation using go.

Notifications You must be signed in to change notification settings

papayankey/go-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

Data Structure is a collection of data values, the relationships among them, and the functions or operations
that can be applied to the data. wikipedia

As my personal note and reference, the following data structures with their
implementation and operations shall be covered for my future self or anyone who might find this useful.

Implementations shall be refactored as and when I learn and gain more insights into the go programming language.

  • LinkedList
  • Stack
  • Queue
  • Hash Table
  • Heap
  • Tree
    • Binary Tree
    • Binary Search Tree
    • AVL Tree
    • B- Tree
    • B+ Tree
    • Red Black Tree
    • Trie
  • Graph

About

Personal notes on data structures implementation using go.

Topics

Resources

Stars

Watchers

Forks

Languages