Skip to content

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

License

Notifications You must be signed in to change notification settings

cihat-kose/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published