Skip to content

agustfricke/go-dsa

Repository files navigation

Data structures and algorithms in Go

Introduction

This repository contains implementations of various data structures and algorithms in Go. It serves as a resource for understanding and applying fundamental concepts in computer science using the Go programming language. Whether you are learning data structures, preparing for coding interviews, or looking to implement efficient algorithms in your Go projects, this repository provides practical examples and solutions.

Run all the tests

go test ./... -v

About

Data structures & algorithms in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages