suhailabdaz/sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Bubble Sort
  2. Insertion Sort
  3. Merge Sort
  4. Selection Sort
  5. Quick Sort
  6. 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:

  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.

About

This repository contains sorting algorithms in many programming languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •