Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.34 KB

File metadata and controls

47 lines (31 loc) · 1.34 KB

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.