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
- Host: GitHub
- URL: https://github.com/akashjitu18/dsa-programs
- Owner: Akashjitu18
- Created: 2024-08-20T18:22:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T20:02:00.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:44:47.429Z (about 1 year ago)
- Topics: algorithms, data-structures, dsa-algorithm, practice-programming
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.