Skip to content

nootey/dsa-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Data structures and algorithms

This repository contains implementations of various data structures and algorithms using GoLang. The goal is to implement as many as possible while learning and mastering GoLang.

Each implementation is accompanied by unit tests to ensure correctness.

To run the tests, you can use the following command.

go run RunTests.go

To run tests in a single directory, use the command.

# To run tests on the arrays directory
go run RunTests.go ./structures/arrays

Data Structures

Graph representation

Algorithms

Sorting

Searching

Graphing

Basic traversal

Pathfinding

About

Data structure and algorithms in Go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages