Skip to content

fahim-5/DSA-I

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DSA) Repository Overview

This repository contains code written during the Data Structures and Algorithms (DSA) course. It encompasses implementations of various data structures and algorithms taught during the course. Contents

The repository includes the following:

Data Structures: Implementations of fundamental data structures such as arrays, linked lists, stacks, queues, trees, graphs, etc.
Algorithms: Implementations of common algorithms including sorting algorithms (bubble sort, insertion sort, merge sort, quick sort), searching algorithms (linear search, binary search), graph algorithms (BFS, DFS), etc.
Assignments: Solutions to assignments and projects assigned during the course.

Usage

Clone the repository to your local machine to access the code.
Navigate through the directories to find specific data structure or algorithm implementations.
Open the files in your preferred Integrated Development Environment (IDE) to study or modify the code.

Contributing

Contributions to this repository are welcome. If you would like to contribute:

Fork the repository.
Make your changes.
Submit a pull request detailing the changes you've made.

Credits

This repository is a compilation of code provided by the instructor during the DSA course and code written by Rahad Khan sir during the course Rahad Khan || Lecturer, Dept. of CSE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages