Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.17 KB

Data Structures and Algorithms by Abdul Bari

This repository contains the code and notes for the Data Structures and Algorithms course by Abdul Bari on udemy.

Course Overview

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

Code Structure

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.

Getting Started

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.

Completeion of Repository

Course contents notes will be fully completed and uploaded by First quarter of 2024

Contributing

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.