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.
- Host: GitHub
- URL: https://github.com/muthu-kumar-u/go-dsa
- Owner: muthu-kumar-u
- Created: 2025-07-28T07:29:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T18:36:31.000Z (2 months ago)
- Last Synced: 2025-08-02T20:46:17.111Z (2 months ago)
- Topics: algorithms, coding-practice, data-structures, dsa, golang, leetcode
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.---