Data-Structures-Go

module
v0.0.0-...-c3db47b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2024 License: MIT

README

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL