diego-hermida / Java

All Algorithms implemented in Java
0 stars 0 forks source link

Sort - Sorting algorithms do not provide an unified interface #1

Closed diego-hermida closed 6 years ago

diego-hermida commented 6 years ago

Each algorithm is implemented regardless of the other ones. Algorithms should have common operations (e.g. sort).