Welcome to DSA with C++!
This repository contains comprehensive solutions and practice questions designed to help you master Data Structures and Algorithms (DSA). Whether you're preparing for coding interviews, competitive programming, or enhancing your problem-solving skills, this repository is your go-to resource.
- Purpose: Submitting assignments, practicing problems, and understanding core concepts of DSA.
- Organized question sets with multiple topics.
- Clear directory structure for easy navigation.
- Code solutions in C++.
- Annotated markdown files for explanations.
- Regular updates and new problems.
Clone the repository:
git clone https://github.com/Crashlar/D__S__A.git
d__S__A/
├── bin/ # ignore this
├── data/
│ ├── important.txt
│ └── Topics.txt
├── Lectures/ # ignore this
├── src/
│ ├── Crash 1 Basics/
| | ├──.cpp
| | ├── .txt # description and suggestion
| | ├── Question_numserial.cpp or .txt # Solution of question
| | └──...
│ ├── Crash 2 Input/
| | ├── .cpp # Question added on specific topic
| | ├── .txt # description and suggestion
| | ├── Question_numserial.cpp or .txt # Solution of question
| | └──...
│ ├── Crash 3 Conditional/
│ └── Crash 4 Conditional-...
├── .gitignore
├──CONTIBUTING.md
├──SECURITY.md
├── backlog.txt # backlog Topic
├── licence
└── README.md # Main overview