Skip to content

provide clean and simple examples of common data structures, implemented from scratch using Go

Notifications You must be signed in to change notification settings

mosishon/GoDataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Data Structures (Pure Implementation)

This repository contains pure implementations of various data structures in Go. The goal of this project is to provide clean and simple examples of common data structures, implemented from scratch using Go (without any external libraries).

Supported Data Structures

  • linkedlist
  • tree
  • And more ...

Why This Project?

This project is intended for:

  • Beginners looking to understand the fundamentals of data structures.
  • Go enthusiasts who want to learn and practice Go by implementing core algorithms and data structures.
  • Anyone interested in learning how data structures work under the hood, from scratch.

Getting Started

To get started, you can clone this repository:

git clone https://github.com/mosishpn/GoDataStructures.git

About

provide clean and simple examples of common data structures, implemented from scratch using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages