Skip to content

Data structures implementation in Go. You are more than welcome to contribute to it.

Notifications You must be signed in to change notification settings

MubashirMalik/Data-Structures-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in Go

The most common data structures implemented in Golang for beginners, following best practices.

What's been implemented:

  • Stack
  • Queue
  • Linked List
  • Binary Search Tree
  • Hash Table

Need implementation

  • Doubly Linked List
  • Circular Linked List
  • AVL Tree
  • Set
  • Graph

Solved Challenges using Data Structures

  • Linked List
    • Reverse List using Head Node

You are more than welcome to contribute to this repository. Please follow the naming conventions according to the golang standards.

These implementations are for demonstrative purposes only.

About

Data structures implementation in Go. You are more than welcome to contribute to it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages