Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/sorting-with-gui
A comparison between 4 sorting algorithm speed in a GUI C# application using a thread and a progress bar as well for each algorithm
https://github.com/meysam81/sorting-with-gui
benchmark benchmarking bubble-sort bubblesort comparison csharp graphical-user-interface gui insertion-sort insertionsort merge-sort mergesort multi-threading multithreading progress-bar selection-sort selectionsort sorting-algorithms thread threading
Last synced: about 1 month ago
JSON representation
A comparison between 4 sorting algorithm speed in a GUI C# application using a thread and a progress bar as well for each algorithm
- Host: GitHub
- URL: https://github.com/meysam81/sorting-with-gui
- Owner: meysam81
- Created: 2018-02-01T09:23:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T09:26:58.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T15:00:16.637Z (7 months ago)
- Topics: benchmark, benchmarking, bubble-sort, bubblesort, comparison, csharp, graphical-user-interface, gui, insertion-sort, insertionsort, merge-sort, mergesort, multi-threading, multithreading, progress-bar, selection-sort, selectionsort, sorting-algorithms, thread, threading
- Language: C#
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting-with-gui
A comparison between 4 sorting algorithm speed in a GUI C# application using a thread and a progress bar as well for each algorithm