Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-IVT5IEM\Ingthor committed Aug 5, 2017
0 parents commit a18ba1b
Show file tree
Hide file tree
Showing 196 changed files with 11,152 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/description.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

299 changes: 299 additions & 0 deletions .idea/libraries/Arquillian_JUnit_Release.xml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions .idea/libraries/libs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/project-template.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions AGGRCOW.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1
5 3
1
2
8
4
9
3 changes: 3 additions & 0 deletions CardShuffle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
10 2
6 2 2
5 3 6
8 changes: 8 additions & 0 deletions chefmedium2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
3
1 2 3
5
1 2 2 2
1 2 2 2
2 2 3
1 2 3 3
2 1 5
33 changes: 33 additions & 0 deletions cracking.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="Arquillian JUnit:Release" level="project" />
<orderEntry type="module-library">
<library name="JUnit5">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/junit-jupiter-api-5.0.0-M3.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/plugins/junit/lib/opentest4j-1.0.0-M1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="libs" level="project" />
</component>
</module>
9 changes: 9 additions & 0 deletions digraph.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
9
0 2
0 3
3 1
1 4
1 5
6 8
8 7
7 6
6 changes: 6 additions & 0 deletions knapsack.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
5
1 1
2 2
2 3
2 4
2 5
Binary file added libs/algs4.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions linesInput.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
5
....X
.OOOO
.....
OOOO.
@....
6 changes: 6 additions & 0 deletions linesInputFalse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
5
..X..
.....
OOOOO
.....
..@..
Loading

0 comments on commit a18ba1b

Please sign in to comment.