diff --git a/.idea/artifacts/EDD.xml b/.idea/artifacts/EDD.xml new file mode 100644 index 0000000..369ab6f --- /dev/null +++ b/.idea/artifacts/EDD.xml @@ -0,0 +1,23 @@ + + + $PROJECT_DIR$/out/artifacts/EDD + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dictionaries/cromer.xml b/.idea/dictionaries/cromer.xml new file mode 100644 index 0000000..3142add --- /dev/null +++ b/.idea/dictionaries/cromer.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3df03d7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + Internationalization issues + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..44f4b0b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/EDD.iml b/EDD.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/EDD.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/edd.properties b/edd.properties new file mode 100644 index 0000000..965674d --- /dev/null +++ b/edd.properties @@ -0,0 +1,5 @@ +path.variable.kotlin_bundled=/usr/share/intellij-idea-ultimate-edition/plugins/Kotlin/kotlinc +path.variable.maven_repository=/home/cromer/.m2/repository +jdk.home.1.8=/usr/lib/jvm/java-8-jdk +idea.home=/usr/share/intellij-idea-ultimate-edition +javac2.instrumentation.includeJavaRuntime=false \ No newline at end of file diff --git a/edd.xml b/edd.xml new file mode 100644 index 0000000..53fd416 --- /dev/null +++ b/edd.xml @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 57b1580..10d9f48 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,10 @@ - Estructuras de Datos 1.0.3 (21/08/2016)
+ Estructuras de Datos 1.0.4 (17/04/2017)
The webstart and embedded verions require java 8 to run! It is also necessary to add cromer.cl to your trusted sites in java settings because the java applet is unsigned.

- Windows: click to download windows binary

- Linux: click to download linux binary

+ Windows: click to download windows binary

+ Linux: click to download linux binary

Webstart: click to launch this app as webstart

Embedded: click to launch this app as embedded app


Source code: github

diff --git a/src/cl/cromer/estructuras/Array.java b/src/cl/cromer/estructuras/Array.java index 0baa9da..66181d6 100644 --- a/src/cl/cromer/estructuras/Array.java +++ b/src/cl/cromer/estructuras/Array.java @@ -131,6 +131,7 @@ final public class Array { for (int i = 0; i < size(); i++) { array[i] = null; } + size = 0; } /** diff --git a/src/cl/cromer/estructuras/Main.java b/src/cl/cromer/estructuras/Main.java index 8e0294d..3d8375c 100644 --- a/src/cl/cromer/estructuras/Main.java +++ b/src/cl/cromer/estructuras/Main.java @@ -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