An open API service indexing awesome lists of open source software.

https://github.com/akashjitu18/dsa-programs

This repository contains implementations of various data structures and algorithms, including Arrays, Linked Lists, Stacks, Queues, Trees, Graphs
https://github.com/akashjitu18/dsa-programs

algorithms data-structures dsa-algorithm practice-programming

Last synced: about 1 year ago
JSON representation

This repository contains implementations of various data structures and algorithms, including Arrays, Linked Lists, Stacks, Queues, Trees, Graphs

Awesome Lists containing this project

README

          

# Data Structures and Algorithms

## Overview

This repository contains implementations of various data structures and algorithms, including:

- Arrays
- Linked Lists
- Stacks
- Queues
- Trees
- Graphs

## Getting Started

To get started with this repository, follow these steps:

1. **Clone the Repository**

```bash
git clone https://github.com/Akashjitu18/DSA-Programs.git
cd DSA-Programs

2. **Explore the Directories**

3. **Navigate to the directory corresponding to the data structure you are interested in**:

Arrays: Basic and dynamic arrays.

Linked Lists: Singly and doubly linked lists.

Stacks: Stack implementations.

Queues: Queue implementations.

Trees: Binary trees and binary search trees.

Graphs: Graphs using adjacency matrix and list.

Each directory contains code and examples for the respective data structure.

Usage
To use the implementations, refer to the files in each directory. For example, check out the examples and code snippets provided in the respective files.

License :
This code is free to use, modify, and distribute for personal and commercial purposes

Contact :
If you have any questions or feedback, feel free to contact me at akashjitu18@gmail.com.