This repository contains implementations of various sorting algorithms in programming various languages.
- Bubble Sort
- Insertion Sort
- Merge Sort
- Selection Sort
- Quick Sort
- Heap Sort
Each algorithm is implemented in multiple programming languages for educational purposes and comparison.
- JavaScript
- Dart
- Python
- (Add more as needed - Read "Contributing" Section :)
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
Please ensure your code follows the style conventions of the respective language and includes appropriate documentation.