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

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

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/