All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sound.musicg.math.quicksort.QuickSort Maven / Gradle / Ivy

package sound.musicg.math.quicksort;

public abstract class QuickSort{
	public abstract int[] getSortIndexes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy