Presumed final commit of this god forsaken project.
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_13" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -21,6 +21,7 @@ public class RecipeInstructions
|
|||||||
|
|
||||||
RecipeCreation(userInstruction,fullInstructions);
|
RecipeCreation(userInstruction,fullInstructions);
|
||||||
fullInstructions.printTree();
|
fullInstructions.printTree();
|
||||||
|
System.out.println(fullInstructions.sortTopology());
|
||||||
|
|
||||||
} while(!userInstruction.equalsIgnoreCase("done"));
|
} while(!userInstruction.equalsIgnoreCase("done"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user