diff --git a/.gitignore b/.gitignore
index edb7e07..3584ff7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,8 @@
uil/october-2013/3/input-generator/output/output.dat
.vscode/*
.idea/*
-\.idea/*
-\.vscode/*
+**/.idea/*
+**/.vscode/*
# Compiled class file
*.class
diff --git a/uil/aplus-october-2013/1/java/.idea/misc.xml b/uil/aplus-october-2013/1/java/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/1/java/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/1/java/.idea/modules.xml b/uil/aplus-october-2013/1/java/.idea/modules.xml
deleted file mode 100644
index 7a3904f..0000000
--- a/uil/aplus-october-2013/1/java/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/1/java/.idea/workspace.xml b/uil/aplus-october-2013/1/java/.idea/workspace.xml
deleted file mode 100644
index 9fb398a..0000000
--- a/uil/aplus-october-2013/1/java/.idea/workspace.xml
+++ /dev/null
@@ -1,311 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568522090590
-
-
- 1568522090590
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No facets are configured
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.8
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/10/10/.vscode/launch.json b/uil/aplus-october-2013/10/10/.vscode/launch.json
deleted file mode 100644
index 73488eb..0000000
--- a/uil/aplus-october-2013/10/10/.vscode/launch.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "configurations": [
- {
- "type": "java",
- "name": "CodeLens (Launch) - problem10",
- "request": "launch",
- "mainClass": "problem10",
- "projectName": "10"
- }
- ]
-}
\ No newline at end of file
diff --git a/uil/aplus-october-2013/11/.vscode/launch.json b/uil/aplus-october-2013/11/.vscode/launch.json
deleted file mode 100644
index ef6c5d0..0000000
--- a/uil/aplus-october-2013/11/.vscode/launch.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "type": "java",
- "name": "CodeLens (Launch) - problem11",
- "request": "launch",
- "mainClass": "problem11"
- },
- {
- "type": "java",
- "name": "CodeLens (Launch) - problem9",
- "request": "launch",
- "mainClass": "problem9"
- },
- {
- "type": "java",
- "name": "Debug (Launch) - Current File",
- "request": "launch",
- "mainClass": "${file}"
- }
- ]
-}
\ No newline at end of file
diff --git a/uil/aplus-october-2013/12/.idea/misc.xml b/uil/aplus-october-2013/12/.idea/misc.xml
deleted file mode 100644
index b8de5df..0000000
--- a/uil/aplus-october-2013/12/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/12/.idea/modules.xml b/uil/aplus-october-2013/12/.idea/modules.xml
deleted file mode 100644
index b76c186..0000000
--- a/uil/aplus-october-2013/12/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/12/.idea/vcs.xml b/uil/aplus-october-2013/12/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/12/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/12/.idea/workspace.xml b/uil/aplus-october-2013/12/.idea/workspace.xml
deleted file mode 100644
index e307804..0000000
--- a/uil/aplus-october-2013/12/.idea/workspace.xml
+++ /dev/null
@@ -1,332 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- debug
- offsets
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568926083487
-
-
- 1568926083487
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No facets are configured
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.8 (2)
-
-
-
-
-
-
-
-
-
-
-
- 12
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/12/.vscode/launch.json b/uil/aplus-october-2013/12/.vscode/launch.json
deleted file mode 100644
index 1dfdcba..0000000
--- a/uil/aplus-october-2013/12/.vscode/launch.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "configurations": [
- {
- "type": "java",
- "name": "CodeLens (Launch) - problem12",
- "request": "launch",
- "mainClass": "problem12",
- "projectName": "12"
- }
- ]
-}
\ No newline at end of file
diff --git a/uil/aplus-october-2013/2/java/.idea/misc.xml b/uil/aplus-october-2013/2/java/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/2/java/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/2/java/.idea/modules.xml b/uil/aplus-october-2013/2/java/.idea/modules.xml
deleted file mode 100644
index 7969af5..0000000
--- a/uil/aplus-october-2013/2/java/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml b/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml
deleted file mode 100644
index e96534f..0000000
--- a/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/2/java/.idea/workspace.xml b/uil/aplus-october-2013/2/java/.idea/workspace.xml
deleted file mode 100644
index a45a79c..0000000
--- a/uil/aplus-october-2013/2/java/.idea/workspace.xml
+++ /dev/null
@@ -1,238 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568523104137
-
-
- 1568523104137
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/3/java/.idea/misc.xml b/uil/aplus-october-2013/3/java/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/3/java/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/3/java/.idea/modules.xml b/uil/aplus-october-2013/3/java/.idea/modules.xml
deleted file mode 100644
index 16b2576..0000000
--- a/uil/aplus-october-2013/3/java/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/3/java/.idea/vcs.xml b/uil/aplus-october-2013/3/java/.idea/vcs.xml
deleted file mode 100644
index 4fce1d8..0000000
--- a/uil/aplus-october-2013/3/java/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/3/java/.idea/workspace.xml b/uil/aplus-october-2013/3/java/.idea/workspace.xml
deleted file mode 100644
index c830dee..0000000
--- a/uil/aplus-october-2013/3/java/.idea/workspace.xml
+++ /dev/null
@@ -1,291 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- out.println
- out.prin
- listContains
- listContai
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568523737759
-
-
- 1568523737759
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/3/java/.vscode/launch.json b/uil/aplus-october-2013/3/java/.vscode/launch.json
deleted file mode 100644
index cb957fb..0000000
--- a/uil/aplus-october-2013/3/java/.vscode/launch.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "configurations": [
- {
- "type": "java",
- "name": "CodeLens (Launch) - problem3",
- "request": "launch",
- "mainClass": "problem3"
- }
- ]
-}
\ No newline at end of file
diff --git a/uil/aplus-october-2013/4/.idea/misc.xml b/uil/aplus-october-2013/4/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/4/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/4/.idea/modules.xml b/uil/aplus-october-2013/4/.idea/modules.xml
deleted file mode 100644
index aa01b62..0000000
--- a/uil/aplus-october-2013/4/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/4/.idea/vcs.xml b/uil/aplus-october-2013/4/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/4/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/4/.idea/workspace.xml b/uil/aplus-october-2013/4/.idea/workspace.xml
deleted file mode 100644
index 42262f7..0000000
--- a/uil/aplus-october-2013/4/.idea/workspace.xml
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568697525144
-
-
- 1568697525144
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/5/.idea/misc.xml b/uil/aplus-october-2013/5/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/5/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/5/.idea/modules.xml b/uil/aplus-october-2013/5/.idea/modules.xml
deleted file mode 100644
index 9536c93..0000000
--- a/uil/aplus-october-2013/5/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/5/.idea/vcs.xml b/uil/aplus-october-2013/5/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/5/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/5/.idea/workspace.xml b/uil/aplus-october-2013/5/.idea/workspace.xml
deleted file mode 100644
index eff9f05..0000000
--- a/uil/aplus-october-2013/5/.idea/workspace.xml
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568698803648
-
-
- 1568698803648
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/6/.idea/misc.xml b/uil/aplus-october-2013/6/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/6/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/6/.idea/modules.xml b/uil/aplus-october-2013/6/.idea/modules.xml
deleted file mode 100644
index d717841..0000000
--- a/uil/aplus-october-2013/6/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/6/.idea/vcs.xml b/uil/aplus-october-2013/6/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/6/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/6/.idea/workspace.xml b/uil/aplus-october-2013/6/.idea/workspace.xml
deleted file mode 100644
index ae01ec8..0000000
--- a/uil/aplus-october-2013/6/.idea/workspace.xml
+++ /dev/null
@@ -1,284 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568700290265
-
-
- 1568700290265
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No facets are configured
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.8
-
-
-
-
-
-
-
-
-
-
-
- 6
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/7/.idea/misc.xml b/uil/aplus-october-2013/7/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/7/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/7/.idea/modules.xml b/uil/aplus-october-2013/7/.idea/modules.xml
deleted file mode 100644
index 6a371b9..0000000
--- a/uil/aplus-october-2013/7/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/7/.idea/vcs.xml b/uil/aplus-october-2013/7/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/7/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/7/.idea/workspace.xml b/uil/aplus-october-2013/7/.idea/workspace.xml
deleted file mode 100644
index 3395a09..0000000
--- a/uil/aplus-october-2013/7/.idea/workspace.xml
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tortillas
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568701177324
-
-
- 1568701177324
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/8/.idea/misc.xml b/uil/aplus-october-2013/8/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/8/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/8/.idea/modules.xml b/uil/aplus-october-2013/8/.idea/modules.xml
deleted file mode 100644
index 650cf0a..0000000
--- a/uil/aplus-october-2013/8/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/8/.idea/vcs.xml b/uil/aplus-october-2013/8/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/8/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/8/.idea/workspace.xml b/uil/aplus-october-2013/8/.idea/workspace.xml
deleted file mode 100644
index 976c526..0000000
--- a/uil/aplus-october-2013/8/.idea/workspace.xml
+++ /dev/null
@@ -1,237 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568703611139
-
-
- 1568703611139
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/9/.idea/misc.xml b/uil/aplus-october-2013/9/.idea/misc.xml
deleted file mode 100644
index 4c1c37a..0000000
--- a/uil/aplus-october-2013/9/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/9/.idea/modules.xml b/uil/aplus-october-2013/9/.idea/modules.xml
deleted file mode 100644
index 6fe5bef..0000000
--- a/uil/aplus-october-2013/9/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/9/.idea/vcs.xml b/uil/aplus-october-2013/9/.idea/vcs.xml
deleted file mode 100644
index c2365ab..0000000
--- a/uil/aplus-october-2013/9/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/uil/aplus-october-2013/9/.idea/workspace.xml b/uil/aplus-october-2013/9/.idea/workspace.xml
deleted file mode 100644
index d2208ca..0000000
--- a/uil/aplus-october-2013/9/.idea/workspace.xml
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1568705479621
-
-
- 1568705479621
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/1/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/1/input
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/1/input
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/1/input
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/1/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/1/main.py
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/1/main.py
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/1/main.py
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/2/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/2/input
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/2/input
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/2/input
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/2/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/2/main.py
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/2/main.py
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/2/main.py
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/3/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/3/input
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/3/input
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/3/input
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/4/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/4/input
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/4/input
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/4/input
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/4/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/4/main.py
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/4/main.py
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/4/main.py
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/5/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/5/input
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/5/input
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/5/input
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/5/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/5/main.py
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/5/main.py
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/5/main.py
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/README.MD b/ysu-acm/1991 YSU-ACM High School Programming Contest/README.MD
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/README.MD
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/README.MD
diff --git a/berkely/1991 YSU-ACM High School Programming Contest/ysu_91.pdf b/ysu-acm/1991 YSU-ACM High School Programming Contest/ysu_91.pdf
similarity index 100%
rename from berkely/1991 YSU-ACM High School Programming Contest/ysu_91.pdf
rename to ysu-acm/1991 YSU-ACM High School Programming Contest/ysu_91.pdf