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 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BookmarkManager">
  4. <bookmark url="file://$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" line="166" mnemonic="9" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="3455511b-a100-4bbd-b07c-68f009bc8dbc" name="Default" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.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/libraries/Maven__junit_junit_4_0.xml" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/arraz/arraz.iml" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/arraz.iml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/arraz/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/pom.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" afterDir="false" />
  18. </list>
  19. <ignored path="$PROJECT_DIR$/arraz/target/" />
  20. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="FUSProjectUsageTrigger">
  27. <session id="-1256169622">
  28. <usages-collector id="statistics.lifecycle.project">
  29. <counts>
  30. <entry key="project.closed" value="2" />
  31. <entry key="project.open.time.1" value="1" />
  32. <entry key="project.open.time.3" value="1" />
  33. <entry key="project.open.time.8" value="1" />
  34. <entry key="project.opened" value="3" />
  35. </counts>
  36. </usages-collector>
  37. <usages-collector id="statistics.file.extensions.open">
  38. <counts>
  39. <entry key="class" value="1" />
  40. <entry key="java" value="27" />
  41. <entry key="md" value="33" />
  42. <entry key="xml" value="1" />
  43. </counts>
  44. </usages-collector>
  45. <usages-collector id="statistics.file.types.open">
  46. <counts>
  47. <entry key="CLASS" value="1" />
  48. <entry key="JAVA" value="27" />
  49. <entry key="Markdown" value="33" />
  50. <entry key="XML" value="1" />
  51. </counts>
  52. </usages-collector>
  53. <usages-collector id="statistics.file.extensions.edit">
  54. <counts>
  55. <entry key="java" value="15176" />
  56. <entry key="xml" value="2" />
  57. </counts>
  58. </usages-collector>
  59. <usages-collector id="statistics.file.types.edit">
  60. <counts>
  61. <entry key="JAVA" value="15176" />
  62. <entry key="XML" value="2" />
  63. </counts>
  64. </usages-collector>
  65. </session>
  66. </component>
  67. <component name="FileEditorManager">
  68. <leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
  69. <file pinned="false" current-in-tab="true">
  70. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/Arraz.java">
  71. <provider selected="true" editor-type-id="text-editor">
  72. <state relative-caret-position="2076">
  73. <caret line="271" lean-forward="true" selection-start-line="271" selection-end-line="271" />
  74. </state>
  75. </provider>
  76. </entry>
  77. </file>
  78. <file pinned="false" current-in-tab="false">
  79. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/MaxMin.java">
  80. <provider selected="true" editor-type-id="text-editor">
  81. <state relative-caret-position="90">
  82. <caret line="6" column="34" selection-start-line="6" selection-start-column="34" selection-end-line="6" selection-end-column="34" />
  83. </state>
  84. </provider>
  85. </entry>
  86. </file>
  87. <file pinned="false" current-in-tab="false">
  88. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java">
  89. <provider selected="true" editor-type-id="text-editor">
  90. <state relative-caret-position="-6507">
  91. <caret line="425" lean-forward="true" selection-start-line="425" selection-end-line="425" />
  92. <folding>
  93. <element signature="imports" expanded="true" />
  94. </folding>
  95. </state>
  96. </provider>
  97. </entry>
  98. </file>
  99. </leaf>
  100. </component>
  101. <component name="FileTemplateManagerImpl">
  102. <option name="RECENT_TEMPLATES">
  103. <list>
  104. <option value="JUnit4 Test Class" />
  105. <option value="Class" />
  106. </list>
  107. </option>
  108. </component>
  109. <component name="Git.Settings">
  110. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  111. </component>
  112. <component name="GradleLocalSettings">
  113. <option name="projectSyncType">
  114. <map>
  115. <entry key="$USER_HOME$/GitHub/gs-gradle/initial" value="PREVIEW" />
  116. </map>
  117. </option>
  118. </component>
  119. <component name="IdeDocumentHistory">
  120. <option name="CHANGED_PATHS">
  121. <list>
  122. <option value="$PROJECT_DIR$/README.md" />
  123. <option value="$PROJECT_DIR$/arraz/pom.xml" />
  124. <option value="$PROJECT_DIR$/arraz/src/main/java/getOddEven.java" />
  125. <option value="$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java" />
  126. <option value="$PROJECT_DIR$/arraz/src/main/java/OddEven.java" />
  127. <option value="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" />
  128. <option value="$PROJECT_DIR$/arraz/src/main/java/MaxMin.java" />
  129. <option value="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" />
  130. </list>
  131. </option>
  132. </component>
  133. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  134. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  135. <component name="JsGulpfileManager">
  136. <detection-done>true</detection-done>
  137. <sorting>DEFINITION_ORDER</sorting>
  138. </component>
  139. <component name="MavenImportPreferences">
  140. <option name="importingSettings">
  141. <MavenImportingSettings>
  142. <option name="importAutomatically" value="true" />
  143. </MavenImportingSettings>
  144. </option>
  145. </component>
  146. <component name="ProjectFrameBounds" fullScreen="true">
  147. <option name="y" value="23" />
  148. <option name="width" value="1440" />
  149. <option name="height" value="823" />
  150. </component>
  151. <component name="ProjectView">
  152. <navigator proportions="" version="1">
  153. <foldersAlwaysOnTop value="true" />
  154. </navigator>
  155. <panes>
  156. <pane id="Scope" />
  157. <pane id="ProjectPane">
  158. <subPane>
  159. <expand>
  160. <path>
  161. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  162. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  163. </path>
  164. <path>
  165. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  166. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  167. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  168. </path>
  169. <path>
  170. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  171. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  172. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  173. <item name="src" type="462c0819:PsiDirectoryNode" />
  174. </path>
  175. <path>
  176. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  177. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  178. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  179. <item name="src" type="462c0819:PsiDirectoryNode" />
  180. <item name="main" type="462c0819:PsiDirectoryNode" />
  181. </path>
  182. <path>
  183. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  184. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  185. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  186. <item name="src" type="462c0819:PsiDirectoryNode" />
  187. <item name="main" type="462c0819:PsiDirectoryNode" />
  188. <item name="java" type="462c0819:PsiDirectoryNode" />
  189. </path>
  190. <path>
  191. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  192. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  193. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  194. <item name="src" type="462c0819:PsiDirectoryNode" />
  195. <item name="test" type="462c0819:PsiDirectoryNode" />
  196. </path>
  197. <path>
  198. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  199. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  200. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  201. <item name="src" type="462c0819:PsiDirectoryNode" />
  202. <item name="test" type="462c0819:PsiDirectoryNode" />
  203. <item name="java" type="462c0819:PsiDirectoryNode" />
  204. </path>
  205. <path>
  206. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  207. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  208. <item name="DocumentationOnArrays" type="462c0819:PsiDirectoryNode" />
  209. </path>
  210. <path>
  211. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  212. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  213. </path>
  214. </expand>
  215. <select />
  216. </subPane>
  217. </pane>
  218. <pane id="PackagesPane" />
  219. </panes>
  220. </component>
  221. <component name="PropertiesComponent">
  222. <property name="GO_FMT" value="false" />
  223. <property name="WebServerToolWindowFactoryState" value="false" />
  224. <property name="aspect.path.notification.shown" value="true" />
  225. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1544642884621" />
  226. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
  227. <property name="jdk.selected.JAVA_MODULE" value="1.8" />
  228. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  229. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  230. <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
  231. </component>
  232. <component name="RecentsManager">
  233. <key name="CreateTestDialog.RecentsKey">
  234. <recent name="" />
  235. </key>
  236. <key name="CreateTestDialog.Recents.Supers">
  237. <recent name="" />
  238. </key>
  239. </component>
  240. <component name="RunDashboard">
  241. <option name="ruleStates">
  242. <list>
  243. <RuleState>
  244. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  245. </RuleState>
  246. <RuleState>
  247. <option name="name" value="StatusDashboardGroupingRule" />
  248. </RuleState>
  249. </list>
  250. </option>
  251. </component>
  252. <component name="RunManager" selected="JUnit.ArrazTest.testFindMaxMinOfArray">
  253. <configuration default="true" type="Applet" factoryName="Applet">
  254. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  255. <method v="2">
  256. <option name="Make" enabled="true" />
  257. </method>
  258. </configuration>
  259. <configuration default="true" type="Application" factoryName="Application">
  260. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  261. <method v="2">
  262. <option name="Make" enabled="true" />
  263. </method>
  264. </configuration>
  265. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  266. <module name="arraz" />
  267. <option name="PACKAGE_NAME" value="" />
  268. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  269. <option name="METHOD_NAME" value="sortArrayIntoEvensThenOdds" />
  270. <option name="TEST_OBJECT" value="method" />
  271. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  272. <method v="2">
  273. <option name="Make" enabled="true" />
  274. </method>
  275. </configuration>
  276. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  277. <module name="arraz" />
  278. <option name="PACKAGE_NAME" value="" />
  279. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  280. <option name="METHOD_NAME" value="sortArrayIntoEvensThenOdds2" />
  281. <option name="TEST_OBJECT" value="method" />
  282. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  283. <method v="2">
  284. <option name="Make" enabled="true" />
  285. </method>
  286. </configuration>
  287. <configuration name="ArrazTest.sortArrayIntoEvensThenOddsPt2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  288. <module name="arraz" />
  289. <option name="PACKAGE_NAME" value="" />
  290. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  291. <option name="METHOD_NAME" value="sortArrayIntoEvensThenOddsPt2" />
  292. <option name="TEST_OBJECT" value="method" />
  293. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  294. <method v="2">
  295. <option name="Make" enabled="true" />
  296. </method>
  297. </configuration>
  298. <configuration name="ArrazTest.testFindMaxMinOfArray" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  299. <module name="arraz" />
  300. <option name="PACKAGE_NAME" value="" />
  301. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  302. <option name="METHOD_NAME" value="testFindMaxMinOfArray" />
  303. <option name="TEST_OBJECT" value="method" />
  304. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  305. <method v="2">
  306. <option name="Make" enabled="true" />
  307. </method>
  308. </configuration>
  309. <configuration name="ArrazTest.testInsertAtEndAndCopyPt2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  310. <module name="arraz" />
  311. <option name="PACKAGE_NAME" value="" />
  312. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  313. <option name="METHOD_NAME" value="testInsertAtEndAndCopyPt2" />
  314. <option name="TEST_OBJECT" value="method" />
  315. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  316. <method v="2">
  317. <option name="Make" enabled="true" />
  318. </method>
  319. </configuration>
  320. <configuration default="true" type="JUnit" factoryName="JUnit">
  321. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  322. <method v="2">
  323. <option name="Make" enabled="true" />
  324. </method>
  325. </configuration>
  326. <configuration default="true" type="TestNG" factoryName="TestNG">
  327. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  328. <properties />
  329. <listeners />
  330. <method v="2">
  331. <option name="Make" enabled="true" />
  332. </method>
  333. </configuration>
  334. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  335. <module name="" />
  336. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  337. <option name="PROGRAM_PARAMETERS" />
  338. <predefined_log_file id="idea.log" enabled="true" />
  339. <method v="2">
  340. <option name="Make" enabled="true" />
  341. </method>
  342. </configuration>
  343. <list>
  344. <item itemvalue="JUnit.ArrazTest.testInsertAtEndAndCopyPt2" />
  345. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOdds" />
  346. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOdds2" />
  347. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOddsPt2" />
  348. <item itemvalue="JUnit.ArrazTest.testFindMaxMinOfArray" />
  349. </list>
  350. <recent_temporary>
  351. <list>
  352. <item itemvalue="JUnit.ArrazTest.testFindMaxMinOfArray" />
  353. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOddsPt2" />
  354. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOdds" />
  355. <item itemvalue="JUnit.ArrazTest.sortArrayIntoEvensThenOdds2" />
  356. <item itemvalue="JUnit.ArrazTest.testInsertAtEndAndCopyPt2" />
  357. </list>
  358. </recent_temporary>
  359. </component>
  360. <component name="SvnConfiguration">
  361. <configuration />
  362. </component>
  363. <component name="TaskManager">
  364. <task active="true" id="Default" summary="Default task">
  365. <changelist id="3455511b-a100-4bbd-b07c-68f009bc8dbc" name="Default" comment="" />
  366. <created>1543955860758</created>
  367. <option name="number" value="Default" />
  368. <option name="presentableId" value="Default" />
  369. <updated>1543955860758</updated>
  370. <workItem from="1543955862749" duration="2347000" />
  371. <workItem from="1543958998826" duration="113000" />
  372. <workItem from="1544020724645" duration="762000" />
  373. <workItem from="1544047323055" duration="54240000" />
  374. <workItem from="1544469552188" duration="565000" />
  375. <workItem from="1544580069964" duration="7680000" />
  376. </task>
  377. <task id="LOCAL-00001" summary="readme and docs">
  378. <created>1544021313039</created>
  379. <option name="number" value="00001" />
  380. <option name="presentableId" value="LOCAL-00001" />
  381. <option name="project" value="LOCAL" />
  382. <updated>1544021313039</updated>
  383. </task>
  384. <option name="localTasksCounter" value="2" />
  385. <servers />
  386. </component>
  387. <component name="TestHistory">
  388. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds - 2018.12.11 at 22h 30m 05s.xml">
  389. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds" configurationId="JUnit" />
  390. </history-entry>
  391. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds2 - 2018.12.11 at 22h 30m 11s.xml">
  392. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds2" configurationId="JUnit" />
  393. </history-entry>
  394. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds2 - 2018.12.11 at 22h 30m 38s.xml">
  395. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds2" configurationId="JUnit" />
  396. </history-entry>
  397. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds2 - 2018.12.11 at 22h 31m 04s.xml">
  398. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds2" configurationId="JUnit" />
  399. </history-entry>
  400. <history-entry file="ArrazTest_sortArrayIntoEvensThenOddsPt2 - 2018.12.12 at 13h 47m 06s.xml">
  401. <configuration name="ArrazTest.sortArrayIntoEvensThenOddsPt2" configurationId="JUnit" />
  402. </history-entry>
  403. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds - 2018.12.12 at 13h 47m 14s.xml">
  404. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds" configurationId="JUnit" />
  405. </history-entry>
  406. <history-entry file="ArrazTest_sortArrayIntoEvensThenOdds - 2018.12.12 at 13h 51m 13s.xml">
  407. <configuration name="ArrazTest.sortArrayIntoEvensThenOdds" configurationId="JUnit" />
  408. </history-entry>
  409. <history-entry file="ArrazTest_sortArrayIntoEvensThenOddsPt2 - 2018.12.12 at 13h 51m 23s.xml">
  410. <configuration name="ArrazTest.sortArrayIntoEvensThenOddsPt2" configurationId="JUnit" />
  411. </history-entry>
  412. <history-entry file="ArrazTest_testFindMaxMinOfArray - 2018.12.12 at 14h 09m 28s.xml">
  413. <configuration name="ArrazTest.testFindMaxMinOfArray" configurationId="JUnit" />
  414. </history-entry>
  415. <history-entry file="ArrazTest_testFindMaxMinOfArray - 2018.12.12 at 14h 28m 06s.xml">
  416. <configuration name="ArrazTest.testFindMaxMinOfArray" configurationId="JUnit" />
  417. </history-entry>
  418. </component>
  419. <component name="TimeTrackingManager">
  420. <option name="totallyTimeSpent" value="65707000" />
  421. </component>
  422. <component name="ToolWindowManager">
  423. <frame x="0" y="0" width="1440" height="900" extended-state="0" />
  424. <editor active="true" />
  425. <layout>
  426. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.11087268" />
  427. <window_info id="Structure" order="1" weight="0.25" />
  428. <window_info id="Image Layers" order="2" />
  429. <window_info id="Designer" order="3" />
  430. <window_info id="UI Designer" order="4" />
  431. <window_info id="Capture Tool" order="5" />
  432. <window_info id="Favorites" order="6" side_tool="true" />
  433. <window_info anchor="bottom" id="Message" order="0" />
  434. <window_info anchor="bottom" id="Find" order="1" />
  435. <window_info anchor="bottom" id="Run" order="2" weight="0.32891566" />
  436. <window_info anchor="bottom" id="Debug" order="3" weight="0.3987952" />
  437. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  438. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  439. <window_info anchor="bottom" id="TODO" order="6" />
  440. <window_info anchor="bottom" id="Terminal" order="7" />
  441. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  442. <window_info anchor="bottom" id="Version Control" order="9" />
  443. <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
  444. <window_info anchor="bottom" id="Messages" order="11" weight="0.32891566" />
  445. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  446. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  447. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  448. <window_info anchor="right" id="Palette" order="3" />
  449. <window_info anchor="right" id="Capture Analysis" order="4" />
  450. <window_info anchor="right" id="Theme Preview" order="5" />
  451. <window_info anchor="right" id="Database" order="6" />
  452. <window_info anchor="right" id="Palette&#9;" order="7" />
  453. <window_info anchor="right" id="Maven Projects" order="8" />
  454. </layout>
  455. <layout-to-restore>
  456. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.11087268" />
  457. <window_info id="Structure" order="1" weight="0.25" />
  458. <window_info id="Image Layers" order="2" />
  459. <window_info id="Designer" order="3" />
  460. <window_info id="UI Designer" order="4" />
  461. <window_info id="Capture Tool" order="5" />
  462. <window_info id="Favorites" order="6" side_tool="true" />
  463. <window_info anchor="bottom" id="Message" order="0" />
  464. <window_info anchor="bottom" id="Find" order="1" />
  465. <window_info anchor="bottom" id="Run" order="2" weight="0.32891566" />
  466. <window_info anchor="bottom" id="Debug" order="3" weight="0.3987952" />
  467. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  468. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  469. <window_info anchor="bottom" id="TODO" order="6" />
  470. <window_info anchor="bottom" id="Terminal" order="7" />
  471. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  472. <window_info anchor="bottom" id="Version Control" order="9" />
  473. <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
  474. <window_info anchor="bottom" id="Messages" order="11" weight="0.32891566" />
  475. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  476. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  477. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  478. <window_info anchor="right" id="Palette" order="3" />
  479. <window_info anchor="right" id="Capture Analysis" order="4" />
  480. <window_info anchor="right" id="Theme Preview" order="5" />
  481. <window_info anchor="right" id="Database" order="6" />
  482. <window_info anchor="right" id="Palette&#9;" order="7" />
  483. <window_info anchor="right" id="Maven Projects" order="8" />
  484. </layout-to-restore>
  485. </component>
  486. <component name="TypeScriptGeneratedFilesManager">
  487. <option name="version" value="1" />
  488. </component>
  489. <component name="VcsContentAnnotationSettings">
  490. <option name="myLimit" value="2678400000" />
  491. </component>
  492. <component name="VcsManagerConfiguration">
  493. <MESSAGE value="readme and docs" />
  494. <option name="LAST_COMMIT_MESSAGE" value="readme and docs" />
  495. </component>
  496. <component name="editorHistoryManager">
  497. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/org/junit/internal/runners/model/ReflectiveCallable.class">
  498. <provider selected="true" editor-type-id="text-editor">
  499. <state relative-caret-position="210">
  500. <caret line="17" selection-start-line="17" selection-end-line="17" />
  501. </state>
  502. </provider>
  503. </entry>
  504. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java" />
  505. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/src.zip!/java/util/Iterator.java">
  506. <provider selected="true" editor-type-id="text-editor">
  507. <state relative-caret-position="160">
  508. <caret line="53" column="17" selection-start-line="53" selection-start-column="17" selection-end-line="53" selection-end-column="17" />
  509. </state>
  510. </provider>
  511. </entry>
  512. <entry file="file://$PROJECT_DIR$/arraz/pom.xml">
  513. <provider selected="true" editor-type-id="text-editor">
  514. <state relative-caret-position="240">
  515. <caret line="16" lean-forward="true" selection-start-line="16" selection-end-line="16" />
  516. </state>
  517. </provider>
  518. </entry>
  519. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/OddEven.java">
  520. <provider selected="true" editor-type-id="text-editor">
  521. <state>
  522. <caret column="13" selection-start-column="13" selection-end-column="13" />
  523. </state>
  524. </provider>
  525. </entry>
  526. <entry file="file://$PROJECT_DIR$/README.md">
  527. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  528. <state split_layout="SPLIT">
  529. <first_editor relative-caret-position="315">
  530. <caret line="21" column="9" selection-start-line="21" selection-start-column="9" selection-end-line="21" selection-end-column="9" />
  531. </first_editor>
  532. <second_editor />
  533. </state>
  534. </provider>
  535. </entry>
  536. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/MaxMin.java">
  537. <provider selected="true" editor-type-id="text-editor">
  538. <state relative-caret-position="90">
  539. <caret line="6" column="34" selection-start-line="6" selection-start-column="34" selection-end-line="6" selection-end-column="34" />
  540. </state>
  541. </provider>
  542. </entry>
  543. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java">
  544. <provider selected="true" editor-type-id="text-editor">
  545. <state relative-caret-position="-6507">
  546. <caret line="425" lean-forward="true" selection-start-line="425" selection-end-line="425" />
  547. <folding>
  548. <element signature="imports" expanded="true" />
  549. </folding>
  550. </state>
  551. </provider>
  552. </entry>
  553. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/Arraz.java">
  554. <provider selected="true" editor-type-id="text-editor">
  555. <state relative-caret-position="2076">
  556. <caret line="271" lean-forward="true" selection-start-line="271" selection-end-line="271" />
  557. </state>
  558. </provider>
  559. </entry>
  560. </component>
  561. <component name="masterDetails">
  562. <states>
  563. <state key="ProjectJDKs.UI">
  564. <settings>
  565. <last-edited>1.8</last-edited>
  566. <splitter-proportions>
  567. <option name="proportions">
  568. <list>
  569. <option value="0.2" />
  570. </list>
  571. </option>
  572. </splitter-proportions>
  573. </settings>
  574. </state>
  575. </states>
  576. </component>
  577. </project>