Welcome to the DSA (Data Structures and Algorithms) repository! This repository contains the initial code I have started writing while beginning my journey in learning and practicing DSA concepts. It serves as a personal archive and reference for my progress.
The repository will eventually include code for:
- Arrays
- Linked Lists
- Stacks and Queues
- Trees
- Graphs
- Sorting Algorithms
- Dynamic Programming
- Recursion and Backtracking
This repository is for personal use and learning. As a beginner, the code stored here represents my starting steps and gradual understanding of DSA concepts. It may not include detailed explanations or optimized solutions but reflects my progress and dedication to mastering the subject.
- Clone the repository:
git clone https://github.com/Roshansingh9/DSA.git
- Browse through the directories to find the code for specific topics.
This is a personal project. Feel free to explore the code, but note that it is primarily meant for my own reference.