Skip to content

Crashlar/D__S__A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm

]


Overview

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.

Features

  • 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.

Installation & Setup

Clone the repository:

git clone https://github.com/Crashlar/D__S__A.git

Directory Structure

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

About

DSA in C++: Learn, Practice & Master Algorithms

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages