Skip to content

DylanBT928/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sorting Visualizer πŸ“Š

This repository implements SFML, Simple and Fast Multimedia Library, to create a simple visualization of sorting algorithms.

Algorithms Included:

  • Selection sort
  • Insertion sort
  • Bubble sort

Instructions:

  1. Open main.cpp
  2. Change class name to preferred algorithm (line 33)

Ex: Change selection_sort algorithm to insertion_sort algorithm or bubble_sort algorithm.

Contributing

Any contributions made are greatly appreciated and welcomed. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the Project
  2. Create your Branch (git checkout -b NewBranch)
  3. Commit your Changes (git commit -m 'Add new feature')
  4. Push to the Branch (git push origin NewBranch)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.