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.
01 - Basics Of Programming - 1
02 - Basics Of Programming - 2
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.
1. Star the Repository
2. Navigate to the Repository
3. View Notes and Code
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