Skip to content

dani-sam/go-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Structures and Algorithms in Go

This repository contains my personal practice and examples for Data Structures and Algorithms, implemented in the Go programming language.

πŸ“‚ Contents

  • Common data structures (arrays, linked lists, stacks, queues, trees, graphs)
  • Classic algorithms (sorting, searching, recursion, dynamic programming)
  • Example problems and solutions
  • Notes and explanations for revision

🎯 Purpose

  • Build a strong foundation in DSA for interviews and problem-solving.
  • Practice clean coding in Go.
  • Keep track of progress over time.

πŸš€ How to Use

Clone this repo:

git@github.com:dani-sam/go-dsa.git

About

Personal learning repository for Data Structures and Algorithms in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages