https://github.com/adityakrmishra/dsa
my dsa codes during my learning
https://github.com/adityakrmishra/dsa
adityakrmishra algorithms data datastructures-algorithms dsa dsa-algorithm
Last synced: 3 months ago
JSON representation
my dsa codes during my learning
- Host: GitHub
- URL: https://github.com/adityakrmishra/dsa
- Owner: adityakrmishra
- License: mit
- Created: 2024-12-22T09:24:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:42:16.000Z (4 months ago)
- Last Synced: 2025-02-03T18:43:31.073Z (4 months ago)
- Topics: adityakrmishra, algorithms, data, datastructures-algorithms, dsa, dsa-algorithm
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures and Algorithms (DSA)
Welcome to the **DSA** repository! This repository contains implementations of various Data Structures and Algorithms in multiple programming languages.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Introduction
This repository is designed to help students, developers, and enthusiasts understand and implement fundamental data structures and algorithms. It serves as a reference for learning and improving problem-solving skills in competitive programming and software development.
## Features
- Implementations of common data structures such as:
- Arrays
- Linked Lists
- Stacks
- Queues
- Trees
- Graphs
- Heaps
- Popular algorithms including:
- Sorting (Bubble Sort, Merge Sort, Quick Sort, etc.)
- Searching (Binary Search, Linear Search, etc.)
- Graph Algorithms (DFS, BFS, Dijkstra's, etc.)
- Dynamic Programming solutions
- Greedy Algorithms
- Well-structured and documented code for better readability.
- Contributions from developers around the world.## Installation
To clone this repository, use the following command:
```sh
git clone https://github.com/adityakrmishra/DSA.git
```Navigate to the project directory:
```sh
cd DSA
```## Contributing
Contributions are welcome! Follow these steps to contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-branch`
3. Commit your changes: `git commit -m 'Add a new feature'`
4. Push to the branch: `git push origin feature-branch`
5. Open a pull request.Please follow the coding guidelines and ensure proper documentation.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
Happy coding! 🚀