Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cihat-kose/data-structures-and-algorithms

A collection of exercises and examples for mastering Data Structures and Algorithms, including sorting techniques and tree structures.
https://github.com/cihat-kose/data-structures-and-algorithms

algorithms data-structures practice sorting tree-structures

Last synced: 20 days ago
JSON representation

A collection of exercises and examples for mastering Data Structures and Algorithms, including sorting techniques and tree structures.

Awesome Lists containing this project

README

        

# Data Structures and Algorithms

![Algorithms](https://img.shields.io/badge/Algorithms-%F0%9F%94%8A-brightgreen?style=for-the-badge)
![Last Commit](https://img.shields.io/github/last-commit/cihat-kose/data-structures-and-algorithms?style=for-the-badge)
![License](https://img.shields.io/github/license/cihat-kose/data-structures-and-algorithms?style=for-the-badge)

This repository provides hands-on exercises and explanations for mastering fundamental **data structures** and **algorithms**. It is designed for progressive learning and practical application.

---

## 📚 Topics Covered

1. **Sorting Algorithms**
- Insertion Sort
- Selection Sort
- Merge Sort

2. **Tree Structures**
- Binary Search Tree

---

## 🔧 Getting Started

1. Clone the repository:
```bash
git clone https://github.com/cihat-kose/data-structures-and-algorithms.git
```
2. Open the repository in your preferred code editor.

---

## 🤝 Contributing

Contributions are welcome! Here's how you can help:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch-name`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature-branch-name`).
5. Open a Pull Request.

---

## 📜 License

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