GitHunt
CI

cihat-kose/data-structures-and-algorithms

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

Data Structures and Algorithms

Algorithms
Last Commit
License

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:
    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 file for more details.