Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cihat-kose/data-structures-and-algorithms
- Owner: cihat-kose
- License: mit
- Created: 2023-04-09T02:02:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T20:56:30.000Z (26 days ago)
- Last Synced: 2025-01-10T21:25:47.245Z (26 days ago)
- Topics: algorithms, data-structures, practice, sorting, tree-structures
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Sort2. **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.