/sorting_algorithms

This repository contains sorting algorithms in many programming languages.

Primary LanguagePython

Sorting Algorithms

This repository contains implementations of various sorting algorithms in programming various languages.

Algorithms Included

  1. Bubble Sort
  2. Insertion Sort
  3. Merge Sort
  4. Selection Sort
  5. Quick Sort
  6. Heap Sort

Languages

Each algorithm is implemented in multiple programming languages for educational purposes and comparison.

  • JavaScript
  • Dart
  • Python
  • (Add more as needed - Read "Contributing" Section :)

Contributing

Contributions are welcome! If you'd like to contribute:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Please ensure your code follows the style conventions of the respective language and includes appropriate documentation.