https://github.com/lperezp/sorting-java
QuickSort & MergeSort
https://github.com/lperezp/sorting-java
Last synced: 3 months ago
JSON representation
QuickSort & MergeSort
- Host: GitHub
- URL: https://github.com/lperezp/sorting-java
- Owner: lperezp
- Created: 2019-11-13T01:24:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T19:37:45.000Z (about 5 years ago)
- Last Synced: 2025-07-11T13:28:51.819Z (6 months ago)
- Language: Java
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting in Java
This project started for the Algorithm and Data Structure class of the University Tecnologic of Perú.
## Sorting Types
### MergeSort
- Order based on "Divide and conquer".
### QuickSort