https://github.com/adithya-808/my-dsa-repo
This repo contains all the DSA questions i submit in leetcode. Written in Go
https://github.com/adithya-808/my-dsa-repo
dsa go leetcode
Last synced: 12 days ago
JSON representation
This repo contains all the DSA questions i submit in leetcode. Written in Go
- Host: GitHub
- URL: https://github.com/adithya-808/my-dsa-repo
- Owner: aDiThYa-808
- Created: 2025-09-22T14:56:03.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-10-01T17:51:48.000Z (15 days ago)
- Last Synced: 2025-10-01T19:27:17.993Z (15 days ago)
- Topics: dsa, go, leetcode
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My DSA Repo
### This repo contains my daily practice of DSA. Written in Go.
---
## The goal of this repo is to:
- Maintain a clean organized record of solutions for future references.
- Build strong problem-solving skills through consistent practice.
---
## Structure
- `/easy` : Contains all the leetcode easy questions that I solved.
- `/medium` : Contains all the leetcode medium questions that I solved.
- `/hard` : Contains all the leetcode hard questiosn that I solved.## Naming
- Each question has its own folder with a single `index.go` file in it.
- Names follow the pattern `_`.
---
## My leetcode profile : https://leetcode.com/u/aDiThYa-808/