An open API service indexing awesome lists of open source software.

https://github.com/muthu-kumar-u/go-dsa

Data Structures & Algorithms practice in Go. Covers arrays, binary search, trees, graphs, and more with clean implementations and explanations.
https://github.com/muthu-kumar-u/go-dsa

algorithms coding-practice data-structures dsa golang leetcode

Last synced: 2 months ago
JSON representation

Data Structures & Algorithms practice in Go. Covers arrays, binary search, trees, graphs, and more with clean implementations and explanations.

Awesome Lists containing this project

README

          

# Go - Data Structures & Algorithm

A collection of **Data Structures and Algorithms (DSA)** implementations in **Go**.
This is my personal journey to learn and practice DSA daily, covering core concepts from basics to advanced.

---

## Features

- Implementations of common **data structures**: arrays, linked lists, stacks, queues, hash maps, trees, graphs.
- **Algorithms**: searching, sorting, recursion, binary search, dynamic programming, etc.
- Written in **Go (Golang)** with clean, modular code.
- Each topic contains **examples and test cases**.

---