This repository provides hands-on exercises and explanations for mastering fundamental data structures and algorithms. It is designed for progressive learning and practical application.
-
Sorting Algorithms
- Insertion Sort
- Selection Sort
- Merge Sort
-
Tree Structures
- Binary Search Tree
- Clone the repository:
git clone https://github.com/cihat-kose/data-structures-and-algorithms.git
- Open the repository in your preferred code editor.
Contributions are welcome! Here's how you can help:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch-name
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch-name
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.