/DSA-With-CPP

Welcome to the Data Structures and Algorithms in C++ repository! This repository contains comprehensive handwritten notes and C++ code for various data structures and algorithms, ranging from basic programming concepts to advanced topics like graphs and dynamic programming.

Primary LanguageC++

Data Structures And Algorithms (DSA)

Welcome to the Data Structures and Algorithms in C++ repository! This repository contains comprehensive handwritten notes and C++ code for various data structures and algorithms, ranging from basic programming concepts to advanced topics like graphs and dynamic programming.

Table of Contents

01 - Basics Of Programming - 1

02 - Basics Of Programming - 2

03 - Array

04 - Searching

05 - Sorting

06 - Char Array & String

07 - Pointers

08 - Recursion

09_BackTracking & DnC

10 - Sliding Window

11 - OOPs

12 - Linked List

13 - Stack

14 - Queue

15 - Binary Tree

16 - Binary Search Tree

17 - Heap

18 - Maps & Tries

19 - Dynamic Programming

20 - Graph

Repository Structure

Each folder in this repository corresponds to a specific topic in data structures and algorithms. Inside each folder, you will find :

1. Handwritten Notes : Detailed explanations and notes in PDF format.

2. Code : Implementations of various algorithms and data structures in C++.

3. Problems and Solutions : Practice problems from LeetCode and GeeksforGeeks (GFG) along with their solutions.

How to Use This Repository

1. Star the Repository

2. Navigate to the Repository

3. View Notes and Code

License

The MIT License (MIT)

Copyright (c) 2024 Suraj Adhikari

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Happy Coding!
Maintainer : Suraj Adhikari