Fixed new array in the sorting functions.

This commit is contained in:
Chris Cromer
2017-04-17 12:51:14 -03:00
committed by Chris Cromer
parent b5157143bf
commit 71372cf5dd
12 changed files with 289 additions and 5 deletions

View File

@@ -131,6 +131,7 @@ final public class Array {
for (int i = 0; i < size(); i++) {
array[i] = null;
}
size = 0;
}
/**

View File

@@ -24,10 +24,10 @@ import java.util.prefs.Preferences;
* Se necesita java 8 con javafx instalado.
*
* @author Chris Cromer
* @version 1.0.3
* @version 1.0.4
*/
public class Main extends Application {
static public String VERSION = "1.0.3";
static public String VERSION = "1.0.4";
/**
* El stage pricipal