Skip to content

This repository contains implementations of popular data structures and algorithms in C++ based on the teachings of Abdul Bari, an expert in the field of computer science and engineering. The implementations are meant to serve as a reference for those looking to improve their understanding of data structures and algorithms.

Notifications You must be signed in to change notification settings

Chinmay2660/DSA-By-Abdul-Bari

Repository files navigation

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.

About

This repository contains implementations of popular data structures and algorithms in C++ based on the teachings of Abdul Bari, an expert in the field of computer science and engineering. The implementations are meant to serve as a reference for those looking to improve their understanding of data structures and algorithms.

Topics

Resources

Stars

Watchers

Forks