https://github.com/hpedrorodrigues/sort
https://github.com/hpedrorodrigues/sort
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/sort
- Owner: hpedrorodrigues
- License: mit
- Created: 2017-08-28T15:05:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T15:05:22.000Z (about 4 years ago)
- Last Synced: 2025-06-15T17:06:28.399Z (4 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sort
A School Work.
Some data sorting algorithms.
### Algorithms
- Bubble sort
- Bubble sort with flag
- Bucket sort
- Counting sort
- Heap sort (Max)
- Insertion sort
- Merge sort
- Quick sort
- Radix sort
- Selection sort
- Shell sort