a series of problems to prove your array knowledge. you use the information in the docs folder only, NO GOOGLE on this lab.

workspace.xml 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="3fc87622-08b2-417d-8140-8f13b5719ccd" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/arraz/.idea/compiler.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/arraz/.idea/libraries/Maven__junit_junit_4_0.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/arraz/.idea/misc.xml" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/arraz/.idea/modules.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/arraz/.idea/vcs.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/arraz/src/main/java/MaxMin.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/arraz/src/main/java/OddEven.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/ArraysGoneWild.iml" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_0.xml" beforeDir="false" />
  14. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/arraz/arraz.iml" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/arraz.iml" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" afterDir="false" />
  21. </list>
  22. <ignored path="$PROJECT_DIR$/target/" />
  23. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  24. <option name="SHOW_DIALOG" value="false" />
  25. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  26. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  27. <option name="LAST_RESOLUTION" value="IGNORE" />
  28. </component>
  29. <component name="Git.Settings">
  30. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  31. </component>
  32. <component name="ProjectFrameBounds">
  33. <option name="x" value="329" />
  34. <option name="y" value="24" />
  35. <option name="width" value="1111" />
  36. <option name="height" value="793" />
  37. </component>
  38. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  39. <component name="ProjectView">
  40. <navigator proportions="" version="1">
  41. <foldersAlwaysOnTop value="true" />
  42. </navigator>
  43. <panes>
  44. <pane id="Scope" />
  45. <pane id="ProjectPane">
  46. <subPane>
  47. <expand>
  48. <path>
  49. <item name="arraz" type="b2602c69:ProjectViewProjectNode" />
  50. <item name="Scratches and Consoles" type="1a2a3e82:ScratchProjectViewPane$MyProjectNode" />
  51. </path>
  52. </expand>
  53. <select />
  54. </subPane>
  55. </pane>
  56. <pane id="PackagesPane" />
  57. </panes>
  58. </component>
  59. <component name="PropertiesComponent">
  60. <property name="WebServerToolWindowFactoryState" value="false" />
  61. <property name="aspect.path.notification.shown" value="true" />
  62. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  63. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  64. </component>
  65. <component name="RunDashboard">
  66. <option name="ruleStates">
  67. <list>
  68. <RuleState>
  69. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  70. </RuleState>
  71. <RuleState>
  72. <option name="name" value="StatusDashboardGroupingRule" />
  73. </RuleState>
  74. </list>
  75. </option>
  76. </component>
  77. <component name="SvnConfiguration">
  78. <configuration />
  79. </component>
  80. <component name="TaskManager">
  81. <task active="true" id="Default" summary="Default task">
  82. <changelist id="3fc87622-08b2-417d-8140-8f13b5719ccd" name="Default Changelist" comment="" />
  83. <created>1544055836134</created>
  84. <option name="number" value="Default" />
  85. <option name="presentableId" value="Default" />
  86. <updated>1544055836134</updated>
  87. <workItem from="1544055837332" duration="593000" />
  88. </task>
  89. <servers />
  90. </component>
  91. <component name="TimeTrackingManager">
  92. <option name="totallyTimeSpent" value="593000" />
  93. </component>
  94. <component name="ToolWindowManager">
  95. <frame x="329" y="24" width="1111" height="793" extended-state="0" />
  96. <layout>
  97. <window_info id="Favorites" side_tool="true" />
  98. <window_info id="Image Layers" />
  99. <window_info id="Designer" />
  100. <window_info id="UI Designer" />
  101. <window_info id="Capture Tool" />
  102. <window_info id="Learn" />
  103. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.15622076" />
  104. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  105. <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
  106. <window_info anchor="bottom" id="Version Control" />
  107. <window_info anchor="bottom" id="Terminal" />
  108. <window_info anchor="bottom" id="Database Changes" />
  109. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  110. <window_info anchor="bottom" id="Message" order="0" />
  111. <window_info anchor="bottom" id="Find" order="1" />
  112. <window_info anchor="bottom" id="Run" order="2" />
  113. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  114. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  115. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  116. <window_info anchor="bottom" id="TODO" order="6" />
  117. <window_info anchor="right" id="Palette" />
  118. <window_info anchor="right" id="Theme Preview" />
  119. <window_info anchor="right" id="Capture Analysis" />
  120. <window_info anchor="right" id="Palette&#9;" />
  121. <window_info anchor="right" id="Maven" />
  122. <window_info anchor="right" id="Database" />
  123. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  124. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  125. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  126. </layout>
  127. </component>
  128. <component name="TypeScriptGeneratedFilesManager">
  129. <option name="version" value="1" />
  130. </component>
  131. </project>