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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="3455511b-a100-4bbd-b07c-68f009bc8dbc" name="Default" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/arraz/src/main/java/MaxMin.java" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/arraz/src/main/java/OddEven.java" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/arraz/src/test/java/MaxMinTest.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/arraz/arraz.iml" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/arraz.iml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/arraz/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/pom.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" afterDir="false" />
  17. </list>
  18. <ignored path="$PROJECT_DIR$/arraz/target/" />
  19. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  20. <option name="SHOW_DIALOG" value="false" />
  21. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  22. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  23. <option name="LAST_RESOLUTION" value="IGNORE" />
  24. </component>
  25. <component name="CoverageDataManager">
  26. <SUITE FILE_PATH="coverage/ArraysGoneWild$ArrazTest_test2averageArrayWithoutMaxMin.ic" NAME="ArrazTest.test2averageArrayWithoutMaxMin Coverage Results" MODIFIED="1544321400088" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
  27. </component>
  28. <component name="FUSProjectUsageTrigger">
  29. <session id="-834681622">
  30. <usages-collector id="statistics.lifecycle.project">
  31. <counts>
  32. <entry key="project.closed" value="1" />
  33. <entry key="project.open.time.1" value="1" />
  34. <entry key="project.open.time.2" value="1" />
  35. <entry key="project.opened" value="2" />
  36. </counts>
  37. </usages-collector>
  38. <usages-collector id="statistics.file.extensions.edit">
  39. <counts>
  40. <entry key="dummy" value="5" />
  41. <entry key="java" value="10913" />
  42. </counts>
  43. </usages-collector>
  44. <usages-collector id="statistics.file.types.edit">
  45. <counts>
  46. <entry key="JAVA" value="10913" />
  47. <entry key="PLAIN_TEXT" value="5" />
  48. </counts>
  49. </usages-collector>
  50. <usages-collector id="statistics.file.extensions.open">
  51. <counts>
  52. <entry key="class" value="1" />
  53. <entry key="java" value="15" />
  54. </counts>
  55. </usages-collector>
  56. <usages-collector id="statistics.file.types.open">
  57. <counts>
  58. <entry key="CLASS" value="1" />
  59. <entry key="JAVA" value="15" />
  60. </counts>
  61. </usages-collector>
  62. </session>
  63. </component>
  64. <component name="FileEditorManager">
  65. <splitter split-orientation="horizontal" split-proportion="0.5">
  66. <split-first>
  67. <leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
  68. <file pinned="false" current-in-tab="false">
  69. <entry file="file://$PROJECT_DIR$/arraz/pom.xml">
  70. <provider selected="true" editor-type-id="text-editor">
  71. <state relative-caret-position="450">
  72. <caret line="30" column="6" lean-forward="true" selection-start-line="30" selection-start-column="6" selection-end-line="30" selection-end-column="6" />
  73. </state>
  74. </provider>
  75. </entry>
  76. </file>
  77. <file pinned="false" current-in-tab="true">
  78. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/Arraz.java">
  79. <provider selected="true" editor-type-id="text-editor">
  80. <state relative-caret-position="711">
  81. <caret line="201" lean-forward="true" selection-start-line="201" selection-end-line="201" />
  82. <folding>
  83. <element signature="imports" expanded="true" />
  84. </folding>
  85. </state>
  86. </provider>
  87. </entry>
  88. </file>
  89. <file pinned="false" current-in-tab="false">
  90. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java">
  91. <provider selected="true" editor-type-id="text-editor">
  92. <state relative-caret-position="465">
  93. <caret line="31" column="5" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
  94. <folding>
  95. <element signature="imports" expanded="true" />
  96. </folding>
  97. </state>
  98. </provider>
  99. </entry>
  100. </file>
  101. <file pinned="false" current-in-tab="false">
  102. <entry file="file://$PROJECT_DIR$/README.md">
  103. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  104. <state split_layout="SPLIT">
  105. <first_editor relative-caret-position="270">
  106. <caret line="18" selection-start-line="18" selection-end-line="18" />
  107. </first_editor>
  108. <second_editor />
  109. </state>
  110. </provider>
  111. </entry>
  112. </file>
  113. <file pinned="false" current-in-tab="false">
  114. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/OddEven.java">
  115. <provider selected="true" editor-type-id="text-editor">
  116. <state relative-caret-position="90">
  117. <caret line="6" column="25" selection-start-line="6" selection-start-column="25" selection-end-line="6" selection-end-column="25" />
  118. </state>
  119. </provider>
  120. </entry>
  121. </file>
  122. <file pinned="false" current-in-tab="false">
  123. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/MaxMin.java">
  124. <provider selected="true" editor-type-id="text-editor">
  125. <state relative-caret-position="150">
  126. <caret line="10" column="25" selection-start-line="10" selection-start-column="25" selection-end-line="10" selection-end-column="25" />
  127. <folding>
  128. <element signature="e#209#210#0" expanded="true" />
  129. </folding>
  130. </state>
  131. </provider>
  132. </entry>
  133. </file>
  134. </leaf>
  135. </split-first>
  136. <split-second>
  137. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  138. <file pinned="false" current-in-tab="false">
  139. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java">
  140. <provider selected="true" editor-type-id="text-editor">
  141. <state relative-caret-position="405">
  142. <caret line="27" column="15" lean-forward="true" selection-start-line="27" selection-start-column="15" selection-end-line="27" selection-end-column="15" />
  143. <folding>
  144. <element signature="imports" expanded="true" />
  145. </folding>
  146. </state>
  147. </provider>
  148. </entry>
  149. </file>
  150. <file pinned="false" current-in-tab="false">
  151. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/MaxMinTest.java">
  152. <provider selected="true" editor-type-id="text-editor">
  153. <state relative-caret-position="480">
  154. <caret line="32" column="5" selection-start-line="32" selection-start-column="5" selection-end-line="32" selection-end-column="5" />
  155. <folding>
  156. <element signature="imports" expanded="true" />
  157. </folding>
  158. </state>
  159. </provider>
  160. </entry>
  161. </file>
  162. <file pinned="false" current-in-tab="true">
  163. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java">
  164. <provider selected="true" editor-type-id="text-editor">
  165. <state relative-caret-position="645">
  166. <caret line="380" lean-forward="true" selection-start-line="380" selection-end-line="380" />
  167. <folding>
  168. <element signature="imports" expanded="true" />
  169. </folding>
  170. </state>
  171. </provider>
  172. </entry>
  173. </file>
  174. </leaf>
  175. </split-second>
  176. </splitter>
  177. </component>
  178. <component name="FileTemplateManagerImpl">
  179. <option name="RECENT_TEMPLATES">
  180. <list>
  181. <option value="JUnit4 Test Class" />
  182. <option value="Class" />
  183. </list>
  184. </option>
  185. </component>
  186. <component name="Git.Settings">
  187. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  188. </component>
  189. <component name="GradleLocalSettings">
  190. <option name="projectSyncType">
  191. <map>
  192. <entry key="$USER_HOME$/GitHub/gs-gradle/initial" value="PREVIEW" />
  193. </map>
  194. </option>
  195. </component>
  196. <component name="IdeDocumentHistory">
  197. <option name="CHANGED_PATHS">
  198. <list>
  199. <option value="$PROJECT_DIR$/README.md" />
  200. <option value="$PROJECT_DIR$/arraz/src/test/java/Arraz/ArrazTest.java" />
  201. <option value="$PROJECT_DIR$/arraz/src/test/java/OddEvenTest/OddEvenTest.java" />
  202. <option value="$PROJECT_DIR$/arraz/src/main/java/OddEven.java" />
  203. <option value="$PROJECT_DIR$/arraz/src/main/java/MaxMin.java" />
  204. <option value="$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java" />
  205. <option value="$PROJECT_DIR$/arraz/src/test/java/MaxMin.java" />
  206. <option value="$PROJECT_DIR$/arraz/src/test/java/MaxMinTest.java" />
  207. <option value="$PROJECT_DIR$/arraz/pom.xml" />
  208. <option value="$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java" />
  209. <option value="$PROJECT_DIR$/arraz/src/main/java/Arraz.java" />
  210. </list>
  211. </option>
  212. </component>
  213. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  214. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  215. <component name="JsFlowSettings">
  216. <service-enabled>true</service-enabled>
  217. <exe-path />
  218. <other-services-enabled>true</other-services-enabled>
  219. <auto-save>true</auto-save>
  220. </component>
  221. <component name="JsGulpfileManager">
  222. <detection-done>true</detection-done>
  223. <sorting>DEFINITION_ORDER</sorting>
  224. </component>
  225. <component name="MavenImportPreferences">
  226. <option name="importingSettings">
  227. <MavenImportingSettings>
  228. <option name="importAutomatically" value="true" />
  229. </MavenImportingSettings>
  230. </option>
  231. </component>
  232. <component name="ProjectFrameBounds" fullScreen="true">
  233. <option name="x" value="-336" />
  234. <option name="y" value="-1080" />
  235. <option name="width" value="1920" />
  236. <option name="height" value="1080" />
  237. </component>
  238. <component name="ProjectInspectionProfilesVisibleTreeState">
  239. <entry key="Project Default">
  240. <profile-state>
  241. <expanded-state>
  242. <State />
  243. <State>
  244. <id>Android</id>
  245. </State>
  246. <State>
  247. <id>Class structureJava</id>
  248. </State>
  249. <State>
  250. <id>Code style issuesJava</id>
  251. </State>
  252. <State>
  253. <id>CorrectnessLintAndroid</id>
  254. </State>
  255. <State>
  256. <id>Declaration redundancyJava</id>
  257. </State>
  258. <State>
  259. <id>Inheritance issuesJava</id>
  260. </State>
  261. <State>
  262. <id>Java</id>
  263. </State>
  264. <State>
  265. <id>Java 10Java language level migration aidsJava</id>
  266. </State>
  267. <State>
  268. <id>Java 12Java language level migration aidsJava</id>
  269. </State>
  270. <State>
  271. <id>Java 5Java language level migration aidsJava</id>
  272. </State>
  273. <State>
  274. <id>Java 7Java language level migration aidsJava</id>
  275. </State>
  276. <State>
  277. <id>Java 8Java language level migration aidsJava</id>
  278. </State>
  279. <State>
  280. <id>Java 9Java language level migration aidsJava</id>
  281. </State>
  282. <State>
  283. <id>Java language level issuesJava</id>
  284. </State>
  285. <State>
  286. <id>Java language level migration aidsJava</id>
  287. </State>
  288. <State>
  289. <id>JavadocJava</id>
  290. </State>
  291. <State>
  292. <id>LintAndroid</id>
  293. </State>
  294. <State>
  295. <id>Modularization issuesJava</id>
  296. </State>
  297. <State>
  298. <id>Numeric issuesJava</id>
  299. </State>
  300. <State>
  301. <id>TypeScript</id>
  302. </State>
  303. </expanded-state>
  304. </profile-state>
  305. </entry>
  306. </component>
  307. <component name="ProjectView">
  308. <navigator proportions="" version="1">
  309. <foldersAlwaysOnTop value="true" />
  310. </navigator>
  311. <panes>
  312. <pane id="PackagesPane" />
  313. <pane id="ProjectPane">
  314. <subPane>
  315. <expand>
  316. <path>
  317. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  318. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  319. </path>
  320. <path>
  321. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  322. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  323. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  324. </path>
  325. <path>
  326. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  327. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  328. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  329. <item name="src" type="462c0819:PsiDirectoryNode" />
  330. </path>
  331. <path>
  332. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  333. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  334. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  335. <item name="src" type="462c0819:PsiDirectoryNode" />
  336. <item name="main" type="462c0819:PsiDirectoryNode" />
  337. </path>
  338. <path>
  339. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  340. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  341. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  342. <item name="src" type="462c0819:PsiDirectoryNode" />
  343. <item name="main" type="462c0819:PsiDirectoryNode" />
  344. <item name="java" type="462c0819:PsiDirectoryNode" />
  345. </path>
  346. <path>
  347. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  348. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  349. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  350. <item name="src" type="462c0819:PsiDirectoryNode" />
  351. <item name="test" type="462c0819:PsiDirectoryNode" />
  352. </path>
  353. <path>
  354. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  355. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  356. <item name="arraz" type="462c0819:PsiDirectoryNode" />
  357. <item name="src" type="462c0819:PsiDirectoryNode" />
  358. <item name="test" type="462c0819:PsiDirectoryNode" />
  359. <item name="java" type="462c0819:PsiDirectoryNode" />
  360. </path>
  361. <path>
  362. <item name="ArraysGoneWild" type="b2602c69:ProjectViewProjectNode" />
  363. <item name="ArraysGoneWild" type="462c0819:PsiDirectoryNode" />
  364. <item name="DocumentationOnArrays" type="462c0819:PsiDirectoryNode" />
  365. </path>
  366. </expand>
  367. <select />
  368. </subPane>
  369. </pane>
  370. <pane id="Scope" />
  371. </panes>
  372. </component>
  373. <component name="PropertiesComponent">
  374. <property name="GO_FMT" value="false" />
  375. <property name="WebServerToolWindowFactoryState" value="false" />
  376. <property name="aspect.path.notification.shown" value="true" />
  377. <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1544323467523" />
  378. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
  379. <property name="jdk.selected.JAVA_MODULE" value="1.8" />
  380. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  381. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  382. <property name="project.structure.last.edited" value="SDKs" />
  383. <property name="project.structure.proportion" value="0.15" />
  384. <property name="project.structure.side.proportion" value="0.2" />
  385. <property name="settings.editor.selected.configurable" value="configurable.group.editor" />
  386. </component>
  387. <component name="RecentsManager">
  388. <key name="CreateTestDialog.RecentsKey">
  389. <recent name="" />
  390. </key>
  391. <key name="CreateTestDialog.Recents.Supers">
  392. <recent name="" />
  393. </key>
  394. </component>
  395. <component name="RunDashboard">
  396. <option name="ruleStates">
  397. <list>
  398. <RuleState>
  399. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  400. </RuleState>
  401. <RuleState>
  402. <option name="name" value="StatusDashboardGroupingRule" />
  403. </RuleState>
  404. </list>
  405. </option>
  406. </component>
  407. <component name="RunManager" selected="JUnit.ArrazTest">
  408. <configuration default="true" type="Applet" factoryName="Applet">
  409. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  410. <method v="2">
  411. <option name="Make" enabled="true" />
  412. </method>
  413. </configuration>
  414. <configuration default="true" type="Application" factoryName="Application">
  415. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  416. <method v="2">
  417. <option name="Make" enabled="true" />
  418. </method>
  419. </configuration>
  420. <configuration name="ArrazTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  421. <module name="arraz" />
  422. <option name="PACKAGE_NAME" value="" />
  423. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  424. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  425. <method v="2">
  426. <option name="Make" enabled="true" />
  427. </method>
  428. </configuration>
  429. <configuration name="ArrazTest.test1arrayHas65and77" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  430. <module name="arraz" />
  431. <option name="PACKAGE_NAME" value="" />
  432. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  433. <option name="METHOD_NAME" value="test1arrayHas65and77" />
  434. <option name="TEST_OBJECT" value="method" />
  435. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  436. <method v="2">
  437. <option name="Make" enabled="true" />
  438. </method>
  439. </configuration>
  440. <configuration name="ArrazTest.test1averageArrayWithoutMaxMin" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  441. <module name="arraz" />
  442. <option name="PACKAGE_NAME" value="" />
  443. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  444. <option name="METHOD_NAME" value="test1averageArrayWithoutMaxMin" />
  445. <option name="TEST_OBJECT" value="method" />
  446. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  447. <method v="2">
  448. <option name="Make" enabled="true" />
  449. </method>
  450. </configuration>
  451. <configuration name="ArrazTest.test1check2ArraysForEqual" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  452. <module name="arraz" />
  453. <option name="PACKAGE_NAME" value="" />
  454. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  455. <option name="METHOD_NAME" value="test1check2ArraysForEqual" />
  456. <option name="TEST_OBJECT" value="method" />
  457. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  458. <method v="2">
  459. <option name="Make" enabled="true" />
  460. </method>
  461. </configuration>
  462. <configuration name="ArrazTest.test2averageArrayWithoutMaxMin" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  463. <module name="arraz" />
  464. <option name="PACKAGE_NAME" value="" />
  465. <option name="MAIN_CLASS_NAME" value="ArrazTest" />
  466. <option name="METHOD_NAME" value="test2averageArrayWithoutMaxMin" />
  467. <option name="TEST_OBJECT" value="method" />
  468. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  469. <method v="2">
  470. <option name="Make" enabled="true" />
  471. </method>
  472. </configuration>
  473. <configuration default="true" type="JUnit" factoryName="JUnit">
  474. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  475. <method v="2">
  476. <option name="Make" enabled="true" />
  477. </method>
  478. </configuration>
  479. <configuration default="true" type="TestNG" factoryName="TestNG">
  480. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  481. <properties />
  482. <listeners />
  483. <method v="2">
  484. <option name="Make" enabled="true" />
  485. </method>
  486. </configuration>
  487. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
  488. <module name="" />
  489. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  490. <option name="PROGRAM_PARAMETERS" />
  491. <predefined_log_file id="idea.log" enabled="true" />
  492. <method v="2">
  493. <option name="Make" enabled="true" />
  494. </method>
  495. </configuration>
  496. <list>
  497. <item itemvalue="JUnit.ArrazTest.test1check2ArraysForEqual" />
  498. <item itemvalue="JUnit.ArrazTest" />
  499. <item itemvalue="JUnit.ArrazTest.test1averageArrayWithoutMaxMin" />
  500. <item itemvalue="JUnit.ArrazTest.test2averageArrayWithoutMaxMin" />
  501. <item itemvalue="JUnit.ArrazTest.test1arrayHas65and77" />
  502. </list>
  503. <recent_temporary>
  504. <list>
  505. <item itemvalue="JUnit.ArrazTest" />
  506. <item itemvalue="JUnit.ArrazTest.test1arrayHas65and77" />
  507. <item itemvalue="JUnit.ArrazTest.test2averageArrayWithoutMaxMin" />
  508. <item itemvalue="JUnit.ArrazTest.test1averageArrayWithoutMaxMin" />
  509. <item itemvalue="JUnit.ArrazTest.test1check2ArraysForEqual" />
  510. </list>
  511. </recent_temporary>
  512. </component>
  513. <component name="SvnConfiguration">
  514. <configuration />
  515. </component>
  516. <component name="TaskManager">
  517. <task active="true" id="Default" summary="Default task">
  518. <changelist id="3455511b-a100-4bbd-b07c-68f009bc8dbc" name="Default" comment="" />
  519. <created>1543955860758</created>
  520. <option name="number" value="Default" />
  521. <option name="presentableId" value="Default" />
  522. <updated>1543955860758</updated>
  523. <workItem from="1543955862749" duration="2347000" />
  524. <workItem from="1543958998826" duration="113000" />
  525. <workItem from="1544020724645" duration="762000" />
  526. <workItem from="1544214768140" duration="29830000" />
  527. <workItem from="1544304623235" duration="10064000" />
  528. </task>
  529. <task id="LOCAL-00001" summary="readme and docs">
  530. <created>1544021313039</created>
  531. <option name="number" value="00001" />
  532. <option name="presentableId" value="LOCAL-00001" />
  533. <option name="project" value="LOCAL" />
  534. <updated>1544021313039</updated>
  535. </task>
  536. <option name="localTasksCounter" value="2" />
  537. <servers />
  538. </component>
  539. <component name="TestHistory">
  540. <history-entry file="ArrazTest_test2check2ArraysForEqual - 2018.12.08 at 19h 14m 22s.xml">
  541. <configuration name="ArrazTest.test2check2ArraysForEqual" configurationId="JUnit" />
  542. </history-entry>
  543. <history-entry file="ArrazTest_test1check2ArraysForEqual - 2018.12.08 at 19h 14m 25s.xml">
  544. <configuration name="ArrazTest.test1check2ArraysForEqual" configurationId="JUnit" />
  545. </history-entry>
  546. <history-entry file="ArrazTest_test1averageArrayWithoutMaxMin - 2018.12.08 at 20h 02m 19s.xml">
  547. <configuration name="ArrazTest.test1averageArrayWithoutMaxMin" configurationId="JUnit" />
  548. </history-entry>
  549. <history-entry file="ArrazTest_test2averageArrayWithoutMaxMin - 2018.12.08 at 21h 10m 02s.xml">
  550. <configuration name="ArrazTest.test2averageArrayWithoutMaxMin" configurationId="JUnit" />
  551. </history-entry>
  552. <history-entry file="ArrazTest_test2averageArrayWithoutMaxMin - 2018.12.08 at 21h 10m 04s.xml">
  553. <configuration name="ArrazTest.test2averageArrayWithoutMaxMin" configurationId="JUnit" />
  554. </history-entry>
  555. <history-entry file="ArrazTest - 2018.12.08 at 21h 10m 12s.xml">
  556. <configuration name="ArrazTest" configurationId="JUnit" />
  557. </history-entry>
  558. <history-entry file="ArrazTest - 2018.12.08 at 21h 22m 11s.xml">
  559. <configuration name="ArrazTest" configurationId="JUnit" />
  560. </history-entry>
  561. <history-entry file="ArrazTest_test1arrayHas65and77 - 2018.12.08 at 21h 36m 38s.xml">
  562. <configuration name="ArrazTest.test1arrayHas65and77" configurationId="JUnit" />
  563. </history-entry>
  564. <history-entry file="ArrazTest_test1arrayHas65and77 - 2018.12.08 at 21h 37m 09s.xml">
  565. <configuration name="ArrazTest.test1arrayHas65and77" configurationId="JUnit" />
  566. </history-entry>
  567. <history-entry file="ArrazTest_test1arrayHas65and77 - 2018.12.08 at 21h 38m 43s.xml">
  568. <configuration name="ArrazTest.test1arrayHas65and77" configurationId="JUnit" />
  569. </history-entry>
  570. </component>
  571. <component name="TimeTrackingManager">
  572. <option name="totallyTimeSpent" value="43116000" />
  573. </component>
  574. <component name="ToolWindowManager">
  575. <frame x="-336" y="-1080" width="1920" height="1080" extended-state="0" />
  576. <editor active="true" />
  577. <layout>
  578. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.15761448" />
  579. <window_info id="Structure" order="1" weight="0.24964234" />
  580. <window_info id="Image Layers" order="2" />
  581. <window_info id="Designer" order="3" />
  582. <window_info id="UI Designer" order="4" />
  583. <window_info id="Capture Tool" order="5" />
  584. <window_info id="Favorites" order="6" side_tool="true" />
  585. <window_info anchor="bottom" id="Message" order="0" />
  586. <window_info anchor="bottom" id="Find" order="1" weight="0.3295562" />
  587. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.23418319" />
  588. <window_info anchor="bottom" id="Debug" order="3" weight="0.39943343" />
  589. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  590. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  591. <window_info anchor="bottom" id="TODO" order="6" />
  592. <window_info anchor="bottom" id="Terminal" order="7" />
  593. <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" />
  594. <window_info anchor="bottom" id="Version Control" order="9" />
  595. <window_info anchor="bottom" id="Database Changes" order="10" show_stripe_button="false" />
  596. <window_info anchor="bottom" id="Messages" order="11" weight="0.3295562" />
  597. <window_info anchor="right" id="Coverage" side_tool="true" weight="0.32960597" />
  598. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  599. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  600. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  601. <window_info anchor="right" id="Palette" order="3" />
  602. <window_info anchor="right" id="Capture Analysis" order="4" />
  603. <window_info anchor="right" id="Theme Preview" order="5" />
  604. <window_info anchor="right" id="Database" order="6" />
  605. <window_info anchor="right" id="Palette&#9;" order="7" />
  606. <window_info anchor="right" id="Maven Projects" order="8" />
  607. </layout>
  608. </component>
  609. <component name="TypeScriptGeneratedFilesManager">
  610. <option name="version" value="1" />
  611. </component>
  612. <component name="VcsContentAnnotationSettings">
  613. <option name="myLimit" value="2678400000" />
  614. </component>
  615. <component name="VcsManagerConfiguration">
  616. <MESSAGE value="readme and docs" />
  617. <option name="LAST_COMMIT_MESSAGE" value="readme and docs" />
  618. </component>
  619. <component name="editorHistoryManager">
  620. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/OddEvenTest/OddEvenTest.java" />
  621. <entry file="jar://$MAVEN_REPOSITORY$/junit/junit/4.0/junit-4.0.jar!/org/junit/Assert.class">
  622. <provider selected="true" editor-type-id="text-editor">
  623. <state relative-caret-position="150">
  624. <caret line="10" lean-forward="true" selection-start-line="10" selection-end-line="11" />
  625. <folding>
  626. <element signature="e#0#3097#0" expanded="true" />
  627. </folding>
  628. </state>
  629. </provider>
  630. </entry>
  631. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/MaxMin.java" />
  632. <entry file="file://$PROJECT_DIR$/README.md">
  633. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  634. <state split_layout="SPLIT">
  635. <first_editor relative-caret-position="270">
  636. <caret line="18" selection-start-line="18" selection-end-line="18" />
  637. </first_editor>
  638. <second_editor />
  639. </state>
  640. </provider>
  641. </entry>
  642. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/OddEven.java">
  643. <provider selected="true" editor-type-id="text-editor">
  644. <state relative-caret-position="90">
  645. <caret line="6" column="25" selection-start-line="6" selection-start-column="25" selection-end-line="6" selection-end-column="25" />
  646. </state>
  647. </provider>
  648. </entry>
  649. <entry file="file://$PROJECT_DIR$/arraz/pom.xml">
  650. <provider selected="true" editor-type-id="text-editor">
  651. <state relative-caret-position="450">
  652. <caret line="30" column="6" lean-forward="true" selection-start-line="30" selection-start-column="6" selection-end-line="30" selection-end-column="6" />
  653. </state>
  654. </provider>
  655. </entry>
  656. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/OddEvenTest.java">
  657. <provider selected="true" editor-type-id="text-editor">
  658. <state relative-caret-position="405">
  659. <caret line="27" column="15" lean-forward="true" selection-start-line="27" selection-start-column="15" selection-end-line="27" selection-end-column="15" />
  660. <folding>
  661. <element signature="imports" expanded="true" />
  662. </folding>
  663. </state>
  664. </provider>
  665. </entry>
  666. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/MaxMinTest.java">
  667. <provider selected="true" editor-type-id="text-editor">
  668. <state relative-caret-position="480">
  669. <caret line="32" column="5" selection-start-line="32" selection-start-column="5" selection-end-line="32" selection-end-column="5" />
  670. <folding>
  671. <element signature="imports" expanded="true" />
  672. </folding>
  673. </state>
  674. </provider>
  675. </entry>
  676. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/MaxMin.java">
  677. <provider selected="true" editor-type-id="text-editor">
  678. <state relative-caret-position="150">
  679. <caret line="10" column="25" selection-start-line="10" selection-start-column="25" selection-end-line="10" selection-end-column="25" />
  680. <folding>
  681. <element signature="e#209#210#0" expanded="true" />
  682. </folding>
  683. </state>
  684. </provider>
  685. </entry>
  686. <entry file="file://$PROJECT_DIR$/arraz/src/main/java/Arraz.java">
  687. <provider selected="true" editor-type-id="text-editor">
  688. <state relative-caret-position="711">
  689. <caret line="201" lean-forward="true" selection-start-line="201" selection-end-line="201" />
  690. <folding>
  691. <element signature="imports" expanded="true" />
  692. </folding>
  693. </state>
  694. </provider>
  695. </entry>
  696. <entry file="file://$PROJECT_DIR$/arraz/src/test/java/ArrazTest.java">
  697. <provider selected="true" editor-type-id="text-editor">
  698. <state relative-caret-position="645">
  699. <caret line="380" lean-forward="true" selection-start-line="380" selection-end-line="380" />
  700. <folding>
  701. <element signature="imports" expanded="true" />
  702. </folding>
  703. </state>
  704. </provider>
  705. </entry>
  706. </component>
  707. <component name="masterDetails">
  708. <states>
  709. <state key="ArtifactsStructureConfigurable.UI">
  710. <settings>
  711. <artifact-editor />
  712. <splitter-proportions>
  713. <option name="proportions">
  714. <list>
  715. <option value="0.2" />
  716. </list>
  717. </option>
  718. </splitter-proportions>
  719. </settings>
  720. </state>
  721. <state key="FacetStructureConfigurable.UI">
  722. <settings>
  723. <last-edited>No facets are configured</last-edited>
  724. <splitter-proportions>
  725. <option name="proportions">
  726. <list>
  727. <option value="0.2" />
  728. </list>
  729. </option>
  730. </splitter-proportions>
  731. </settings>
  732. </state>
  733. <state key="GlobalLibrariesConfigurable.UI">
  734. <settings>
  735. <splitter-proportions>
  736. <option name="proportions">
  737. <list>
  738. <option value="0.2" />
  739. </list>
  740. </option>
  741. </splitter-proportions>
  742. </settings>
  743. </state>
  744. <state key="JdkListConfigurable.UI">
  745. <settings>
  746. <last-edited>1.8</last-edited>
  747. <splitter-proportions>
  748. <option name="proportions">
  749. <list>
  750. <option value="0.2" />
  751. </list>
  752. </option>
  753. </splitter-proportions>
  754. </settings>
  755. </state>
  756. <state key="ModuleStructureConfigurable.UI">
  757. <settings>
  758. <last-edited>ArraysGoneWild</last-edited>
  759. <splitter-proportions>
  760. <option name="proportions">
  761. <list>
  762. <option value="0.2" />
  763. <option value="0.6" />
  764. </list>
  765. </option>
  766. </splitter-proportions>
  767. </settings>
  768. </state>
  769. <state key="ProjectJDKs.UI">
  770. <settings>
  771. <last-edited>1.8</last-edited>
  772. <splitter-proportions>
  773. <option name="proportions">
  774. <list>
  775. <option value="0.2" />
  776. </list>
  777. </option>
  778. </splitter-proportions>
  779. </settings>
  780. </state>
  781. <state key="ProjectLibrariesConfigurable.UI">
  782. <settings>
  783. <last-edited>Maven: junit:junit:4.0</last-edited>
  784. <splitter-proportions>
  785. <option name="proportions">
  786. <list>
  787. <option value="0.2" />
  788. </list>
  789. </option>
  790. </splitter-proportions>
  791. </settings>
  792. </state>
  793. </states>
  794. </component>
  795. </project>