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

https://github.com/soumasish2005/dsa

Collection of Data Structures and Algorithms designed to help you understand core concepts in Computer Science
https://github.com/soumasish2005/dsa

c computer-science data-structures-and-algorithms

Last synced: 8 months ago
JSON representation

Collection of Data Structures and Algorithms designed to help you understand core concepts in Computer Science

Awesome Lists containing this project

README

          

## Data Structures and Algorithms (DSA)

Welcome to the Data Structures and Algorithms (DSA) repository. This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help you understand and practice fundamental concepts in computer science.

---

### Table of Contents

- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Data Structures](#data-structures)
- [Algorithms](#algorithms)
- [Contributing](#contributing)
- [License](#license)

---

### Introduction

Data Structures and Algorithms are the building blocks of computer science. This repository aims to provide clear and concise understanding of various data structures and algorithms, along with explanations and examples.

---

### Getting Started

To get started with this repository, clone it to your local machine using the following command:

```sh
git clone https://github.com/Th85534/DSA.git
```

---

### Data Structures

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

---

### Algorithms

- Sorting Algorithms
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Searching Algorithms
- Linear Search
- Binary Search
- Dynamic Programming
- Greedy Algorithms
- Backtracking

---

### Contributing

Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) before submitting a pull request.

---

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.