5 Commits

Author SHA1 Message Date
29948363da docs: update the whole repository
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
819b7fd3da Restructured the repo 2018-11-13 09:15:47 -08:00
nik
2c356b563f The sorting structure was driven to a general java project structure
Fixed the bugs in QuickSort
Refactored QuickSort
2018-04-09 13:25:02 +03:00
01d699924e QuickSortAlgo.java
Change to List<E> for any type of array.
Change value of pivot to value of middle index of unsorted array.
2018-03-29 21:47:45 +11:00
e9b1e2542b Updated QuickSort.java
Updated quicksort to its generic version and changed the filename according to convention
2017-08-21 11:20:04 -07:00