Package org.graph4j.util
Class CountingSort
java.lang.Object
org.graph4j.util.SortingAlgorithm
org.graph4j.util.CountingSort
- Author:
- Cristian Frăsinaru
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountingSort
public CountingSort()
-
-
Method Details
-
sort
public void sort(int[] arr) Description copied from class:SortingAlgorithmSorts an array of integers.- Specified by:
sortin classSortingAlgorithm- Parameters:
arr- the array to be sorted.
-
sort
Description copied from class:SortingAlgorithmSorts a list of integers.- Overrides:
sortin classSortingAlgorithm- Parameters:
list- the list to be sorted.
-