This repository contains the code and notes for the Data Structures and Algorithms course by Abdul Bari on udemy.
The course covers a wide range of topics in data structures and algorithms, including arrays, linked lists, stacks, queues, trees, graphs, sorting algorithms, searching algorithms, and more. The code is implemented in C and C++.
The code is organized by topic, with each topic in its own directory. Within each directory, you'll find the code for the various implementations covered in the lectures.
To get started with the code in this repository, clone the repository to your local machine using the following command:
git clone https://github.com/Chinmay2660/DSA-By-Abdul-Bari.git
Then navigate to the directory you're interested in and compile the code using a C or C++ compiler.
Course contents notes will be fully completed and uploaded by First quarter of 2024
If you find an issue with any of the code or would like to suggest an improvement, please feel free to open an issue or submit a pull request.