@cyrilverloop/codingame-configuration 1.1.3 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5718) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/config/easy/AMountainOfAMoleHill/code/CGCode.js +8 -0
  3. package/config/easy/AMountainOfAMoleHill/code/CGCode.php +10 -0
  4. package/config/easy/AMountainOfAMoleHill/config.json +48 -0
  5. package/config/easy/AMountainOfAMoleHill/input/01 - a simple garden.txt +16 -0
  6. package/config/easy/AMountainOfAMoleHill/input/02 - from another angle.txt +16 -0
  7. package/config/easy/AMountainOfAMoleHill/input/03 - getting crowded.txt +16 -0
  8. package/config/easy/AMountainOfAMoleHill/input/04 - divide and conquer.txt +16 -0
  9. package/config/easy/AMountainOfAMoleHill/input/05 - bag of snakes.txt +16 -0
  10. package/config/easy/AMountainOfAMoleHill/input/06 - zzzzz....txt +16 -0
  11. package/config/easy/AMountainOfAMoleHill/input/07 - Include and infiltrate.txt +16 -0
  12. package/config/easy/AMountainOfAMoleHill/input/08 - how did THAT happen.txt +16 -0
  13. package/config/easy/AMountainOfAMoleHill/output/01 - a simple garden.txt +1 -0
  14. package/config/easy/AMountainOfAMoleHill/output/02 - from another angle.txt +1 -0
  15. package/config/easy/AMountainOfAMoleHill/output/03 - getting crowded.txt +1 -0
  16. package/config/easy/AMountainOfAMoleHill/output/04 - divide and conquer.txt +1 -0
  17. package/config/easy/AMountainOfAMoleHill/output/05 - bag of snakes.txt +1 -0
  18. package/config/easy/AMountainOfAMoleHill/output/06 - zzzzz....txt +1 -0
  19. package/config/easy/AMountainOfAMoleHill/output/07 - Include and infiltrate.txt +1 -0
  20. package/config/easy/AMountainOfAMoleHill/output/08 - how did THAT happen.txt +1 -0
  21. package/config/easy/AddEmUp/code/CGCode.js +10 -0
  22. package/config/easy/AddEmUp/code/CGCode.php +12 -0
  23. package/config/easy/AddEmUp/config.json +43 -0
  24. package/config/easy/AddEmUp/input/01 - simple.txt +2 -0
  25. package/config/easy/AddEmUp/input/02 - easy.txt +2 -0
  26. package/config/easy/AddEmUp/input/03 - in a row.txt +2 -0
  27. package/config/easy/AddEmUp/input/04 - XX.txt +2 -0
  28. package/config/easy/AddEmUp/input/05 - CC.txt +2 -0
  29. package/config/easy/AddEmUp/input/06 - D.txt +2 -0
  30. package/config/easy/AddEmUp/input/07 - M.txt +2 -0
  31. package/config/easy/AddEmUp/output/01 - simple.txt +1 -0
  32. package/config/easy/AddEmUp/output/02 - easy.txt +1 -0
  33. package/config/easy/AddEmUp/output/03 - in a row.txt +1 -0
  34. package/config/easy/AddEmUp/output/04 - XX.txt +1 -0
  35. package/config/easy/AddEmUp/output/05 - CC.txt +1 -0
  36. package/config/easy/AddEmUp/output/06 - D.txt +1 -0
  37. package/config/easy/AddEmUp/output/07 - M.txt +1 -0
  38. package/config/easy/Annihilation/code/CGCode.js +11 -0
  39. package/config/easy/Annihilation/code/CGCode.php +11 -0
  40. package/config/easy/Annihilation/config.json +38 -0
  41. package/config/easy/Annihilation/input/01 - test 1.txt +6 -0
  42. package/config/easy/Annihilation/input/02 - test 2.txt +6 -0
  43. package/config/easy/Annihilation/input/03 - test 3.txt +10 -0
  44. package/config/easy/Annihilation/input/04 - test 4.txt +17 -0
  45. package/config/easy/Annihilation/input/05 - test 5.txt +42 -0
  46. package/config/easy/Annihilation/input/06 - test 6.txt +51 -0
  47. package/config/easy/Annihilation/output/01 - test 1.txt +1 -0
  48. package/config/easy/Annihilation/output/02 - test 2.txt +1 -0
  49. package/config/easy/Annihilation/output/03 - test 3.txt +1 -0
  50. package/config/easy/Annihilation/output/04 - test 4.txt +1 -0
  51. package/config/easy/Annihilation/output/05 - test 5.txt +1 -0
  52. package/config/easy/Annihilation/output/06 - test 6.txt +1 -0
  53. package/config/easy/AreTheClumpsNormal/code/CGCode.js +6 -0
  54. package/config/easy/AreTheClumpsNormal/code/CGCode.php +7 -0
  55. package/config/easy/AreTheClumpsNormal/config.json +73 -0
  56. package/config/easy/AreTheClumpsNormal/input/01 - simple normal.txt +1 -0
  57. package/config/easy/AreTheClumpsNormal/input/02 - simple abnormal.txt +1 -0
  58. package/config/easy/AreTheClumpsNormal/input/03 - abnormal at the last second.txt +1 -0
  59. package/config/easy/AreTheClumpsNormal/input/04 - wildly abnormal.txt +1 -0
  60. package/config/easy/AreTheClumpsNormal/input/05 - bigger than 2^64 Normal.txt +1 -0
  61. package/config/easy/AreTheClumpsNormal/input/06 - way bigger than 2^64 abnormal.txt +1 -0
  62. package/config/easy/AreTheClumpsNormal/input/07 - lots of abnormal.txt +1 -0
  63. package/config/easy/AreTheClumpsNormal/input/08 - rep digit.txt +1 -0
  64. package/config/easy/AreTheClumpsNormal/input/09 - take the first deviation.txt +1 -0
  65. package/config/easy/AreTheClumpsNormal/input/10 - maximum normal.txt +1 -0
  66. package/config/easy/AreTheClumpsNormal/input/11 - maximum abnormal.txt +1 -0
  67. package/config/easy/AreTheClumpsNormal/input/12 - humongous binary.txt +1 -0
  68. package/config/easy/AreTheClumpsNormal/input/13 - cooldown.txt +1 -0
  69. package/config/easy/AreTheClumpsNormal/output/01 - simple normal.txt +1 -0
  70. package/config/easy/AreTheClumpsNormal/output/02 - simple abnormal.txt +1 -0
  71. package/config/easy/AreTheClumpsNormal/output/03 - abnormal at the last second.txt +1 -0
  72. package/config/easy/AreTheClumpsNormal/output/04 - wildly abnormal.txt +1 -0
  73. package/config/easy/AreTheClumpsNormal/output/05 - bigger than 2^64 Normal.txt +1 -0
  74. package/config/easy/AreTheClumpsNormal/output/06 - way bigger than 2^64 abnormal.txt +1 -0
  75. package/config/easy/AreTheClumpsNormal/output/07 - lots of abnormal.txt +1 -0
  76. package/config/easy/AreTheClumpsNormal/output/08 - rep digit.txt +1 -0
  77. package/config/easy/AreTheClumpsNormal/output/09 - take the first deviation.txt +1 -0
  78. package/config/easy/AreTheClumpsNormal/output/10 - maximum normal.txt +1 -0
  79. package/config/easy/AreTheClumpsNormal/output/11 - maximum abnormal.txt +1 -0
  80. package/config/easy/AreTheClumpsNormal/output/12 - humongous binary.txt +1 -0
  81. package/config/easy/AreTheClumpsNormal/output/13 - cooldown.txt +1 -0
  82. package/config/easy/ArtificialEmotionalIntelligence/code/CGCode.js +6 -0
  83. package/config/easy/ArtificialEmotionalIntelligence/code/CGCode.php +7 -0
  84. package/config/easy/ArtificialEmotionalIntelligence/config.json +38 -0
  85. package/config/easy/ArtificialEmotionalIntelligence/input/01 - simple case.txt +1 -0
  86. package/config/easy/ArtificialEmotionalIntelligence/input/02 - repeating letters and space.txt +1 -0
  87. package/config/easy/ArtificialEmotionalIntelligence/input/03 - with hyphen and period.txt +1 -0
  88. package/config/easy/ArtificialEmotionalIntelligence/input/04 - symbols and numbers.txt +1 -0
  89. package/config/easy/ArtificialEmotionalIntelligence/input/05 - you are not enough.txt +1 -0
  90. package/config/easy/ArtificialEmotionalIntelligence/input/06 - with /342/200/230Y/342/200/231 and /342/200/230Z/342/200/231.txt" +1 -0
  91. package/config/easy/ArtificialEmotionalIntelligence/output/01 - simple case.txt +3 -0
  92. package/config/easy/ArtificialEmotionalIntelligence/output/02 - repeating letters and space.txt +3 -0
  93. package/config/easy/ArtificialEmotionalIntelligence/output/03 - with hyphen and period.txt +3 -0
  94. package/config/easy/ArtificialEmotionalIntelligence/output/04 - symbols and numbers.txt +3 -0
  95. package/config/easy/ArtificialEmotionalIntelligence/output/05 - you are not enough.txt +1 -0
  96. package/config/easy/ArtificialEmotionalIntelligence/output/06 - with /342/200/230Y/342/200/231 and /342/200/230Z/342/200/231.txt" +3 -0
  97. package/config/easy/Asteroids/code/CGCode.js +16 -0
  98. package/config/easy/Asteroids/code/CGCode.php +11 -0
  99. package/config/easy/Asteroids/config.json +58 -0
  100. package/config/easy/Asteroids/input/01 - horizontal motion.txt +6 -0
  101. package/config/easy/Asteroids/input/02 - vertical motion.txt +6 -0
  102. package/config/easy/Asteroids/input/03 - combined motion.txt +6 -0
  103. package/config/easy/Asteroids/input/04 - negative motion.txt +6 -0
  104. package/config/easy/Asteroids/input/05 - greater delta.txt +7 -0
  105. package/config/easy/Asteroids/input/06 - multiple asteroids.txt +7 -0
  106. package/config/easy/Asteroids/input/07 - depth.txt +7 -0
  107. package/config/easy/Asteroids/input/08 - no motion.txt +6 -0
  108. package/config/easy/Asteroids/input/09 - out of bounds.txt +11 -0
  109. package/config/easy/Asteroids/input/10 - armageddon.txt +21 -0
  110. package/config/easy/Asteroids/output/01 - horizontal motion.txt +5 -0
  111. package/config/easy/Asteroids/output/02 - vertical motion.txt +5 -0
  112. package/config/easy/Asteroids/output/03 - combined motion.txt +5 -0
  113. package/config/easy/Asteroids/output/04 - negative motion.txt +5 -0
  114. package/config/easy/Asteroids/output/05 - greater delta.txt +6 -0
  115. package/config/easy/Asteroids/output/06 - multiple asteroids.txt +6 -0
  116. package/config/easy/Asteroids/output/07 - depth.txt +6 -0
  117. package/config/easy/Asteroids/output/08 - no motion.txt +5 -0
  118. package/config/easy/Asteroids/output/09 - out of bounds.txt +10 -0
  119. package/config/easy/Asteroids/output/10 - armageddon.txt +20 -0
  120. package/config/easy/AutoPickup/code/CGCode.js +7 -0
  121. package/config/easy/AutoPickup/code/CGCode.php +8 -0
  122. package/config/easy/AutoPickup/config.json +33 -0
  123. package/config/easy/AutoPickup/input/01 - just a item drop.txt +2 -0
  124. package/config/easy/AutoPickup/input/02 - more than 1 drop.txt +2 -0
  125. package/config/easy/AutoPickup/input/03 - other packets.txt +2 -0
  126. package/config/easy/AutoPickup/input/04 - in between.txt +2 -0
  127. package/config/easy/AutoPickup/input/05 - that is a long one.txt +2 -0
  128. package/config/easy/AutoPickup/output/01 - just a item drop.txt +1 -0
  129. package/config/easy/AutoPickup/output/02 - more than 1 drop.txt +1 -0
  130. package/config/easy/AutoPickup/output/03 - other packets.txt +1 -0
  131. package/config/easy/AutoPickup/output/04 - in between.txt +1 -0
  132. package/config/easy/AutoPickup/output/05 - that is a long one.txt +1 -0
  133. package/config/easy/BalancedTernaryComputerEncode/code/CGCode.js +6 -0
  134. package/config/easy/BalancedTernaryComputerEncode/code/CGCode.php +7 -0
  135. package/config/easy/BalancedTernaryComputerEncode/config.json +28 -0
  136. package/config/easy/BalancedTernaryComputerEncode/input/01 - short.txt +1 -0
  137. package/config/easy/BalancedTernaryComputerEncode/input/02 - negative.txt +1 -0
  138. package/config/easy/BalancedTernaryComputerEncode/input/03 - long.txt +1 -0
  139. package/config/easy/BalancedTernaryComputerEncode/input/04 - single digit.txt +1 -0
  140. package/config/easy/BalancedTernaryComputerEncode/output/01 - short.txt +1 -0
  141. package/config/easy/BalancedTernaryComputerEncode/output/02 - negative.txt +1 -0
  142. package/config/easy/BalancedTernaryComputerEncode/output/03 - long.txt +1 -0
  143. package/config/easy/BalancedTernaryComputerEncode/output/04 - single digit.txt +1 -0
  144. package/config/easy/BankRobbers/code/CGCode.js +12 -0
  145. package/config/easy/BankRobbers/code/CGCode.php +12 -0
  146. package/config/easy/BankRobbers/config.json +28 -0
  147. package/config/easy/BankRobbers/input/01 - one robber, one easy vault.txt +3 -0
  148. package/config/easy/BankRobbers/input/02 - more robbers, more vaults.txt +6 -0
  149. package/config/easy/BankRobbers/input/03 - fewer robbers than vaults.txt +6 -0
  150. package/config/easy/BankRobbers/input/04 - big heist.txt +22 -0
  151. package/config/easy/BankRobbers/output/01 - one robber, one easy vault.txt +1 -0
  152. package/config/easy/BankRobbers/output/02 - more robbers, more vaults.txt +1 -0
  153. package/config/easy/BankRobbers/output/03 - fewer robbers than vaults.txt +1 -0
  154. package/config/easy/BankRobbers/output/04 - big heist.txt +1 -0
  155. package/config/easy/BenfordsLaw/code/CGCode.js +9 -0
  156. package/config/easy/BenfordsLaw/code/CGCode.php +11 -0
  157. package/config/easy/BenfordsLaw/config.json +38 -0
  158. package/config/easy/BenfordsLaw/input/01 - regular account.txt +1001 -0
  159. package/config/easy/BenfordsLaw/input/02 - fake account (lot/342/200/231s of numbers starting with 1).txt" +501 -0
  160. package/config/easy/BenfordsLaw/input/03 - fake account (equidistributed).txt +601 -0
  161. package/config/easy/BenfordsLaw/input/04 - /302/253adjusted/302/273 account.txt" +1001 -0
  162. package/config/easy/BenfordsLaw/input/05 - regular less transactions.txt +451 -0
  163. package/config/easy/BenfordsLaw/input/06 - fake account (equidistributed).txt +301 -0
  164. package/config/easy/BenfordsLaw/output/01 - regular account.txt +1 -0
  165. package/config/easy/BenfordsLaw/output/02 - fake account (lot/342/200/231s of numbers starting with 1).txt" +1 -0
  166. package/config/easy/BenfordsLaw/output/03 - fake account (equidistributed).txt +1 -0
  167. package/config/easy/BenfordsLaw/output/04 - /302/253adjusted/302/273 account.txt" +1 -0
  168. package/config/easy/BenfordsLaw/output/05 - regular less transactions.txt +1 -0
  169. package/config/easy/BenfordsLaw/output/06 - fake account (equidistributed).txt +1 -0
  170. package/config/easy/BinaryImage/code/CGCode.js +11 -0
  171. package/config/easy/BinaryImage/code/CGCode.php +14 -0
  172. package/config/easy/BinaryImage/config.json +43 -0
  173. package/config/easy/BinaryImage/input/01 - vertical stripes.txt +5 -0
  174. package/config/easy/BinaryImage/input/02 - starting by 0.txt +5 -0
  175. package/config/easy/BinaryImage/input/03 - chess board.txt +9 -0
  176. package/config/easy/BinaryImage/input/04 - horizontal stripes.txt +5 -0
  177. package/config/easy/BinaryImage/input/05 - codingame.txt +9 -0
  178. package/config/easy/BinaryImage/input/06 - invalid.txt +5 -0
  179. package/config/easy/BinaryImage/input/07 - random.txt +6 -0
  180. package/config/easy/BinaryImage/output/01 - vertical stripes.txt +4 -0
  181. package/config/easy/BinaryImage/output/02 - starting by 0.txt +4 -0
  182. package/config/easy/BinaryImage/output/03 - chess board.txt +8 -0
  183. package/config/easy/BinaryImage/output/04 - horizontal stripes.txt +4 -0
  184. package/config/easy/BinaryImage/output/05 - codingame.txt +8 -0
  185. package/config/easy/BinaryImage/output/06 - invalid.txt +1 -0
  186. package/config/easy/BinaryImage/output/07 - random.txt +5 -0
  187. package/config/easy/BlowingFuse/code/CGCode.js +18 -0
  188. package/config/easy/BlowingFuse/code/CGCode.php +18 -0
  189. package/config/easy/BlowingFuse/config.json +38 -0
  190. package/config/easy/BlowingFuse/input/01 - blown.txt +3 -0
  191. package/config/easy/BlowingFuse/input/02 - not blown.txt +3 -0
  192. package/config/easy/BlowingFuse/input/03 - single device.txt +3 -0
  193. package/config/easy/BlowingFuse/input/04 - more devices.txt +3 -0
  194. package/config/easy/BlowingFuse/input/05 - more clicks, more devices.txt +3 -0
  195. package/config/easy/BlowingFuse/input/06 - power hungry.txt +3 -0
  196. package/config/easy/BlowingFuse/output/01 - blown.txt +1 -0
  197. package/config/easy/BlowingFuse/output/02 - not blown.txt +2 -0
  198. package/config/easy/BlowingFuse/output/03 - single device.txt +1 -0
  199. package/config/easy/BlowingFuse/output/04 - more devices.txt +2 -0
  200. package/config/easy/BlowingFuse/output/05 - more clicks, more devices.txt +2 -0
  201. package/config/easy/BlowingFuse/output/06 - power hungry.txt +2 -0
  202. package/config/easy/BodyWeightIsAGirlsSecret/code/CGCode.js +9 -0
  203. package/config/easy/BodyWeightIsAGirlsSecret/code/CGCode.php +11 -0
  204. package/config/easy/BodyWeightIsAGirlsSecret/config.json +33 -0
  205. package/config/easy/BodyWeightIsAGirlsSecret/input/01 - all different.txt +1 -0
  206. package/config/easy/BodyWeightIsAGirlsSecret/input/02 - same paired values.txt +1 -0
  207. package/config/easy/BodyWeightIsAGirlsSecret/input/03 - same individual values.txt +1 -0
  208. package/config/easy/BodyWeightIsAGirlsSecret/input/04 - including a baby.txt +1 -0
  209. package/config/easy/BodyWeightIsAGirlsSecret/input/05 - XXL.txt +1 -0
  210. package/config/easy/BodyWeightIsAGirlsSecret/output/01 - all different.txt +1 -0
  211. package/config/easy/BodyWeightIsAGirlsSecret/output/02 - same paired values.txt +1 -0
  212. package/config/easy/BodyWeightIsAGirlsSecret/output/03 - same individual values.txt +1 -0
  213. package/config/easy/BodyWeightIsAGirlsSecret/output/04 - including a baby.txt +1 -0
  214. package/config/easy/BodyWeightIsAGirlsSecret/output/05 - XXL.txt +1 -0
  215. package/config/easy/BracketsExtremeEdition/code/CGCode.js +6 -0
  216. package/config/easy/BracketsExtremeEdition/code/CGCode.php +7 -0
  217. package/config/easy/BracketsExtremeEdition/config.json +48 -0
  218. package/config/easy/BracketsExtremeEdition/input/01 - example.txt +1 -0
  219. package/config/easy/BracketsExtremeEdition/input/02 - {([{S}]]6K[()]}.txt +1 -0
  220. package/config/easy/BracketsExtremeEdition/input/03 - {C{}[{[a]}RqhL]{y2}}.txt +1 -0
  221. package/config/easy/BracketsExtremeEdition/input/04 - W12{}{}L{}.txt +1 -0
  222. package/config/easy/BracketsExtremeEdition/input/05 - h{Pn{GT{h}(c))}.txt +1 -0
  223. package/config/easy/BracketsExtremeEdition/input/06 - {[{iHTSc}]}p(R)m(){q({}).txt +1 -0
  224. package/config/easy/BracketsExtremeEdition/input/07 - ][.txt +1 -0
  225. package/config/easy/BracketsExtremeEdition/input/08 - {(}).txt +1 -0
  226. package/config/easy/BracketsExtremeEdition/output/01 - example.txt +1 -0
  227. package/config/easy/BracketsExtremeEdition/output/02 - {([{S}]]6K[()]}.txt +1 -0
  228. package/config/easy/BracketsExtremeEdition/output/03 - {C{}[{[a]}RqhL]{y2}}.txt +1 -0
  229. package/config/easy/BracketsExtremeEdition/output/04 - W12{}{}L{}.txt +1 -0
  230. package/config/easy/BracketsExtremeEdition/output/05 - h{Pn{GT{h}(c))}.txt +1 -0
  231. package/config/easy/BracketsExtremeEdition/output/06 - {[{iHTSc}]}p(R)m(){q({}).txt +1 -0
  232. package/config/easy/BracketsExtremeEdition/output/07 - ][.txt +1 -0
  233. package/config/easy/BracketsExtremeEdition/output/08 - {(}).txt +1 -0
  234. package/config/easy/BrickInTheWall/code/CGCode.js +11 -0
  235. package/config/easy/BrickInTheWall/code/CGCode.php +13 -0
  236. package/config/easy/BrickInTheWall/config.json +53 -0
  237. package/config/easy/BrickInTheWall/input/01 - three bricks.txt +3 -0
  238. package/config/easy/BrickInTheWall/input/02 - 42 bricks in the wall.txt +3 -0
  239. package/config/easy/BrickInTheWall/input/03 - fibonacci bricks (+1).txt +3 -0
  240. package/config/easy/BrickInTheWall/input/04 - odd, even.txt +3 -0
  241. package/config/easy/BrickInTheWall/input/05 - i can see over it I..txt +3 -0
  242. package/config/easy/BrickInTheWall/input/06 - i can see over it II..txt +3 -0
  243. package/config/easy/BrickInTheWall/input/07 - test 12589.txt +3 -0
  244. package/config/easy/BrickInTheWall/input/08 - tall.txt +3 -0
  245. package/config/easy/BrickInTheWall/input/09 - a real wall.txt +3 -0
  246. package/config/easy/BrickInTheWall/output/01 - three bricks.txt +1 -0
  247. package/config/easy/BrickInTheWall/output/02 - 42 bricks in the wall.txt +1 -0
  248. package/config/easy/BrickInTheWall/output/03 - fibonacci bricks (+1).txt +1 -0
  249. package/config/easy/BrickInTheWall/output/04 - odd, even.txt +1 -0
  250. package/config/easy/BrickInTheWall/output/05 - i can see over it I..txt +1 -0
  251. package/config/easy/BrickInTheWall/output/06 - i can see over it II..txt +1 -0
  252. package/config/easy/BrickInTheWall/output/07 - test 12589.txt +1 -0
  253. package/config/easy/BrickInTheWall/output/08 - tall.txt +1 -0
  254. package/config/easy/BrickInTheWall/output/09 - a real wall.txt +1 -0
  255. package/config/easy/BulkEmailGenerator/code/CGCode.js +9 -0
  256. package/config/easy/BulkEmailGenerator/code/CGCode.php +11 -0
  257. package/config/easy/BulkEmailGenerator/config.json +33 -0
  258. package/config/easy/BulkEmailGenerator/input/01 - example.txt +4 -0
  259. package/config/easy/BulkEmailGenerator/input/02 - CG email.txt +8 -0
  260. package/config/easy/BulkEmailGenerator/input/03 - edge cases.txt +8 -0
  261. package/config/easy/BulkEmailGenerator/input/04 - comment spam.txt +2 -0
  262. package/config/easy/BulkEmailGenerator/input/05 - more edge cases.txt +8 -0
  263. package/config/easy/BulkEmailGenerator/output/01 - example.txt +3 -0
  264. package/config/easy/BulkEmailGenerator/output/02 - CG email.txt +7 -0
  265. package/config/easy/BulkEmailGenerator/output/03 - edge cases.txt +6 -0
  266. package/config/easy/BulkEmailGenerator/output/04 - comment spam.txt +1 -0
  267. package/config/easy/BulkEmailGenerator/output/05 - more edge cases.txt +6 -0
  268. package/config/easy/Buzzle/code/CGCode.js +14 -0
  269. package/config/easy/Buzzle/code/CGCode.php +13 -0
  270. package/config/easy/Buzzle/config.json +43 -0
  271. package/config/easy/Buzzle/input/01 - test 1 - level 1+.txt +3 -0
  272. package/config/easy/Buzzle/input/02 - test 2 - level 2+.txt +3 -0
  273. package/config/easy/Buzzle/input/03 - test 3 - level 3+.txt +3 -0
  274. package/config/easy/Buzzle/input/04 - test 4 - level 4.txt +3 -0
  275. package/config/easy/Buzzle/input/05 - test 5 - level 4.txt +3 -0
  276. package/config/easy/Buzzle/input/06 - everything is buzzle.txt +3 -0
  277. package/config/easy/Buzzle/input/07 - ternary.txt +3 -0
  278. package/config/easy/Buzzle/output/01 - test 1 - level 1+.txt +8 -0
  279. package/config/easy/Buzzle/output/02 - test 2 - level 2+.txt +15 -0
  280. package/config/easy/Buzzle/output/03 - test 3 - level 3+.txt +23 -0
  281. package/config/easy/Buzzle/output/04 - test 4 - level 4.txt +60 -0
  282. package/config/easy/Buzzle/output/05 - test 5 - level 4.txt +71 -0
  283. package/config/easy/Buzzle/output/06 - everything is buzzle.txt +17 -0
  284. package/config/easy/Buzzle/output/07 - ternary.txt +32 -0
  285. package/config/easy/ByTrainOrByCar/code/CGCode.js +10 -0
  286. package/config/easy/ByTrainOrByCar/code/CGCode.php +12 -0
  287. package/config/easy/ByTrainOrByCar/config.json +53 -0
  288. package/config/easy/ByTrainOrByCar/input/01 - example.txt +4 -0
  289. package/config/easy/ByTrainOrByCar/input/02 - no stop car first.txt +3 -0
  290. package/config/easy/ByTrainOrByCar/input/03 - no stop train first.txt +3 -0
  291. package/config/easy/ByTrainOrByCar/input/04 - Orl/303/251ans Cholet.txt" +7 -0
  292. package/config/easy/ByTrainOrByCar/input/05 - Orl/303/251ans Nantes.txt" +9 -0
  293. package/config/easy/ByTrainOrByCar/input/06 - Pithiviers Cholet.txt +10 -0
  294. package/config/easy/ByTrainOrByCar/input/07 - Angouleme Royan.txt +7 -0
  295. package/config/easy/ByTrainOrByCar/input/08 - Montpellier Collioure.txt +22 -0
  296. package/config/easy/ByTrainOrByCar/input/09 - Valence Niort.txt +20 -0
  297. package/config/easy/ByTrainOrByCar/output/01 - example.txt +1 -0
  298. package/config/easy/ByTrainOrByCar/output/02 - no stop car first.txt +1 -0
  299. package/config/easy/ByTrainOrByCar/output/03 - no stop train first.txt +1 -0
  300. package/config/easy/ByTrainOrByCar/output/04 - Orl/303/251ans Cholet.txt" +1 -0
  301. package/config/easy/ByTrainOrByCar/output/05 - Orl/303/251ans Nantes.txt" +1 -0
  302. package/config/easy/ByTrainOrByCar/output/06 - Pithiviers Cholet.txt +1 -0
  303. package/config/easy/ByTrainOrByCar/output/07 - Angouleme Royan.txt +1 -0
  304. package/config/easy/ByTrainOrByCar/output/08 - Montpellier Collioure.txt +1 -0
  305. package/config/easy/ByTrainOrByCar/output/09 - Valence Niort.txt +1 -0
  306. package/config/easy/CaesarIsTheChief/code/CGCode.js +6 -0
  307. package/config/easy/CaesarIsTheChief/code/CGCode.php +7 -0
  308. package/config/easy/CaesarIsTheChief/config.json +68 -0
  309. package/config/easy/CaesarIsTheChief/input/01 - test 1.txt +1 -0
  310. package/config/easy/CaesarIsTheChief/input/02 - test 2.txt +1 -0
  311. package/config/easy/CaesarIsTheChief/input/03 - test 3.txt +1 -0
  312. package/config/easy/CaesarIsTheChief/input/04 - test 4.txt +1 -0
  313. package/config/easy/CaesarIsTheChief/input/05 - test 5.txt +1 -0
  314. package/config/easy/CaesarIsTheChief/input/06 - test 6.txt +1 -0
  315. package/config/easy/CaesarIsTheChief/input/07 - test 7.txt +1 -0
  316. package/config/easy/CaesarIsTheChief/input/08 - test 8.txt +1 -0
  317. package/config/easy/CaesarIsTheChief/input/09 - test 9.txt +1 -0
  318. package/config/easy/CaesarIsTheChief/input/10 - test 10.txt +1 -0
  319. package/config/easy/CaesarIsTheChief/input/11 - test 11.txt +1 -0
  320. package/config/easy/CaesarIsTheChief/input/12 - test 12.txt +1 -0
  321. package/config/easy/CaesarIsTheChief/output/01 - test 1.txt +1 -0
  322. package/config/easy/CaesarIsTheChief/output/02 - test 2.txt +1 -0
  323. package/config/easy/CaesarIsTheChief/output/03 - test 3.txt +1 -0
  324. package/config/easy/CaesarIsTheChief/output/04 - test 4.txt +1 -0
  325. package/config/easy/CaesarIsTheChief/output/05 - test 5.txt +1 -0
  326. package/config/easy/CaesarIsTheChief/output/06 - test 6.txt +1 -0
  327. package/config/easy/CaesarIsTheChief/output/07 - test 7.txt +1 -0
  328. package/config/easy/CaesarIsTheChief/output/08 - test 8.txt +1 -0
  329. package/config/easy/CaesarIsTheChief/output/09 - test 9.txt +1 -0
  330. package/config/easy/CaesarIsTheChief/output/10 - test 10.txt +1 -0
  331. package/config/easy/CaesarIsTheChief/output/11 - test 11.txt +1 -0
  332. package/config/easy/CaesarIsTheChief/output/12 - test 12.txt +1 -0
  333. package/config/easy/Calculator/code/CGCode.js +11 -0
  334. package/config/easy/Calculator/code/CGCode.php +14 -0
  335. package/config/easy/Calculator/config.json +43 -0
  336. package/config/easy/Calculator/input/01 - a simple operation.txt +8 -0
  337. package/config/easy/Calculator/input/02 - multiplication and division.txt +9 -0
  338. package/config/easy/Calculator/input/03 - using AC.txt +11 -0
  339. package/config/easy/Calculator/input/04 - change of opinion.txt +9 -0
  340. package/config/easy/Calculator/input/05 - many operations.txt +25 -0
  341. package/config/easy/Calculator/input/06 - press equal many times.txt +19 -0
  342. package/config/easy/Calculator/input/07 - long test.txt +27 -0
  343. package/config/easy/Calculator/output/01 - a simple operation.txt +7 -0
  344. package/config/easy/Calculator/output/02 - multiplication and division.txt +8 -0
  345. package/config/easy/Calculator/output/03 - using AC.txt +10 -0
  346. package/config/easy/Calculator/output/04 - change of opinion.txt +8 -0
  347. package/config/easy/Calculator/output/05 - many operations.txt +24 -0
  348. package/config/easy/Calculator/output/06 - press equal many times.txt +18 -0
  349. package/config/easy/Calculator/output/07 - long test.txt +26 -0
  350. package/config/easy/ContainerTerminal/code/CGCode.js +9 -0
  351. package/config/easy/ContainerTerminal/code/CGCode.php +11 -0
  352. package/config/easy/ContainerTerminal/config.json +33 -0
  353. package/config/easy/ContainerTerminal/input/01 - easy.txt +6 -0
  354. package/config/easy/ContainerTerminal/input/02 - 15.txt +16 -0
  355. package/config/easy/ContainerTerminal/input/03 - 30.txt +31 -0
  356. package/config/easy/ContainerTerminal/input/04 - 60.txt +61 -0
  357. package/config/easy/ContainerTerminal/input/05 - long queue.txt +31 -0
  358. package/config/easy/ContainerTerminal/output/01 - easy.txt +5 -0
  359. package/config/easy/ContainerTerminal/output/02 - 15.txt +15 -0
  360. package/config/easy/ContainerTerminal/output/03 - 30.txt +30 -0
  361. package/config/easy/ContainerTerminal/output/04 - 60.txt +60 -0
  362. package/config/easy/ContainerTerminal/output/05 - long queue.txt +30 -0
  363. package/config/easy/CosmicLove/code/CGCode.js +13 -0
  364. package/config/easy/CosmicLove/code/CGCode.php +11 -0
  365. package/config/easy/CosmicLove/config.json +33 -0
  366. package/config/easy/CosmicLove/input/01 - one haven.txt +4 -0
  367. package/config/easy/CosmicLove/input/02 - happy Alice.txt +7 -0
  368. package/config/easy/CosmicLove/input/03 - hungry Alice.txt +11 -0
  369. package/config/easy/CosmicLove/input/04 - so many options.txt +25 -0
  370. package/config/easy/CosmicLove/input/05 - the event horizon.txt +31 -0
  371. package/config/easy/CosmicLove/output/01 - one haven.txt +1 -0
  372. package/config/easy/CosmicLove/output/02 - happy Alice.txt +1 -0
  373. package/config/easy/CosmicLove/output/03 - hungry Alice.txt +1 -0
  374. package/config/easy/CosmicLove/output/04 - so many options.txt +1 -0
  375. package/config/easy/CosmicLove/output/05 - the event horizon.txt +1 -0
  376. package/config/easy/CountAsICount/code/CGCode.js +6 -0
  377. package/config/easy/CountAsICount/code/CGCode.php +7 -0
  378. package/config/easy/CountAsICount/config.json +48 -0
  379. package/config/easy/CountAsICount/input/01 - example.txt +1 -0
  380. package/config/easy/CountAsICount/input/02 - to continue.txt +1 -0
  381. package/config/easy/CountAsICount/input/03 - only one.txt +1 -0
  382. package/config/easy/CountAsICount/input/04 - near victory.txt +1 -0
  383. package/config/easy/CountAsICount/input/05 - impossible.txt +1 -0
  384. package/config/easy/CountAsICount/input/06 - strike !!!.txt +1 -0
  385. package/config/easy/CountAsICount/input/07 - a lot.txt +1 -0
  386. package/config/easy/CountAsICount/input/08 - a lot bis.txt +1 -0
  387. package/config/easy/CountAsICount/output/01 - example.txt +1 -0
  388. package/config/easy/CountAsICount/output/02 - to continue.txt +1 -0
  389. package/config/easy/CountAsICount/output/03 - only one.txt +1 -0
  390. package/config/easy/CountAsICount/output/04 - near victory.txt +1 -0
  391. package/config/easy/CountAsICount/output/05 - impossible.txt +1 -0
  392. package/config/easy/CountAsICount/output/06 - strike !!!.txt +1 -0
  393. package/config/easy/CountAsICount/output/07 - a lot.txt +1 -0
  394. package/config/easy/CountAsICount/output/08 - a lot bis.txt +1 -0
  395. package/config/easy/CreateTheLongestSequenceOf1s/code/CGCode.js +6 -0
  396. package/config/easy/CreateTheLongestSequenceOf1s/code/CGCode.php +7 -0
  397. package/config/easy/CreateTheLongestSequenceOf1s/config.json +83 -0
  398. package/config/easy/CreateTheLongestSequenceOf1s/input/01 - 2 bits.txt +1 -0
  399. package/config/easy/CreateTheLongestSequenceOf1s/input/02 - 5 bits.txt +1 -0
  400. package/config/easy/CreateTheLongestSequenceOf1s/input/03 - 11 bits.txt +1 -0
  401. package/config/easy/CreateTheLongestSequenceOf1s/input/04 - 50 bits.txt +1 -0
  402. package/config/easy/CreateTheLongestSequenceOf1s/input/05 - 100 bits.txt +1 -0
  403. package/config/easy/CreateTheLongestSequenceOf1s/input/06 - 999 bits.txt +1 -0
  404. package/config/easy/CreateTheLongestSequenceOf1s/input/07 - 32 bits.txt +1 -0
  405. package/config/easy/CreateTheLongestSequenceOf1s/input/08 - 20 bits.txt +1 -0
  406. package/config/easy/CreateTheLongestSequenceOf1s/input/09 - whole string.txt +1 -0
  407. package/config/easy/CreateTheLongestSequenceOf1s/input/10 - all zeros.txt +1 -0
  408. package/config/easy/CreateTheLongestSequenceOf1s/input/11 - gaps.txt +1 -0
  409. package/config/easy/CreateTheLongestSequenceOf1s/input/12 - random 100.txt +1 -0
  410. package/config/easy/CreateTheLongestSequenceOf1s/input/13 - random 32.txt +1 -0
  411. package/config/easy/CreateTheLongestSequenceOf1s/input/14 - gaps 2.txt +1 -0
  412. package/config/easy/CreateTheLongestSequenceOf1s/input/15 - steps.txt +1 -0
  413. package/config/easy/CreateTheLongestSequenceOf1s/output/01 - 2 bits.txt +1 -0
  414. package/config/easy/CreateTheLongestSequenceOf1s/output/02 - 5 bits.txt +1 -0
  415. package/config/easy/CreateTheLongestSequenceOf1s/output/03 - 11 bits.txt +1 -0
  416. package/config/easy/CreateTheLongestSequenceOf1s/output/04 - 50 bits.txt +1 -0
  417. package/config/easy/CreateTheLongestSequenceOf1s/output/05 - 100 bits.txt +1 -0
  418. package/config/easy/CreateTheLongestSequenceOf1s/output/06 - 999 bits.txt +1 -0
  419. package/config/easy/CreateTheLongestSequenceOf1s/output/07 - 32 bits.txt +1 -0
  420. package/config/easy/CreateTheLongestSequenceOf1s/output/08 - 20 bits.txt +1 -0
  421. package/config/easy/CreateTheLongestSequenceOf1s/output/09 - whole string.txt +1 -0
  422. package/config/easy/CreateTheLongestSequenceOf1s/output/10 - all zeros.txt +1 -0
  423. package/config/easy/CreateTheLongestSequenceOf1s/output/11 - gaps.txt +1 -0
  424. package/config/easy/CreateTheLongestSequenceOf1s/output/12 - random 100.txt +1 -0
  425. package/config/easy/CreateTheLongestSequenceOf1s/output/13 - random 32.txt +1 -0
  426. package/config/easy/CreateTheLongestSequenceOf1s/output/14 - gaps 2.txt +1 -0
  427. package/config/easy/CreateTheLongestSequenceOf1s/output/15 - steps.txt +1 -0
  428. package/config/easy/CreditCardVerifier/code/CGCode.js +9 -0
  429. package/config/easy/CreditCardVerifier/code/CGCode.php +11 -0
  430. package/config/easy/CreditCardVerifier/config.json +28 -0
  431. package/config/easy/CreditCardVerifier/input/01 - tests.txt +3 -0
  432. package/config/easy/CreditCardVerifier/input/02 - MasterCard.txt +4 -0
  433. package/config/easy/CreditCardVerifier/input/03 - Discover.txt +5 -0
  434. package/config/easy/CreditCardVerifier/input/04 - VISA.txt +5 -0
  435. package/config/easy/CreditCardVerifier/output/01 - tests.txt +2 -0
  436. package/config/easy/CreditCardVerifier/output/02 - MasterCard.txt +3 -0
  437. package/config/easy/CreditCardVerifier/output/03 - Discover.txt +4 -0
  438. package/config/easy/CreditCardVerifier/output/04 - VISA.txt +4 -0
  439. package/config/easy/CropCircles/code/CGCode.js +6 -0
  440. package/config/easy/CropCircles/code/CGCode.php +7 -0
  441. package/config/easy/CropCircles/config.json +68 -0
  442. package/config/easy/CropCircles/input/01 - basic.txt +1 -0
  443. package/config/easy/CropCircles/input/02 - we are not alone.txt +1 -0
  444. package/config/easy/CropCircles/input/03 - classic with PLANT.txt +1 -0
  445. package/config/easy/CropCircles/input/04 - bulls eye.txt +1 -0
  446. package/config/easy/CropCircles/input/05 - PLANTMOW.txt +1 -0
  447. package/config/easy/CropCircles/input/06 - a person.txt +1 -0
  448. package/config/easy/CropCircles/input/07 - half moons.txt +1 -0
  449. package/config/easy/CropCircles/input/08 - bonus.txt +1 -0
  450. package/config/easy/CropCircles/input/09 - single.txt +1 -0
  451. package/config/easy/CropCircles/input/10 - venn diagram.txt +1 -0
  452. package/config/easy/CropCircles/input/11 - that was excessive.txt +1 -0
  453. package/config/easy/CropCircles/input/12 - why am i even here.txt +1 -0
  454. package/config/easy/CropCircles/output/01 - basic.txt +25 -0
  455. package/config/easy/CropCircles/output/02 - we are not alone.txt +25 -0
  456. package/config/easy/CropCircles/output/03 - classic with PLANT.txt +25 -0
  457. package/config/easy/CropCircles/output/04 - bulls eye.txt +25 -0
  458. package/config/easy/CropCircles/output/05 - PLANTMOW.txt +25 -0
  459. package/config/easy/CropCircles/output/06 - a person.txt +25 -0
  460. package/config/easy/CropCircles/output/07 - half moons.txt +25 -0
  461. package/config/easy/CropCircles/output/08 - bonus.txt +25 -0
  462. package/config/easy/CropCircles/output/09 - single.txt +25 -0
  463. package/config/easy/CropCircles/output/10 - venn diagram.txt +25 -0
  464. package/config/easy/CropCircles/output/11 - that was excessive.txt +25 -0
  465. package/config/easy/CropCircles/output/12 - why am i even here.txt +25 -0
  466. package/config/easy/CubicBezierCurves/code/CGCode.js +23 -0
  467. package/config/easy/CubicBezierCurves/code/CGCode.php +15 -0
  468. package/config/easy/CubicBezierCurves/config.json +38 -0
  469. package/config/easy/CubicBezierCurves/input/01 - simple with low resolution.txt +6 -0
  470. package/config/easy/CubicBezierCurves/input/02 - inverted control points.txt +6 -0
  471. package/config/easy/CubicBezierCurves/input/03 - close loop.txt +6 -0
  472. package/config/easy/CubicBezierCurves/input/04 - only extremes.txt +6 -0
  473. package/config/easy/CubicBezierCurves/input/05 - high resolution.txt +6 -0
  474. package/config/easy/CubicBezierCurves/input/06 - high resolution 2.txt +6 -0
  475. package/config/easy/CubicBezierCurves/output/01 - simple with low resolution.txt +10 -0
  476. package/config/easy/CubicBezierCurves/output/02 - inverted control points.txt +20 -0
  477. package/config/easy/CubicBezierCurves/output/03 - close loop.txt +30 -0
  478. package/config/easy/CubicBezierCurves/output/04 - only extremes.txt +15 -0
  479. package/config/easy/CubicBezierCurves/output/05 - high resolution.txt +50 -0
  480. package/config/easy/CubicBezierCurves/output/06 - high resolution 2.txt +40 -0
  481. package/config/easy/Darts/code/CGCode.js +17 -0
  482. package/config/easy/Darts/code/CGCode.php +17 -0
  483. package/config/easy/Darts/config.json +28 -0
  484. package/config/easy/Darts/input/01 - hit and miss duos.txt +9 -0
  485. package/config/easy/Darts/input/02 - Solo play.txt +7 -0
  486. package/config/easy/Darts/input/03 - chaotic ties.txt +18 -0
  487. package/config/easy/Darts/input/04 - circles.txt +15 -0
  488. package/config/easy/Darts/output/01 - hit and miss duos.txt +2 -0
  489. package/config/easy/Darts/output/02 - Solo play.txt +1 -0
  490. package/config/easy/Darts/output/03 - chaotic ties.txt +5 -0
  491. package/config/easy/Darts/output/04 - circles.txt +4 -0
  492. package/config/easy/DeadMensShot/code/CGCode.js +17 -0
  493. package/config/easy/DeadMensShot/code/CGCode.php +16 -0
  494. package/config/easy/DeadMensShot/config.json +33 -0
  495. package/config/easy/DeadMensShot/input/01 - square.txt +11 -0
  496. package/config/easy/DeadMensShot/input/02 - triangle.txt +10 -0
  497. package/config/easy/DeadMensShot/input/03 - five corners.txt +12 -0
  498. package/config/easy/DeadMensShot/input/04 - six sides.txt +13 -0
  499. package/config/easy/DeadMensShot/input/05 - ten sides.txt +18 -0
  500. package/config/easy/DeadMensShot/output/01 - square.txt +5 -0
  501. package/config/easy/DeadMensShot/output/02 - triangle.txt +5 -0
  502. package/config/easy/DeadMensShot/output/03 - five corners.txt +5 -0
  503. package/config/easy/DeadMensShot/output/04 - six sides.txt +5 -0
  504. package/config/easy/DeadMensShot/output/05 - ten sides.txt +6 -0
  505. package/config/easy/DecodeTheMessage/code/CGCode.js +7 -0
  506. package/config/easy/DecodeTheMessage/code/CGCode.php +8 -0
  507. package/config/easy/DecodeTheMessage/config.json +43 -0
  508. package/config/easy/DecodeTheMessage/input/01 - test 1.txt +2 -0
  509. package/config/easy/DecodeTheMessage/input/02 - test 2.txt +2 -0
  510. package/config/easy/DecodeTheMessage/input/03 - test 3.txt +2 -0
  511. package/config/easy/DecodeTheMessage/input/04 - test 4.txt +2 -0
  512. package/config/easy/DecodeTheMessage/input/05 - test 5.txt +2 -0
  513. package/config/easy/DecodeTheMessage/input/06 - test 6.txt +2 -0
  514. package/config/easy/DecodeTheMessage/input/07 - test 7.txt +2 -0
  515. package/config/easy/DecodeTheMessage/output/01 - test 1.txt +1 -0
  516. package/config/easy/DecodeTheMessage/output/02 - test 2.txt +1 -0
  517. package/config/easy/DecodeTheMessage/output/03 - test 3.txt +1 -0
  518. package/config/easy/DecodeTheMessage/output/04 - test 4.txt +1 -0
  519. package/config/easy/DecodeTheMessage/output/05 - test 5.txt +1 -0
  520. package/config/easy/DecodeTheMessage/output/06 - test 6.txt +1 -0
  521. package/config/easy/DecodeTheMessage/output/07 - test 7.txt +1 -0
  522. package/config/easy/DetectiveGeek/code/CGCode.js +7 -0
  523. package/config/easy/DetectiveGeek/code/CGCode.php +8 -0
  524. package/config/easy/DetectiveGeek/config.json +43 -0
  525. package/config/easy/DetectiveGeek/input/01 - test 1.txt +2 -0
  526. package/config/easy/DetectiveGeek/input/02 - algeria.txt +2 -0
  527. package/config/easy/DetectiveGeek/input/03 - egypt.txt +2 -0
  528. package/config/easy/DetectiveGeek/input/04 - india.txt +2 -0
  529. package/config/easy/DetectiveGeek/input/05 - japan.txt +2 -0
  530. package/config/easy/DetectiveGeek/input/06 - italy.txt +2 -0
  531. package/config/easy/DetectiveGeek/input/07 - south korea.txt +2 -0
  532. package/config/easy/DetectiveGeek/output/01 - test 1.txt +2 -0
  533. package/config/easy/DetectiveGeek/output/02 - algeria.txt +2 -0
  534. package/config/easy/DetectiveGeek/output/03 - egypt.txt +2 -0
  535. package/config/easy/DetectiveGeek/output/04 - india.txt +2 -0
  536. package/config/easy/DetectiveGeek/output/05 - japan.txt +2 -0
  537. package/config/easy/DetectiveGeek/output/06 - italy.txt +2 -0
  538. package/config/easy/DetectiveGeek/output/07 - south korea.txt +2 -0
  539. package/config/easy/DieHandedness/code/CGCode.js +10 -0
  540. package/config/easy/DieHandedness/code/CGCode.php +11 -0
  541. package/config/easy/DieHandedness/config.json +58 -0
  542. package/config/easy/DieHandedness/input/01 - test 1.txt +3 -0
  543. package/config/easy/DieHandedness/input/02 - test 2.txt +3 -0
  544. package/config/easy/DieHandedness/input/03 - test 3.txt +3 -0
  545. package/config/easy/DieHandedness/input/04 - test 4.txt +3 -0
  546. package/config/easy/DieHandedness/input/05 - test 5.txt +3 -0
  547. package/config/easy/DieHandedness/input/06 - test 6.txt +3 -0
  548. package/config/easy/DieHandedness/input/07 - test 7.txt +3 -0
  549. package/config/easy/DieHandedness/input/08 - test 8.txt +3 -0
  550. package/config/easy/DieHandedness/input/09 - test 9.txt +3 -0
  551. package/config/easy/DieHandedness/input/10 - test 10.txt +3 -0
  552. package/config/easy/DieHandedness/output/01 - test 1.txt +1 -0
  553. package/config/easy/DieHandedness/output/02 - test 2.txt +1 -0
  554. package/config/easy/DieHandedness/output/03 - test 3.txt +1 -0
  555. package/config/easy/DieHandedness/output/04 - test 4.txt +1 -0
  556. package/config/easy/DieHandedness/output/05 - test 5.txt +1 -0
  557. package/config/easy/DieHandedness/output/06 - test 6.txt +1 -0
  558. package/config/easy/DieHandedness/output/07 - test 7.txt +1 -0
  559. package/config/easy/DieHandedness/output/08 - test 8.txt +1 -0
  560. package/config/easy/DieHandedness/output/09 - test 9.txt +1 -0
  561. package/config/easy/DieHandedness/output/10 - test 10.txt +1 -0
  562. package/config/easy/DisorderedFirstContact/code/CGCode.js +7 -0
  563. package/config/easy/DisorderedFirstContact/code/CGCode.php +8 -0
  564. package/config/easy/DisorderedFirstContact/config.json +33 -0
  565. package/config/easy/DisorderedFirstContact/input/01 - simple decoding.txt +2 -0
  566. package/config/easy/DisorderedFirstContact/input/02 - simple encoding.txt +2 -0
  567. package/config/easy/DisorderedFirstContact/input/03 - multiple decoding.txt +2 -0
  568. package/config/easy/DisorderedFirstContact/input/04 - multiple encoding.txt +2 -0
  569. package/config/easy/DisorderedFirstContact/input/05 - long string.txt +2 -0
  570. package/config/easy/DisorderedFirstContact/output/01 - simple decoding.txt +1 -0
  571. package/config/easy/DisorderedFirstContact/output/02 - simple encoding.txt +1 -0
  572. package/config/easy/DisorderedFirstContact/output/03 - multiple decoding.txt +1 -0
  573. package/config/easy/DisorderedFirstContact/output/04 - multiple encoding.txt +1 -0
  574. package/config/easy/DisorderedFirstContact/output/05 - long string.txt +1 -0
  575. package/config/easy/DistributingCandy/code/CGCode.js +12 -0
  576. package/config/easy/DistributingCandy/code/CGCode.php +12 -0
  577. package/config/easy/DistributingCandy/config.json +33 -0
  578. package/config/easy/DistributingCandy/input/01 - test 1.txt +2 -0
  579. package/config/easy/DistributingCandy/input/02 - test 2.txt +2 -0
  580. package/config/easy/DistributingCandy/input/03 - test 3.txt +2 -0
  581. package/config/easy/DistributingCandy/input/04 - test 4.txt +2 -0
  582. package/config/easy/DistributingCandy/input/05 - test 5.txt +2 -0
  583. package/config/easy/DistributingCandy/output/01 - test 1.txt +1 -0
  584. package/config/easy/DistributingCandy/output/02 - test 2.txt +1 -0
  585. package/config/easy/DistributingCandy/output/03 - test 3.txt +1 -0
  586. package/config/easy/DistributingCandy/output/04 - test 4.txt +1 -0
  587. package/config/easy/DistributingCandy/output/05 - test 5.txt +1 -0
  588. package/config/easy/DolbearsLaw/code/CGCode.js +9 -0
  589. package/config/easy/DolbearsLaw/code/CGCode.php +11 -0
  590. package/config/easy/DolbearsLaw/config.json +38 -0
  591. package/config/easy/DolbearsLaw/input/01 - the random is in the spring.txt +3 -0
  592. package/config/easy/DolbearsLaw/input/02 - winter is coming.txt +3 -0
  593. package/config/easy/DolbearsLaw/input/03 - jiminy beats the measure.txt +4 -0
  594. package/config/easy/DolbearsLaw/input/04 - jiminy nearly died of cold.txt +2 -0
  595. package/config/easy/DolbearsLaw/input/05 - an hour in summer.txt +61 -0
  596. package/config/easy/DolbearsLaw/input/06 - 30 minutes of heat wave.txt +31 -0
  597. package/config/easy/DolbearsLaw/output/01 - the random is in the spring.txt +2 -0
  598. package/config/easy/DolbearsLaw/output/02 - winter is coming.txt +1 -0
  599. package/config/easy/DolbearsLaw/output/03 - jiminy beats the measure.txt +2 -0
  600. package/config/easy/DolbearsLaw/output/04 - jiminy nearly died of cold.txt +1 -0
  601. package/config/easy/DolbearsLaw/output/05 - an hour in summer.txt +2 -0
  602. package/config/easy/DolbearsLaw/output/06 - 30 minutes of heat wave.txt +1 -0
  603. package/config/easy/DungeonsAndMaps/code/CGCode.js +17 -0
  604. package/config/easy/DungeonsAndMaps/code/CGCode.php +16 -0
  605. package/config/easy/DungeonsAndMaps/config.json +38 -0
  606. package/config/easy/DungeonsAndMaps/input/01 - example.txt +15 -0
  607. package/config/easy/DungeonsAndMaps/input/02 - trap.txt +10 -0
  608. package/config/easy/DungeonsAndMaps/input/03 - 2 maps.txt +17 -0
  609. package/config/easy/DungeonsAndMaps/input/04 - many maps.txt +58 -0
  610. package/config/easy/DungeonsAndMaps/input/05 - di.txt +27 -0
  611. package/config/easy/DungeonsAndMaps/input/06 - epic quest.txt +117 -0
  612. package/config/easy/DungeonsAndMaps/output/01 - example.txt +1 -0
  613. package/config/easy/DungeonsAndMaps/output/02 - trap.txt +1 -0
  614. package/config/easy/DungeonsAndMaps/output/03 - 2 maps.txt +1 -0
  615. package/config/easy/DungeonsAndMaps/output/04 - many maps.txt +1 -0
  616. package/config/easy/DungeonsAndMaps/output/05 - di.txt +1 -0
  617. package/config/easy/DungeonsAndMaps/output/06 - epic quest.txt +1 -0
  618. package/config/easy/EncryptionDecryptionOfEnigmaMachine/code/CGCode.js +11 -0
  619. package/config/easy/EncryptionDecryptionOfEnigmaMachine/code/CGCode.php +13 -0
  620. package/config/easy/EncryptionDecryptionOfEnigmaMachine/config.json +38 -0
  621. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/01 - encode 3.txt +6 -0
  622. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/02 - encode 23.txt +6 -0
  623. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/03 - decode 21.txt +6 -0
  624. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/04 - encode 21.txt +6 -0
  625. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/05 - encode 42.txt +6 -0
  626. package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/06 - decode 49.txt +6 -0
  627. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/01 - encode 3.txt +1 -0
  628. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/02 - encode 23.txt +1 -0
  629. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/03 - decode 21.txt +1 -0
  630. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/04 - encode 21.txt +1 -0
  631. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/05 - encode 42.txt +1 -0
  632. package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/06 - decode 49.txt +1 -0
  633. package/config/easy/EquivalentResistanceCircuitBuilding/code/CGCode.js +12 -0
  634. package/config/easy/EquivalentResistanceCircuitBuilding/code/CGCode.php +12 -0
  635. package/config/easy/EquivalentResistanceCircuitBuilding/config.json +38 -0
  636. package/config/easy/EquivalentResistanceCircuitBuilding/input/01 - series.txt +4 -0
  637. package/config/easy/EquivalentResistanceCircuitBuilding/input/02 - parallel.txt +4 -0
  638. package/config/easy/EquivalentResistanceCircuitBuilding/input/03 - combined (example diagram).txt +5 -0
  639. package/config/easy/EquivalentResistanceCircuitBuilding/input/04 - complex.txt +9 -0
  640. package/config/easy/EquivalentResistanceCircuitBuilding/input/05 - more complex.txt +5 -0
  641. package/config/easy/EquivalentResistanceCircuitBuilding/input/06 - 5-pointed star.txt +3 -0
  642. package/config/easy/EquivalentResistanceCircuitBuilding/output/01 - series.txt +1 -0
  643. package/config/easy/EquivalentResistanceCircuitBuilding/output/02 - parallel.txt +1 -0
  644. package/config/easy/EquivalentResistanceCircuitBuilding/output/03 - combined (example diagram).txt +1 -0
  645. package/config/easy/EquivalentResistanceCircuitBuilding/output/04 - complex.txt +1 -0
  646. package/config/easy/EquivalentResistanceCircuitBuilding/output/05 - more complex.txt +1 -0
  647. package/config/easy/EquivalentResistanceCircuitBuilding/output/06 - 5-pointed star.txt +1 -0
  648. package/config/easy/ExtendedHammingCodes/code/CGCode.js +6 -0
  649. package/config/easy/ExtendedHammingCodes/code/CGCode.php +7 -0
  650. package/config/easy/ExtendedHammingCodes/config.json +28 -0
  651. package/config/easy/ExtendedHammingCodes/input/01 - single bit flipped.txt +1 -0
  652. package/config/easy/ExtendedHammingCodes/input/02 - parity bit flipped.txt +1 -0
  653. package/config/easy/ExtendedHammingCodes/input/03 - two errors.txt +1 -0
  654. package/config/easy/ExtendedHammingCodes/input/04 - no error.txt +1 -0
  655. package/config/easy/ExtendedHammingCodes/output/01 - single bit flipped.txt +1 -0
  656. package/config/easy/ExtendedHammingCodes/output/02 - parity bit flipped.txt +1 -0
  657. package/config/easy/ExtendedHammingCodes/output/03 - two errors.txt +1 -0
  658. package/config/easy/ExtendedHammingCodes/output/04 - no error.txt +1 -0
  659. package/config/easy/FaroShuffle/code/CGCode.js +7 -0
  660. package/config/easy/FaroShuffle/code/CGCode.php +8 -0
  661. package/config/easy/FaroShuffle/config.json +28 -0
  662. package/config/easy/FaroShuffle/input/01 - aces.txt +2 -0
  663. package/config/easy/FaroShuffle/input/02 - odd number of cards.txt +2 -0
  664. package/config/easy/FaroShuffle/input/03 - multiple shuffles.txt +2 -0
  665. package/config/easy/FaroShuffle/input/04 - fresh deck.txt +2 -0
  666. package/config/easy/FaroShuffle/output/01 - aces.txt +1 -0
  667. package/config/easy/FaroShuffle/output/02 - odd number of cards.txt +1 -0
  668. package/config/easy/FaroShuffle/output/03 - multiple shuffles.txt +1 -0
  669. package/config/easy/FaroShuffle/output/04 - fresh deck.txt +1 -0
  670. package/config/easy/FaxMachine/code/CGCode.js +10 -0
  671. package/config/easy/FaxMachine/code/CGCode.php +12 -0
  672. package/config/easy/FaxMachine/config.json +33 -0
  673. package/config/easy/FaxMachine/input/01 - the example.txt +3 -0
  674. package/config/easy/FaxMachine/input/02 - half black half white.txt +3 -0
  675. package/config/easy/FaxMachine/input/03 - hello.txt +3 -0
  676. package/config/easy/FaxMachine/input/04 - heart.txt +3 -0
  677. package/config/easy/FaxMachine/input/05 - inverse.txt +3 -0
  678. package/config/easy/FaxMachine/output/01 - the example.txt +3 -0
  679. package/config/easy/FaxMachine/output/02 - half black half white.txt +6 -0
  680. package/config/easy/FaxMachine/output/03 - hello.txt +9 -0
  681. package/config/easy/FaxMachine/output/04 - heart.txt +7 -0
  682. package/config/easy/FaxMachine/output/05 - inverse.txt +7 -0
  683. package/config/easy/FeatureExtraction/code/CGCode.js +23 -0
  684. package/config/easy/FeatureExtraction/code/CGCode.php +24 -0
  685. package/config/easy/FeatureExtraction/config.json +28 -0
  686. package/config/easy/FeatureExtraction/input/01 - test 1.txt +7 -0
  687. package/config/easy/FeatureExtraction/input/02 - test 2.txt +10 -0
  688. package/config/easy/FeatureExtraction/input/03 - test 3.txt +17 -0
  689. package/config/easy/FeatureExtraction/input/04 - test 4.txt +15 -0
  690. package/config/easy/FeatureExtraction/output/01 - test 1.txt +2 -0
  691. package/config/easy/FeatureExtraction/output/02 - test 2.txt +3 -0
  692. package/config/easy/FeatureExtraction/output/03 - test 3.txt +6 -0
  693. package/config/easy/FeatureExtraction/output/04 - test 4.txt +8 -0
  694. package/config/easy/FireControl/code/CGCode.js +8 -0
  695. package/config/easy/FireControl/code/CGCode.php +10 -0
  696. package/config/easy/FireControl/config.json +48 -0
  697. package/config/easy/FireControl/input/01 - side-fire.txt +6 -0
  698. package/config/easy/FireControl/input/02 - who cut those.txt +6 -0
  699. package/config/easy/FireControl/input/03 - should I plant some trees.txt +6 -0
  700. package/config/easy/FireControl/input/04 - random centre.txt +6 -0
  701. package/config/easy/FireControl/input/05 - trees.txt +6 -0
  702. package/config/easy/FireControl/input/06 - Just RUN.txt +6 -0
  703. package/config/easy/FireControl/input/07 - who plant THIS.txt +6 -0
  704. package/config/easy/FireControl/input/08 - false alarm.txt +6 -0
  705. package/config/easy/FireControl/output/01 - side-fire.txt +1 -0
  706. package/config/easy/FireControl/output/02 - who cut those.txt +1 -0
  707. package/config/easy/FireControl/output/03 - should I plant some trees.txt +1 -0
  708. package/config/easy/FireControl/output/04 - random centre.txt +1 -0
  709. package/config/easy/FireControl/output/05 - trees.txt +1 -0
  710. package/config/easy/FireControl/output/06 - Just RUN.txt +1 -0
  711. package/config/easy/FireControl/output/07 - who plant THIS.txt +1 -0
  712. package/config/easy/FireControl/output/08 - false alarm.txt +1 -0
  713. package/config/easy/FlipTheSign/code/CGCode.js +14 -0
  714. package/config/easy/FlipTheSign/code/CGCode.php +15 -0
  715. package/config/easy/FlipTheSign/config.json +38 -0
  716. package/config/easy/FlipTheSign/input/01 - example.txt +11 -0
  717. package/config/easy/FlipTheSign/input/02 - example 2.txt +7 -0
  718. package/config/easy/FlipTheSign/input/03 - test 3.txt +11 -0
  719. package/config/easy/FlipTheSign/input/04 - test 4.txt +21 -0
  720. package/config/easy/FlipTheSign/input/05 - test 5.txt +21 -0
  721. package/config/easy/FlipTheSign/input/06 - test 6.txt +121 -0
  722. package/config/easy/FlipTheSign/output/01 - example.txt +1 -0
  723. package/config/easy/FlipTheSign/output/02 - example 2.txt +1 -0
  724. package/config/easy/FlipTheSign/output/03 - test 3.txt +1 -0
  725. package/config/easy/FlipTheSign/output/04 - test 4.txt +1 -0
  726. package/config/easy/FlipTheSign/output/05 - test 5.txt +1 -0
  727. package/config/easy/FlipTheSign/output/06 - test 6.txt +1 -0
  728. package/config/easy/FrameThePicture/code/CGCode.js +12 -0
  729. package/config/easy/FrameThePicture/code/CGCode.php +14 -0
  730. package/config/easy/FrameThePicture/config.json +33 -0
  731. package/config/easy/FrameThePicture/input/01 - tiny picture, thin frame.txt +3 -0
  732. package/config/easy/FrameThePicture/input/02 - small picture, thin frame.txt +3 -0
  733. package/config/easy/FrameThePicture/input/03 - small picture, 2-character frame.txt +4 -0
  734. package/config/easy/FrameThePicture/input/04 - medium picture, 3-character frame.txt +5 -0
  735. package/config/easy/FrameThePicture/input/05 - some art.txt +7 -0
  736. package/config/easy/FrameThePicture/output/01 - tiny picture, thin frame.txt +5 -0
  737. package/config/easy/FrameThePicture/output/02 - small picture, thin frame.txt +5 -0
  738. package/config/easy/FrameThePicture/output/03 - small picture, 2-character frame.txt +8 -0
  739. package/config/easy/FrameThePicture/output/04 - medium picture, 3-character frame.txt +11 -0
  740. package/config/easy/FrameThePicture/output/05 - some art.txt +9 -0
  741. package/config/easy/GeneticsAndComputers/code/CGCode.js +9 -0
  742. package/config/easy/GeneticsAndComputers/code/CGCode.php +8 -0
  743. package/config/easy/GeneticsAndComputers/config.json +28 -0
  744. package/config/easy/GeneticsAndComputers/input/01 - round yellow /342/234/226 round yellow.txt" +2 -0
  745. package/config/easy/GeneticsAndComputers/input/02 - round yellow /342/234/226 round green.txt" +2 -0
  746. package/config/easy/GeneticsAndComputers/input/03 - wrinkled yellow /342/234/226 round green.txt" +2 -0
  747. package/config/easy/GeneticsAndComputers/input/04 - tall yellow /342/234/226 tall green.txt" +2 -0
  748. package/config/easy/GeneticsAndComputers/output/01 - round yellow /342/234/226 round yellow.txt" +1 -0
  749. package/config/easy/GeneticsAndComputers/output/02 - round yellow /342/234/226 round green.txt" +1 -0
  750. package/config/easy/GeneticsAndComputers/output/03 - wrinkled yellow /342/234/226 round green.txt" +1 -0
  751. package/config/easy/GeneticsAndComputers/output/04 - tall yellow /342/234/226 tall green.txt" +1 -0
  752. package/config/easy/GhostLegs/code/CGCode.js +11 -0
  753. package/config/easy/GhostLegs/code/CGCode.php +11 -0
  754. package/config/easy/GhostLegs/config.json +38 -0
  755. package/config/easy/GhostLegs/input/01 - simple sample.txt +8 -0
  756. package/config/easy/GhostLegs/input/02 - small sample.txt +9 -0
  757. package/config/easy/GhostLegs/input/03 - 6 lanes.txt +15 -0
  758. package/config/easy/GhostLegs/input/04 - 8 lanes.txt +19 -0
  759. package/config/easy/GhostLegs/input/05 - 10 lanes.txt +21 -0
  760. package/config/easy/GhostLegs/input/06 - wide and wild.txt +24 -0
  761. package/config/easy/GhostLegs/output/01 - simple sample.txt +3 -0
  762. package/config/easy/GhostLegs/output/02 - small sample.txt +5 -0
  763. package/config/easy/GhostLegs/output/03 - 6 lanes.txt +6 -0
  764. package/config/easy/GhostLegs/output/04 - 8 lanes.txt +8 -0
  765. package/config/easy/GhostLegs/output/05 - 10 lanes.txt +10 -0
  766. package/config/easy/GhostLegs/output/06 - wide and wild.txt +26 -0
  767. package/config/easy/GoldPacking/code/CGCode.js +11 -0
  768. package/config/easy/GoldPacking/code/CGCode.php +13 -0
  769. package/config/easy/GoldPacking/config.json +28 -0
  770. package/config/easy/GoldPacking/input/01 - perfect fit.txt +3 -0
  771. package/config/easy/GoldPacking/input/02 - odd lengths.txt +3 -0
  772. package/config/easy/GoldPacking/input/03 - prime gold.txt +3 -0
  773. package/config/easy/GoldPacking/input/04 - triangular numbers.txt +3 -0
  774. package/config/easy/GoldPacking/output/01 - perfect fit.txt +1 -0
  775. package/config/easy/GoldPacking/output/02 - odd lengths.txt +1 -0
  776. package/config/easy/GoldPacking/output/03 - prime gold.txt +1 -0
  777. package/config/easy/GoldPacking/output/04 - triangular numbers.txt +1 -0
  778. package/config/easy/GraffitiOnTheFence/code/CGCode.js +12 -0
  779. package/config/easy/GraffitiOnTheFence/code/CGCode.php +12 -0
  780. package/config/easy/GraffitiOnTheFence/config.json +73 -0
  781. package/config/easy/GraffitiOnTheFence/input/01 - example.txt +4 -0
  782. package/config/easy/GraffitiOnTheFence/input/02 - overlapping 1.txt +4 -0
  783. package/config/easy/GraffitiOnTheFence/input/03 - overlapping 2.txt +4 -0
  784. package/config/easy/GraffitiOnTheFence/input/04 - all painted.txt +7 -0
  785. package/config/easy/GraffitiOnTheFence/input/05 - continuous.txt +12 -0
  786. package/config/easy/GraffitiOnTheFence/input/06 - long fence 1.txt +7 -0
  787. package/config/easy/GraffitiOnTheFence/input/07 - long fence 2.txt +74 -0
  788. package/config/easy/GraffitiOnTheFence/input/08 - long fence 3.txt +102 -0
  789. package/config/easy/GraffitiOnTheFence/input/09 - long fence 4.txt +60 -0
  790. package/config/easy/GraffitiOnTheFence/input/10 - long fence 5.txt +52 -0
  791. package/config/easy/GraffitiOnTheFence/input/11 - long fence 6.txt +9 -0
  792. package/config/easy/GraffitiOnTheFence/input/12 - minor test 1.txt +5 -0
  793. package/config/easy/GraffitiOnTheFence/input/13 - minor test 2.txt +5 -0
  794. package/config/easy/GraffitiOnTheFence/output/01 - example.txt +3 -0
  795. package/config/easy/GraffitiOnTheFence/output/02 - overlapping 1.txt +2 -0
  796. package/config/easy/GraffitiOnTheFence/output/03 - overlapping 2.txt +2 -0
  797. package/config/easy/GraffitiOnTheFence/output/04 - all painted.txt +7 -0
  798. package/config/easy/GraffitiOnTheFence/output/05 - continuous.txt +1 -0
  799. package/config/easy/GraffitiOnTheFence/output/06 - long fence 1.txt +2 -0
  800. package/config/easy/GraffitiOnTheFence/output/07 - long fence 2.txt +2 -0
  801. package/config/easy/GraffitiOnTheFence/output/08 - long fence 3.txt +3 -0
  802. package/config/easy/GraffitiOnTheFence/output/09 - long fence 4.txt +3 -0
  803. package/config/easy/GraffitiOnTheFence/output/10 - long fence 5.txt +3 -0
  804. package/config/easy/GraffitiOnTheFence/output/11 - long fence 6.txt +3 -0
  805. package/config/easy/GraffitiOnTheFence/output/12 - minor test 1.txt +1 -0
  806. package/config/easy/GraffitiOnTheFence/output/13 - minor test 2.txt +1 -0
  807. package/config/easy/HappyNumbers/code/CGCode.js +9 -0
  808. package/config/easy/HappyNumbers/code/CGCode.php +11 -0
  809. package/config/easy/HappyNumbers/config.json +33 -0
  810. package/config/easy/HappyNumbers/input/01 - simple.txt +3 -0
  811. package/config/easy/HappyNumbers/input/02 - moderate.txt +11 -0
  812. package/config/easy/HappyNumbers/input/03 - serious.txt +51 -0
  813. package/config/easy/HappyNumbers/input/04 - watch out the limit.txt +31 -0
  814. package/config/easy/HappyNumbers/input/05 - cocktail.txt +57 -0
  815. package/config/easy/HappyNumbers/output/01 - simple.txt +2 -0
  816. package/config/easy/HappyNumbers/output/02 - moderate.txt +10 -0
  817. package/config/easy/HappyNumbers/output/03 - serious.txt +50 -0
  818. package/config/easy/HappyNumbers/output/04 - watch out the limit.txt +30 -0
  819. package/config/easy/HappyNumbers/output/05 - cocktail.txt +56 -0
  820. package/config/easy/HelloWorld/code/CGCode.js +18 -0
  821. package/config/easy/HelloWorld/code/CGCode.php +25 -0
  822. package/config/easy/HelloWorld/config.json +38 -0
  823. package/config/easy/HelloWorld/input/01 - dualism.txt +8 -0
  824. package/config/easy/HelloWorld/input/02 - border travels in TriTheatreLand.txt +17 -0
  825. package/config/easy/HelloWorld/input/03 - CodinGame world.txt +65 -0
  826. package/config/easy/HelloWorld/input/04 - lonely planet.txt +5 -0
  827. package/config/easy/HelloWorld/input/05 - roundtrip in Europe.txt +83 -0
  828. package/config/easy/HelloWorld/input/06 - pole to Pole with Michael Palin.txt +15 -0
  829. package/config/easy/HelloWorld/output/01 - dualism.txt +2 -0
  830. package/config/easy/HelloWorld/output/02 - border travels in TriTheatreLand.txt +9 -0
  831. package/config/easy/HelloWorld/output/03 - CodinGame world.txt +7 -0
  832. package/config/easy/HelloWorld/output/04 - lonely planet.txt +1 -0
  833. package/config/easy/HelloWorld/output/05 - roundtrip in Europe.txt +5 -0
  834. package/config/easy/HelloWorld/output/06 - pole to Pole with Michael Palin.txt +7 -0
  835. package/config/easy/HiddenMessagesInImages/code/CGCode.js +14 -0
  836. package/config/easy/HiddenMessagesInImages/code/CGCode.php +15 -0
  837. package/config/easy/HiddenMessagesInImages/config.json +28 -0
  838. package/config/easy/HiddenMessagesInImages/input/01 - hello world!.txt +13 -0
  839. package/config/easy/HiddenMessagesInImages/input/02 - this is a lot of fun!.txt +15 -0
  840. package/config/easy/HiddenMessagesInImages/input/03 - i learned something new with this puzzle.txt +21 -0
  841. package/config/easy/HiddenMessagesInImages/input/04 - i will hide messages in all my photos.txt +38 -0
  842. package/config/easy/HiddenMessagesInImages/output/01 - hello world!.txt +1 -0
  843. package/config/easy/HiddenMessagesInImages/output/02 - this is a lot of fun!.txt +1 -0
  844. package/config/easy/HiddenMessagesInImages/output/03 - i learned something new with this puzzle.txt +1 -0
  845. package/config/easy/HiddenMessagesInImages/output/04 - i will hide messages in all my photos.txt +1 -0
  846. package/config/easy/HoochClash/code/CGCode.js +11 -0
  847. package/config/easy/HoochClash/code/CGCode.php +8 -0
  848. package/config/easy/HoochClash/config.json +63 -0
  849. package/config/easy/HoochClash/input/01 - this is fun!.txt +2 -0
  850. package/config/easy/HoochClash/input/02 - this is valid!.txt +2 -0
  851. package/config/easy/HoochClash/input/03 - fun enough.txt +2 -0
  852. package/config/easy/HoochClash/input/04 - whee.txt +2 -0
  853. package/config/easy/HoochClash/input/05 - higher.txt +2 -0
  854. package/config/easy/HoochClash/input/06 - much higher.txt +2 -0
  855. package/config/easy/HoochClash/input/07 - crazy high.txt +2 -0
  856. package/config/easy/HoochClash/input/08 - stoned.txt +2 -0
  857. package/config/easy/HoochClash/input/09 - overflow.txt +2 -0
  858. package/config/easy/HoochClash/input/10 - underflow.txt +2 -0
  859. package/config/easy/HoochClash/input/11 - B&B.txt +2 -0
  860. package/config/easy/HoochClash/output/01 - this is fun!.txt +1 -0
  861. package/config/easy/HoochClash/output/02 - this is valid!.txt +1 -0
  862. package/config/easy/HoochClash/output/03 - fun enough.txt +1 -0
  863. package/config/easy/HoochClash/output/04 - whee.txt +1 -0
  864. package/config/easy/HoochClash/output/05 - higher.txt +1 -0
  865. package/config/easy/HoochClash/output/06 - much higher.txt +1 -0
  866. package/config/easy/HoochClash/output/07 - crazy high.txt +1 -0
  867. package/config/easy/HoochClash/output/08 - stoned.txt +1 -0
  868. package/config/easy/HoochClash/output/09 - overflow.txt +1 -0
  869. package/config/easy/HoochClash/output/10 - underflow.txt +1 -0
  870. package/config/easy/HoochClash/output/11 - B&B.txt +1 -0
  871. package/config/easy/HorseRacingHyperduals/code/CGCode.js +11 -0
  872. package/config/easy/HorseRacingHyperduals/code/CGCode.php +11 -0
  873. package/config/easy/HorseRacingHyperduals/config.json +73 -0
  874. package/config/easy/HorseRacingHyperduals/input/01 - velocity-centric race.txt +11 -0
  875. package/config/easy/HorseRacingHyperduals/input/02 - elegance-centric race.txt +11 -0
  876. package/config/easy/HorseRacingHyperduals/input/03 - balanced horses.txt +11 -0
  877. package/config/easy/HorseRacingHyperduals/input/04 - linear horses.txt +11 -0
  878. package/config/easy/HorseRacingHyperduals/input/05 - affine horses.txt +11 -0
  879. package/config/easy/HorseRacingHyperduals/input/06 - bimodal horses.txt +21 -0
  880. package/config/easy/HorseRacingHyperduals/input/07 - 2D horses.txt +21 -0
  881. package/config/easy/HorseRacingHyperduals/input/08 - a fistful of horses.txt +101 -0
  882. package/config/easy/HorseRacingHyperduals/input/09 - for a few horse more.txt +251 -0
  883. package/config/easy/HorseRacingHyperduals/input/10 - all your horse are belong to us.txt +401 -0
  884. package/config/easy/HorseRacingHyperduals/input/11 - many horses.txt +601 -0
  885. package/config/easy/HorseRacingHyperduals/input/12 - mmmaaannn, that sucks!.txt +21 -0
  886. package/config/easy/HorseRacingHyperduals/input/13 - don/342/200/231t overflow your stack.txt" +21 -0
  887. package/config/easy/HorseRacingHyperduals/output/01 - velocity-centric race.txt +1 -0
  888. package/config/easy/HorseRacingHyperduals/output/02 - elegance-centric race.txt +1 -0
  889. package/config/easy/HorseRacingHyperduals/output/03 - balanced horses.txt +1 -0
  890. package/config/easy/HorseRacingHyperduals/output/04 - linear horses.txt +1 -0
  891. package/config/easy/HorseRacingHyperduals/output/05 - affine horses.txt +1 -0
  892. package/config/easy/HorseRacingHyperduals/output/06 - bimodal horses.txt +1 -0
  893. package/config/easy/HorseRacingHyperduals/output/07 - 2D horses.txt +1 -0
  894. package/config/easy/HorseRacingHyperduals/output/08 - a fistful of horses.txt +1 -0
  895. package/config/easy/HorseRacingHyperduals/output/09 - for a few horse more.txt +1 -0
  896. package/config/easy/HorseRacingHyperduals/output/10 - all your horse are belong to us.txt +1 -0
  897. package/config/easy/HorseRacingHyperduals/output/11 - many horses.txt +1 -0
  898. package/config/easy/HorseRacingHyperduals/output/12 - mmmaaannn, that sucks!.txt +1 -0
  899. package/config/easy/HorseRacingHyperduals/output/13 - don/342/200/231t overflow your stack.txt" +1 -0
  900. package/config/easy/HowTimeFlies/code/CGCode.js +7 -0
  901. package/config/easy/HowTimeFlies/code/CGCode.php +8 -0
  902. package/config/easy/HowTimeFlies/config.json +53 -0
  903. package/config/easy/HowTimeFlies/input/01 - full years.txt +2 -0
  904. package/config/easy/HowTimeFlies/input/02 - full months.txt +2 -0
  905. package/config/easy/HowTimeFlies/input/03 - years and months.txt +2 -0
  906. package/config/easy/HowTimeFlies/input/04 - days only.txt +2 -0
  907. package/config/easy/HowTimeFlies/input/05 - same date.txt +2 -0
  908. package/config/easy/HowTimeFlies/input/06 - complex.txt +2 -0
  909. package/config/easy/HowTimeFlies/input/07 - one month.txt +2 -0
  910. package/config/easy/HowTimeFlies/input/08 - one year.txt +2 -0
  911. package/config/easy/HowTimeFlies/input/09 - leap year.txt +2 -0
  912. package/config/easy/HowTimeFlies/output/01 - full years.txt +1 -0
  913. package/config/easy/HowTimeFlies/output/02 - full months.txt +1 -0
  914. package/config/easy/HowTimeFlies/output/03 - years and months.txt +1 -0
  915. package/config/easy/HowTimeFlies/output/04 - days only.txt +1 -0
  916. package/config/easy/HowTimeFlies/output/05 - same date.txt +1 -0
  917. package/config/easy/HowTimeFlies/output/06 - complex.txt +1 -0
  918. package/config/easy/HowTimeFlies/output/07 - one month.txt +1 -0
  919. package/config/easy/HowTimeFlies/output/08 - one year.txt +1 -0
  920. package/config/easy/HowTimeFlies/output/09 - leap year.txt +1 -0
  921. package/config/easy/IPv6Shortener/code/CGCode.js +6 -0
  922. package/config/easy/IPv6Shortener/code/CGCode.php +7 -0
  923. package/config/easy/IPv6Shortener/config.json +48 -0
  924. package/config/easy/IPv6Shortener/input/01 - simple address.txt +1 -0
  925. package/config/easy/IPv6Shortener/input/02 - loopback address.txt +1 -0
  926. package/config/easy/IPv6Shortener/input/03 - multiple zero blocks.txt +1 -0
  927. package/config/easy/IPv6Shortener/input/04 - no zero blocks.txt +1 -0
  928. package/config/easy/IPv6Shortener/input/05 - one zero block.txt +1 -0
  929. package/config/easy/IPv6Shortener/input/06 - no full zero blocks.txt +1 -0
  930. package/config/easy/IPv6Shortener/input/07 - zero blocks of same length.txt +1 -0
  931. package/config/easy/IPv6Shortener/input/08 - zero block at the end.txt +1 -0
  932. package/config/easy/IPv6Shortener/output/01 - simple address.txt +1 -0
  933. package/config/easy/IPv6Shortener/output/02 - loopback address.txt +1 -0
  934. package/config/easy/IPv6Shortener/output/03 - multiple zero blocks.txt +1 -0
  935. package/config/easy/IPv6Shortener/output/04 - no zero blocks.txt +1 -0
  936. package/config/easy/IPv6Shortener/output/05 - one zero block.txt +1 -0
  937. package/config/easy/IPv6Shortener/output/06 - no full zero blocks.txt +1 -0
  938. package/config/easy/IPv6Shortener/output/07 - zero blocks of same length.txt +1 -0
  939. package/config/easy/IPv6Shortener/output/08 - zero block at the end.txt +1 -0
  940. package/config/easy/ISBNCheckDigit/code/CGCode.js +9 -0
  941. package/config/easy/ISBNCheckDigit/code/CGCode.php +11 -0
  942. package/config/easy/ISBNCheckDigit/config.json +28 -0
  943. package/config/easy/ISBNCheckDigit/input/01 - example.txt +7 -0
  944. package/config/easy/ISBNCheckDigit/input/02 - short.txt +11 -0
  945. package/config/easy/ISBNCheckDigit/input/03 - longer.txt +22 -0
  946. package/config/easy/ISBNCheckDigit/input/04 - much longer.txt +310 -0
  947. package/config/easy/ISBNCheckDigit/output/01 - example.txt +4 -0
  948. package/config/easy/ISBNCheckDigit/output/02 - short.txt +5 -0
  949. package/config/easy/ISBNCheckDigit/output/03 - longer.txt +7 -0
  950. package/config/easy/ISBNCheckDigit/output/04 - much longer.txt +13 -0
  951. package/config/easy/InStereo/code/CGCode.js +17 -0
  952. package/config/easy/InStereo/code/CGCode.php +17 -0
  953. package/config/easy/InStereo/config.json +28 -0
  954. package/config/easy/InStereo/input/01 - example.txt +9 -0
  955. package/config/easy/InStereo/input/02 - lattice.txt +14 -0
  956. package/config/easy/InStereo/input/03 - diamond.txt +26 -0
  957. package/config/easy/InStereo/input/04 - viewFullscreen.txt +23 -0
  958. package/config/easy/InStereo/output/01 - example.txt +4 -0
  959. package/config/easy/InStereo/output/02 - lattice.txt +9 -0
  960. package/config/easy/InStereo/output/03 - diamond.txt +21 -0
  961. package/config/easy/InStereo/output/04 - viewFullscreen.txt +18 -0
  962. package/config/easy/IsThatAPossibleWord/code/CGCode.js +17 -0
  963. package/config/easy/IsThatAPossibleWord/code/CGCode.php +20 -0
  964. package/config/easy/IsThatAPossibleWord/config.json +28 -0
  965. package/config/easy/IsThatAPossibleWord/input/01 - test 1.txt +22 -0
  966. package/config/easy/IsThatAPossibleWord/input/02 - test 2.txt +27 -0
  967. package/config/easy/IsThatAPossibleWord/input/03 - test 3.txt +19 -0
  968. package/config/easy/IsThatAPossibleWord/input/04 - test 4.txt +17 -0
  969. package/config/easy/IsThatAPossibleWord/output/01 - test 1.txt +10 -0
  970. package/config/easy/IsThatAPossibleWord/output/02 - test 2.txt +5 -0
  971. package/config/easy/IsThatAPossibleWord/output/03 - test 3.txt +7 -0
  972. package/config/easy/IsThatAPossibleWord/output/04 - test 4.txt +6 -0
  973. package/config/easy/IsTheKingInCheckPart1/code/CGCode.js +8 -0
  974. package/config/easy/IsTheKingInCheckPart1/code/CGCode.php +10 -0
  975. package/config/easy/IsTheKingInCheckPart1/config.json +33 -0
  976. package/config/easy/IsTheKingInCheckPart1/input/01 - R vs K.txt +8 -0
  977. package/config/easy/IsTheKingInCheckPart1/input/02 - B vs K.txt +8 -0
  978. package/config/easy/IsTheKingInCheckPart1/input/03 - Q vs K.txt +8 -0
  979. package/config/easy/IsTheKingInCheckPart1/input/04 - N vs K.txt +8 -0
  980. package/config/easy/IsTheKingInCheckPart1/input/05 - test 5.txt +8 -0
  981. package/config/easy/IsTheKingInCheckPart1/output/01 - R vs K.txt +1 -0
  982. package/config/easy/IsTheKingInCheckPart1/output/02 - B vs K.txt +1 -0
  983. package/config/easy/IsTheKingInCheckPart1/output/03 - Q vs K.txt +1 -0
  984. package/config/easy/IsTheKingInCheckPart1/output/04 - N vs K.txt +1 -0
  985. package/config/easy/IsTheKingInCheckPart1/output/05 - test 5.txt +1 -0
  986. package/config/easy/JackSilverTheCasino/code/CGCode.js +10 -0
  987. package/config/easy/JackSilverTheCasino/code/CGCode.php +12 -0
  988. package/config/easy/JackSilverTheCasino/config.json +28 -0
  989. package/config/easy/JackSilverTheCasino/input/01 - target 1.txt +59 -0
  990. package/config/easy/JackSilverTheCasino/input/02 - target 3.txt +82 -0
  991. package/config/easy/JackSilverTheCasino/input/03 - target 5.txt +75 -0
  992. package/config/easy/JackSilverTheCasino/input/04 - 0 is not EVEN.txt +75 -0
  993. package/config/easy/JackSilverTheCasino/output/01 - target 1.txt +1 -0
  994. package/config/easy/JackSilverTheCasino/output/02 - target 3.txt +1 -0
  995. package/config/easy/JackSilverTheCasino/output/03 - target 5.txt +1 -0
  996. package/config/easy/JackSilverTheCasino/output/04 - 0 is not EVEN.txt +1 -0
  997. package/config/easy/KissTheGirls/code/CGCode.js +11 -0
  998. package/config/easy/KissTheGirls/code/CGCode.php +11 -0
  999. package/config/easy/KissTheGirls/config.json +33 -0
  1000. package/config/easy/KissTheGirls/input/01 - test 1.txt +7 -0
  1001. package/config/easy/KissTheGirls/input/02 - test 2.txt +9 -0
  1002. package/config/easy/KissTheGirls/input/03 - test 3.txt +16 -0
  1003. package/config/easy/KissTheGirls/input/04 - test 4.txt +21 -0
  1004. package/config/easy/KissTheGirls/input/05 - test 5.txt +51 -0
  1005. package/config/easy/KissTheGirls/output/01 - test 1.txt +1 -0
  1006. package/config/easy/KissTheGirls/output/02 - test 2.txt +1 -0
  1007. package/config/easy/KissTheGirls/output/03 - test 3.txt +1 -0
  1008. package/config/easy/KissTheGirls/output/04 - test 4.txt +1 -0
  1009. package/config/easy/KissTheGirls/output/05 - test 5.txt +1 -0
  1010. package/config/easy/LargestNumber/code/CGCode.js +7 -0
  1011. package/config/easy/LargestNumber/code/CGCode.php +8 -0
  1012. package/config/easy/LargestNumber/config.json +33 -0
  1013. package/config/easy/LargestNumber/input/01 - no change required.txt +2 -0
  1014. package/config/easy/LargestNumber/input/02 - remove 1 digit.txt +2 -0
  1015. package/config/easy/LargestNumber/input/03 - remove 2 digits.txt +2 -0
  1016. package/config/easy/LargestNumber/input/04 - no solution.txt +2 -0
  1017. package/config/easy/LargestNumber/input/05 - final test.txt +2 -0
  1018. package/config/easy/LargestNumber/output/01 - no change required.txt +1 -0
  1019. package/config/easy/LargestNumber/output/02 - remove 1 digit.txt +1 -0
  1020. package/config/easy/LargestNumber/output/03 - remove 2 digits.txt +1 -0
  1021. package/config/easy/LargestNumber/output/04 - no solution.txt +1 -0
  1022. package/config/easy/LargestNumber/output/05 - final test.txt +1 -0
  1023. package/config/easy/LogicGates/code/CGCode.js +21 -0
  1024. package/config/easy/LogicGates/code/CGCode.php +19 -0
  1025. package/config/easy/LogicGates/config.json +58 -0
  1026. package/config/easy/LogicGates/input/01 - 2 input signals, 3 gates.txt +7 -0
  1027. package/config/easy/LogicGates/input/02 - inverter (NAND).txt +4 -0
  1028. package/config/easy/LogicGates/input/03 - AND.txt +8 -0
  1029. package/config/easy/LogicGates/input/04 - OR.txt +8 -0
  1030. package/config/easy/LogicGates/input/05 - XOR.txt +8 -0
  1031. package/config/easy/LogicGates/input/06 - buffer (OR).txt +4 -0
  1032. package/config/easy/LogicGates/input/07 - NAND.txt +8 -0
  1033. package/config/easy/LogicGates/input/08 - NOR.txt +7 -0
  1034. package/config/easy/LogicGates/input/09 - NXOR.txt +9 -0
  1035. package/config/easy/LogicGates/input/10 - all gates.txt +22 -0
  1036. package/config/easy/LogicGates/output/01 - 2 input signals, 3 gates.txt +3 -0
  1037. package/config/easy/LogicGates/output/02 - inverter (NAND).txt +1 -0
  1038. package/config/easy/LogicGates/output/03 - AND.txt +3 -0
  1039. package/config/easy/LogicGates/output/04 - OR.txt +3 -0
  1040. package/config/easy/LogicGates/output/05 - XOR.txt +3 -0
  1041. package/config/easy/LogicGates/output/06 - buffer (OR).txt +1 -0
  1042. package/config/easy/LogicGates/output/07 - NAND.txt +3 -0
  1043. package/config/easy/LogicGates/output/08 - NOR.txt +2 -0
  1044. package/config/easy/LogicGates/output/09 - NXOR.txt +3 -0
  1045. package/config/easy/LogicGates/output/10 - all gates.txt +16 -0
  1046. package/config/easy/LogicallyReasonableInequalities/code/CGCode.js +9 -0
  1047. package/config/easy/LogicallyReasonableInequalities/code/CGCode.php +11 -0
  1048. package/config/easy/LogicallyReasonableInequalities/config.json +33 -0
  1049. package/config/easy/LogicallyReasonableInequalities/input/01 - test 1.txt +3 -0
  1050. package/config/easy/LogicallyReasonableInequalities/input/02 - test 2.txt +4 -0
  1051. package/config/easy/LogicallyReasonableInequalities/input/03 - test 3.txt +6 -0
  1052. package/config/easy/LogicallyReasonableInequalities/input/04 - test 4.txt +12 -0
  1053. package/config/easy/LogicallyReasonableInequalities/input/05 - test 5.txt +4 -0
  1054. package/config/easy/LogicallyReasonableInequalities/output/01 - test 1.txt +1 -0
  1055. package/config/easy/LogicallyReasonableInequalities/output/02 - test 2.txt +1 -0
  1056. package/config/easy/LogicallyReasonableInequalities/output/03 - test 3.txt +1 -0
  1057. package/config/easy/LogicallyReasonableInequalities/output/04 - test 4.txt +1 -0
  1058. package/config/easy/LogicallyReasonableInequalities/output/05 - test 5.txt +1 -0
  1059. package/config/easy/LowResolutionWhatsTheShape/code/CGCode.js +11 -0
  1060. package/config/easy/LowResolutionWhatsTheShape/code/CGCode.php +11 -0
  1061. package/config/easy/LowResolutionWhatsTheShape/config.json +63 -0
  1062. package/config/easy/LowResolutionWhatsTheShape/input/01 - rectangle.txt +4 -0
  1063. package/config/easy/LowResolutionWhatsTheShape/input/02 - square.txt +4 -0
  1064. package/config/easy/LowResolutionWhatsTheShape/input/03 - touching top isosceles.txt +4 -0
  1065. package/config/easy/LowResolutionWhatsTheShape/input/04 - touching bottom non-isosceles.txt +4 -0
  1066. package/config/easy/LowResolutionWhatsTheShape/input/05 - touching left only /342/200/230X/342/200/231 and /342/200/230./342/200/231.txt" +4 -0
  1067. package/config/easy/LowResolutionWhatsTheShape/input/06 - touching right top - right angle.txt +5 -0
  1068. package/config/easy/LowResolutionWhatsTheShape/input/07 - circle small.txt +4 -0
  1069. package/config/easy/LowResolutionWhatsTheShape/input/08 - circle big.txt +11 -0
  1070. package/config/easy/LowResolutionWhatsTheShape/input/09 - ellipse 1.txt +4 -0
  1071. package/config/easy/LowResolutionWhatsTheShape/input/10 - ellipse 2.txt +5 -0
  1072. package/config/easy/LowResolutionWhatsTheShape/input/11 - ellipse 3.txt +8 -0
  1073. package/config/easy/LowResolutionWhatsTheShape/output/01 - rectangle.txt +1 -0
  1074. package/config/easy/LowResolutionWhatsTheShape/output/02 - square.txt +1 -0
  1075. package/config/easy/LowResolutionWhatsTheShape/output/03 - touching top isosceles.txt +1 -0
  1076. package/config/easy/LowResolutionWhatsTheShape/output/04 - touching bottom non-isosceles.txt +1 -0
  1077. package/config/easy/LowResolutionWhatsTheShape/output/05 - touching left only /342/200/230X/342/200/231 and /342/200/230./342/200/231.txt" +1 -0
  1078. package/config/easy/LowResolutionWhatsTheShape/output/06 - touching right top - right angle.txt +1 -0
  1079. package/config/easy/LowResolutionWhatsTheShape/output/07 - circle small.txt +1 -0
  1080. package/config/easy/LowResolutionWhatsTheShape/output/08 - circle big.txt +1 -0
  1081. package/config/easy/LowResolutionWhatsTheShape/output/09 - ellipse 1.txt +1 -0
  1082. package/config/easy/LowResolutionWhatsTheShape/output/10 - ellipse 2.txt +1 -0
  1083. package/config/easy/LowResolutionWhatsTheShape/output/11 - ellipse 3.txt +1 -0
  1084. package/config/easy/Lumen/code/CGCode.js +13 -0
  1085. package/config/easy/Lumen/code/CGCode.php +16 -0
  1086. package/config/easy/Lumen/config.json +53 -0
  1087. package/config/easy/Lumen/input/01 - THEY only have one candle.txt +7 -0
  1088. package/config/easy/Lumen/input/02 - THEY are doing a ritual.txt +7 -0
  1089. package/config/easy/Lumen/input/03 - THEY have a large pit.txt +7 -0
  1090. package/config/easy/Lumen/input/04 - THEY have a small cellar.txt +8 -0
  1091. package/config/easy/Lumen/input/05 - THEY have a medium cellar.txt +17 -0
  1092. package/config/easy/Lumen/input/06 - THEY have a large cellar.txt +22 -0
  1093. package/config/easy/Lumen/input/07 - THEY are not very smart.txt +5 -0
  1094. package/config/easy/Lumen/input/08 - THEY have a great hall.txt +27 -0
  1095. package/config/easy/Lumen/input/09 - Not Euclidean.txt +7 -0
  1096. package/config/easy/Lumen/output/01 - THEY only have one candle.txt +1 -0
  1097. package/config/easy/Lumen/output/02 - THEY are doing a ritual.txt +1 -0
  1098. package/config/easy/Lumen/output/03 - THEY have a large pit.txt +1 -0
  1099. package/config/easy/Lumen/output/04 - THEY have a small cellar.txt +1 -0
  1100. package/config/easy/Lumen/output/05 - THEY have a medium cellar.txt +1 -0
  1101. package/config/easy/Lumen/output/06 - THEY have a large cellar.txt +1 -0
  1102. package/config/easy/Lumen/output/07 - THEY are not very smart.txt +1 -0
  1103. package/config/easy/Lumen/output/08 - THEY have a great hall.txt +1 -0
  1104. package/config/easy/Lumen/output/09 - Not Euclidean.txt +1 -0
  1105. package/config/easy/MagicString/code/CGCode.js +9 -0
  1106. package/config/easy/MagicString/code/CGCode.php +11 -0
  1107. package/config/easy/MagicString/config.json +58 -0
  1108. package/config/easy/MagicString/input/01 - example.txt +7 -0
  1109. package/config/easy/MagicString/input/02 - louis.txt +17 -0
  1110. package/config/easy/MagicString/input/03 - 1-10.txt +11 -0
  1111. package/config/easy/MagicString/input/04 - metals.txt +39 -0
  1112. package/config/easy/MagicString/input/05 - quick test 1.txt +3 -0
  1113. package/config/easy/MagicString/input/06 - quick test 2.txt +3 -0
  1114. package/config/easy/MagicString/input/07 - quick test 3.txt +3 -0
  1115. package/config/easy/MagicString/input/08 - quick test 4.txt +3 -0
  1116. package/config/easy/MagicString/input/09 - quick test 5.txt +3 -0
  1117. package/config/easy/MagicString/input/10 - tricky.txt +7 -0
  1118. package/config/easy/MagicString/output/01 - example.txt +1 -0
  1119. package/config/easy/MagicString/output/02 - louis.txt +1 -0
  1120. package/config/easy/MagicString/output/03 - 1-10.txt +1 -0
  1121. package/config/easy/MagicString/output/04 - metals.txt +1 -0
  1122. package/config/easy/MagicString/output/05 - quick test 1.txt +1 -0
  1123. package/config/easy/MagicString/output/06 - quick test 2.txt +1 -0
  1124. package/config/easy/MagicString/output/07 - quick test 3.txt +1 -0
  1125. package/config/easy/MagicString/output/08 - quick test 4.txt +1 -0
  1126. package/config/easy/MagicString/output/09 - quick test 5.txt +1 -0
  1127. package/config/easy/MagicString/output/10 - tricky.txt +1 -0
  1128. package/config/easy/MarkovTextGeneration/code/CGCode.js +9 -0
  1129. package/config/easy/MarkovTextGeneration/code/CGCode.php +10 -0
  1130. package/config/easy/MarkovTextGeneration/config.json +28 -0
  1131. package/config/easy/MarkovTextGeneration/input/01 - fish example depth 2.txt +4 -0
  1132. package/config/easy/MarkovTextGeneration/input/02 - fish example depth 1.txt +4 -0
  1133. package/config/easy/MarkovTextGeneration/input/03 - width 2.txt +4 -0
  1134. package/config/easy/MarkovTextGeneration/input/04 - width 3.txt +4 -0
  1135. package/config/easy/MarkovTextGeneration/output/01 - fish example depth 2.txt +1 -0
  1136. package/config/easy/MarkovTextGeneration/output/02 - fish example depth 1.txt +1 -0
  1137. package/config/easy/MarkovTextGeneration/output/03 - width 2.txt +1 -0
  1138. package/config/easy/MarkovTextGeneration/output/04 - width 3.txt +1 -0
  1139. package/config/easy/MasterOfMayhem/code/CGCode.js +17 -0
  1140. package/config/easy/MasterOfMayhem/code/CGCode.php +21 -0
  1141. package/config/easy/MasterOfMayhem/config.json +33 -0
  1142. package/config/easy/MasterOfMayhem/input/01 - simple.txt +15 -0
  1143. package/config/easy/MasterOfMayhem/input/02 - no info.txt +14 -0
  1144. package/config/easy/MasterOfMayhem/input/03 - too many cooks.txt +30 -0
  1145. package/config/easy/MasterOfMayhem/input/04 - nobody left.txt +42 -0
  1146. package/config/easy/MasterOfMayhem/input/05 - only one.txt +5 -0
  1147. package/config/easy/MasterOfMayhem/output/01 - simple.txt +1 -0
  1148. package/config/easy/MasterOfMayhem/output/02 - no info.txt +1 -0
  1149. package/config/easy/MasterOfMayhem/output/03 - too many cooks.txt +1 -0
  1150. package/config/easy/MasterOfMayhem/output/04 - nobody left.txt +1 -0
  1151. package/config/easy/MasterOfMayhem/output/05 - only one.txt +1 -0
  1152. package/config/easy/MayTheTriforceBeWithYou/code/CGCode.js +6 -0
  1153. package/config/easy/MayTheTriforceBeWithYou/code/CGCode.php +7 -0
  1154. package/config/easy/MayTheTriforceBeWithYou/config.json +28 -0
  1155. package/config/easy/MayTheTriforceBeWithYou/input/01 - N=1.txt +1 -0
  1156. package/config/easy/MayTheTriforceBeWithYou/input/02 - N=3.txt +1 -0
  1157. package/config/easy/MayTheTriforceBeWithYou/input/03 - N=5.txt +1 -0
  1158. package/config/easy/MayTheTriforceBeWithYou/input/04 - N=10.txt +1 -0
  1159. package/config/easy/MayTheTriforceBeWithYou/output/01 - N=1.txt +2 -0
  1160. package/config/easy/MayTheTriforceBeWithYou/output/02 - N=3.txt +6 -0
  1161. package/config/easy/MayTheTriforceBeWithYou/output/03 - N=5.txt +10 -0
  1162. package/config/easy/MayTheTriforceBeWithYou/output/04 - N=10.txt +20 -0
  1163. package/config/easy/MinesweeperLevelGenerator/code/CGCode.js +14 -0
  1164. package/config/easy/MinesweeperLevelGenerator/code/CGCode.php +9 -0
  1165. package/config/easy/MinesweeperLevelGenerator/config.json +38 -0
  1166. package/config/easy/MinesweeperLevelGenerator/input/01 - simple level.txt +1 -0
  1167. package/config/easy/MinesweeperLevelGenerator/input/02 - corner selection.txt +1 -0
  1168. package/config/easy/MinesweeperLevelGenerator/input/03 - edge selection.txt +1 -0
  1169. package/config/easy/MinesweeperLevelGenerator/input/04 - beginner level.txt +1 -0
  1170. package/config/easy/MinesweeperLevelGenerator/input/05 - intermediate level.txt +1 -0
  1171. package/config/easy/MinesweeperLevelGenerator/input/06 - expert level.txt +1 -0
  1172. package/config/easy/MinesweeperLevelGenerator/output/01 - simple level.txt +6 -0
  1173. package/config/easy/MinesweeperLevelGenerator/output/02 - corner selection.txt +6 -0
  1174. package/config/easy/MinesweeperLevelGenerator/output/03 - edge selection.txt +6 -0
  1175. package/config/easy/MinesweeperLevelGenerator/output/04 - beginner level.txt +9 -0
  1176. package/config/easy/MinesweeperLevelGenerator/output/05 - intermediate level.txt +16 -0
  1177. package/config/easy/MinesweeperLevelGenerator/output/06 - expert level.txt +16 -0
  1178. package/config/easy/MondayTuesdayHappyDays/code/CGCode.js +13 -0
  1179. package/config/easy/MondayTuesdayHappyDays/code/CGCode.php +9 -0
  1180. package/config/easy/MondayTuesdayHappyDays/config.json +33 -0
  1181. package/config/easy/MondayTuesdayHappyDays/input/01 - tomorrow.txt +3 -0
  1182. package/config/easy/MondayTuesdayHappyDays/input/02 - sometime next month.txt +3 -0
  1183. package/config/easy/MondayTuesdayHappyDays/input/03 - sometime next month, leap year.txt +3 -0
  1184. package/config/easy/MondayTuesdayHappyDays/input/04 - when was that again.txt +3 -0
  1185. package/config/easy/MondayTuesdayHappyDays/input/05 - future.txt +3 -0
  1186. package/config/easy/MondayTuesdayHappyDays/output/01 - tomorrow.txt +1 -0
  1187. package/config/easy/MondayTuesdayHappyDays/output/02 - sometime next month.txt +1 -0
  1188. package/config/easy/MondayTuesdayHappyDays/output/03 - sometime next month, leap year.txt +1 -0
  1189. package/config/easy/MondayTuesdayHappyDays/output/04 - when was that again.txt +1 -0
  1190. package/config/easy/MondayTuesdayHappyDays/output/05 - future.txt +1 -0
  1191. package/config/easy/MorelletsRandomLines/code/CGCode.js +17 -0
  1192. package/config/easy/MorelletsRandomLines/code/CGCode.php +12 -0
  1193. package/config/easy/MorelletsRandomLines/config.json +48 -0
  1194. package/config/easy/MorelletsRandomLines/input/01 - one line.txt +3 -0
  1195. package/config/easy/MorelletsRandomLines/input/02 - two lines.txt +4 -0
  1196. package/config/easy/MorelletsRandomLines/input/03 - on a line.txt +3 -0
  1197. package/config/easy/MorelletsRandomLines/input/04 - many lines.txt +12 -0
  1198. package/config/easy/MorelletsRandomLines/input/05 - same line.txt +4 -0
  1199. package/config/easy/MorelletsRandomLines/input/06 - lots of lines.txt +102 -0
  1200. package/config/easy/MorelletsRandomLines/input/07 - lots of lines 2.txt +102 -0
  1201. package/config/easy/MorelletsRandomLines/input/08 - mind the sign.txt +4 -0
  1202. package/config/easy/MorelletsRandomLines/output/01 - one line.txt +1 -0
  1203. package/config/easy/MorelletsRandomLines/output/02 - two lines.txt +1 -0
  1204. package/config/easy/MorelletsRandomLines/output/03 - on a line.txt +1 -0
  1205. package/config/easy/MorelletsRandomLines/output/04 - many lines.txt +1 -0
  1206. package/config/easy/MorelletsRandomLines/output/05 - same line.txt +1 -0
  1207. package/config/easy/MorelletsRandomLines/output/06 - lots of lines.txt +1 -0
  1208. package/config/easy/MorelletsRandomLines/output/07 - lots of lines 2.txt +1 -0
  1209. package/config/easy/MorelletsRandomLines/output/08 - mind the sign.txt +1 -0
  1210. package/config/easy/MountainMap/code/CGCode.js +10 -0
  1211. package/config/easy/MountainMap/code/CGCode.php +13 -0
  1212. package/config/easy/MountainMap/config.json +28 -0
  1213. package/config/easy/MountainMap/input/01 - test 1.txt +2 -0
  1214. package/config/easy/MountainMap/input/02 - test 2.txt +2 -0
  1215. package/config/easy/MountainMap/input/03 - test 3.txt +2 -0
  1216. package/config/easy/MountainMap/input/04 - test 4.txt +2 -0
  1217. package/config/easy/MountainMap/output/01 - test 1.txt +2 -0
  1218. package/config/easy/MountainMap/output/02 - test 2.txt +1 -0
  1219. package/config/easy/MountainMap/output/03 - test 3.txt +9 -0
  1220. package/config/easy/MountainMap/output/04 - test 4.txt +7 -0
  1221. package/config/easy/MountainMapConvergence/code/CGCode.js +10 -0
  1222. package/config/easy/MountainMapConvergence/code/CGCode.php +12 -0
  1223. package/config/easy/MountainMapConvergence/config.json +43 -0
  1224. package/config/easy/MountainMapConvergence/input/01 - familiar.txt +2 -0
  1225. package/config/easy/MountainMapConvergence/input/02 - wait i was correct on the last one.txt +2 -0
  1226. package/config/easy/MountainMapConvergence/input/03 - twin peaks.txt +2 -0
  1227. package/config/easy/MountainMapConvergence/input/04 - negatives.txt +2 -0
  1228. package/config/easy/MountainMapConvergence/input/05 - tricky negatives.txt +2 -0
  1229. package/config/easy/MountainMapConvergence/input/06 - more tricky negatives.txt +2 -0
  1230. package/config/easy/MountainMapConvergence/input/07 - crazy mountains.txt +2 -0
  1231. package/config/easy/MountainMapConvergence/output/01 - familiar.txt +2 -0
  1232. package/config/easy/MountainMapConvergence/output/02 - wait i was correct on the last one.txt +9 -0
  1233. package/config/easy/MountainMapConvergence/output/03 - twin peaks.txt +6 -0
  1234. package/config/easy/MountainMapConvergence/output/04 - negatives.txt +7 -0
  1235. package/config/easy/MountainMapConvergence/output/05 - tricky negatives.txt +11 -0
  1236. package/config/easy/MountainMapConvergence/output/06 - more tricky negatives.txt +11 -0
  1237. package/config/easy/MountainMapConvergence/output/07 - crazy mountains.txt +10 -0
  1238. package/config/easy/MovesInMaze/code/CGCode.js +13 -0
  1239. package/config/easy/MovesInMaze/code/CGCode.php +14 -0
  1240. package/config/easy/MovesInMaze/config.json +43 -0
  1241. package/config/easy/MovesInMaze/input/01 - easy.txt +6 -0
  1242. package/config/easy/MovesInMaze/input/02 - loop.txt +6 -0
  1243. package/config/easy/MovesInMaze/input/03 - through borders.txt +6 -0
  1244. package/config/easy/MovesInMaze/input/04 - space.txt +11 -0
  1245. package/config/easy/MovesInMaze/input/05 - unreachable.txt +8 -0
  1246. package/config/easy/MovesInMaze/input/06 - everything.txt +14 -0
  1247. package/config/easy/MovesInMaze/input/07 - blocked.txt +6 -0
  1248. package/config/easy/MovesInMaze/output/01 - easy.txt +5 -0
  1249. package/config/easy/MovesInMaze/output/02 - loop.txt +5 -0
  1250. package/config/easy/MovesInMaze/output/03 - through borders.txt +5 -0
  1251. package/config/easy/MovesInMaze/output/04 - space.txt +10 -0
  1252. package/config/easy/MovesInMaze/output/05 - unreachable.txt +7 -0
  1253. package/config/easy/MovesInMaze/output/06 - everything.txt +13 -0
  1254. package/config/easy/MovesInMaze/output/07 - blocked.txt +5 -0
  1255. package/config/easy/MurderInTheVillage/code/CGCode.js +9 -0
  1256. package/config/easy/MurderInTheVillage/code/CGCode.php +11 -0
  1257. package/config/easy/MurderInTheVillage/config.json +48 -0
  1258. package/config/easy/MurderInTheVillage/input/01 - test 1.txt +5 -0
  1259. package/config/easy/MurderInTheVillage/input/02 - test 2.txt +4 -0
  1260. package/config/easy/MurderInTheVillage/input/03 - test 3.txt +6 -0
  1261. package/config/easy/MurderInTheVillage/input/04 - test 4.txt +3 -0
  1262. package/config/easy/MurderInTheVillage/input/05 - test 5.txt +4 -0
  1263. package/config/easy/MurderInTheVillage/input/06 - test 6.txt +4 -0
  1264. package/config/easy/MurderInTheVillage/input/07 - test 7.txt +5 -0
  1265. package/config/easy/MurderInTheVillage/input/08 - test 8.txt +5 -0
  1266. package/config/easy/MurderInTheVillage/output/01 - test 1.txt +1 -0
  1267. package/config/easy/MurderInTheVillage/output/02 - test 2.txt +1 -0
  1268. package/config/easy/MurderInTheVillage/output/03 - test 3.txt +1 -0
  1269. package/config/easy/MurderInTheVillage/output/04 - test 4.txt +1 -0
  1270. package/config/easy/MurderInTheVillage/output/05 - test 5.txt +1 -0
  1271. package/config/easy/MurderInTheVillage/output/06 - test 6.txt +1 -0
  1272. package/config/easy/MurderInTheVillage/output/07 - test 7.txt +1 -0
  1273. package/config/easy/MurderInTheVillage/output/08 - test 8.txt +1 -0
  1274. package/config/easy/NGRBasicRadar/code/CGCode.js +12 -0
  1275. package/config/easy/NGRBasicRadar/code/CGCode.php +11 -0
  1276. package/config/easy/NGRBasicRadar/config.json +28 -0
  1277. package/config/easy/NGRBasicRadar/input/01 - low density, 1 ticket.txt +21 -0
  1278. package/config/easy/NGRBasicRadar/input/02 - low density, many ticket.txt +21 -0
  1279. package/config/easy/NGRBasicRadar/input/03 - medium density.txt +251 -0
  1280. package/config/easy/NGRBasicRadar/input/04 - test 4.txt +251 -0
  1281. package/config/easy/NGRBasicRadar/output/01 - low density, 1 ticket.txt +1 -0
  1282. package/config/easy/NGRBasicRadar/output/02 - low density, many ticket.txt +3 -0
  1283. package/config/easy/NGRBasicRadar/output/03 - medium density.txt +22 -0
  1284. package/config/easy/NGRBasicRadar/output/04 - test 4.txt +24 -0
  1285. package/config/easy/NatureOfQuadrilaterals/code/CGCode.js +23 -0
  1286. package/config/easy/NatureOfQuadrilaterals/code/CGCode.php +14 -0
  1287. package/config/easy/NatureOfQuadrilaterals/config.json +38 -0
  1288. package/config/easy/NatureOfQuadrilaterals/input/01 - quadrilateral.txt +2 -0
  1289. package/config/easy/NatureOfQuadrilaterals/input/02 - parallelogram.txt +2 -0
  1290. package/config/easy/NatureOfQuadrilaterals/input/03 - rhombus.txt +2 -0
  1291. package/config/easy/NatureOfQuadrilaterals/input/04 - rectangle.txt +2 -0
  1292. package/config/easy/NatureOfQuadrilaterals/input/05 - square.txt +2 -0
  1293. package/config/easy/NatureOfQuadrilaterals/input/06 - everything.txt +4 -0
  1294. package/config/easy/NatureOfQuadrilaterals/output/01 - quadrilateral.txt +1 -0
  1295. package/config/easy/NatureOfQuadrilaterals/output/02 - parallelogram.txt +1 -0
  1296. package/config/easy/NatureOfQuadrilaterals/output/03 - rhombus.txt +1 -0
  1297. package/config/easy/NatureOfQuadrilaterals/output/04 - rectangle.txt +1 -0
  1298. package/config/easy/NatureOfQuadrilaterals/output/05 - square.txt +1 -0
  1299. package/config/easy/NatureOfQuadrilaterals/output/06 - everything.txt +3 -0
  1300. package/config/easy/NatureOfTriangles/code/CGCode.js +18 -0
  1301. package/config/easy/NatureOfTriangles/code/CGCode.php +11 -0
  1302. package/config/easy/NatureOfTriangles/config.json +33 -0
  1303. package/config/easy/NatureOfTriangles/input/01 - scalene triangles.txt +3 -0
  1304. package/config/easy/NatureOfTriangles/input/02 - isosceles triangles.txt +3 -0
  1305. package/config/easy/NatureOfTriangles/input/03 - right angled triangles.txt +3 -0
  1306. package/config/easy/NatureOfTriangles/input/04 - almost right.txt +2 -0
  1307. package/config/easy/NatureOfTriangles/input/05 - everything.txt +6 -0
  1308. package/config/easy/NatureOfTriangles/output/01 - scalene triangles.txt +2 -0
  1309. package/config/easy/NatureOfTriangles/output/02 - isosceles triangles.txt +2 -0
  1310. package/config/easy/NatureOfTriangles/output/03 - right angled triangles.txt +2 -0
  1311. package/config/easy/NatureOfTriangles/output/04 - almost right.txt +1 -0
  1312. package/config/easy/NatureOfTriangles/output/05 - everything.txt +5 -0
  1313. package/config/easy/NextCarLicensePlate/code/CGCode.js +7 -0
  1314. package/config/easy/NextCarLicensePlate/code/CGCode.php +8 -0
  1315. package/config/easy/NextCarLicensePlate/config.json +48 -0
  1316. package/config/easy/NextCarLicensePlate/input/01 - +5.txt +2 -0
  1317. package/config/easy/NextCarLicensePlate/input/02 - +100.txt +2 -0
  1318. package/config/easy/NextCarLicensePlate/input/03 - 999+1.txt +2 -0
  1319. package/config/easy/NextCarLicensePlate/input/04 - +10 000.txt +2 -0
  1320. package/config/easy/NextCarLicensePlate/input/05 - +100 000.txt +2 -0
  1321. package/config/easy/NextCarLicensePlate/input/06 - +1 000 000.txt +2 -0
  1322. package/config/easy/NextCarLicensePlate/input/07 - very big.txt +2 -0
  1323. package/config/easy/NextCarLicensePlate/input/08 - 998+1.txt +2 -0
  1324. package/config/easy/NextCarLicensePlate/output/01 - +5.txt +1 -0
  1325. package/config/easy/NextCarLicensePlate/output/02 - +100.txt +1 -0
  1326. package/config/easy/NextCarLicensePlate/output/03 - 999+1.txt +1 -0
  1327. package/config/easy/NextCarLicensePlate/output/04 - +10 000.txt +1 -0
  1328. package/config/easy/NextCarLicensePlate/output/05 - +100 000.txt +1 -0
  1329. package/config/easy/NextCarLicensePlate/output/06 - +1 000 000.txt +1 -0
  1330. package/config/easy/NextCarLicensePlate/output/07 - very big.txt +1 -0
  1331. package/config/easy/NextCarLicensePlate/output/08 - 998+1.txt +1 -0
  1332. package/config/easy/NextGrowingNumber/code/CGCode.js +6 -0
  1333. package/config/easy/NextGrowingNumber/code/CGCode.php +7 -0
  1334. package/config/easy/NextGrowingNumber/config.json +33 -0
  1335. package/config/easy/NextGrowingNumber/input/01 - test 1.txt +1 -0
  1336. package/config/easy/NextGrowingNumber/input/02 - test 2.txt +1 -0
  1337. package/config/easy/NextGrowingNumber/input/03 - test 3.txt +1 -0
  1338. package/config/easy/NextGrowingNumber/input/04 - test 4.txt +1 -0
  1339. package/config/easy/NextGrowingNumber/input/05 - test 5.txt +1 -0
  1340. package/config/easy/NextGrowingNumber/output/01 - test 1.txt +1 -0
  1341. package/config/easy/NextGrowingNumber/output/02 - test 2.txt +1 -0
  1342. package/config/easy/NextGrowingNumber/output/03 - test 3.txt +1 -0
  1343. package/config/easy/NextGrowingNumber/output/04 - test 4.txt +1 -0
  1344. package/config/easy/NextGrowingNumber/output/05 - test 5.txt +1 -0
  1345. package/config/easy/NicholasBreakspeareAndHughOfEvesham/code/CGCode.js +9 -0
  1346. package/config/easy/NicholasBreakspeareAndHughOfEvesham/code/CGCode.php +11 -0
  1347. package/config/easy/NicholasBreakspeareAndHughOfEvesham/config.json +43 -0
  1348. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/01 - example.txt +2 -0
  1349. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/02 - the basics.txt +6 -0
  1350. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/03 - the teens.txt +6 -0
  1351. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/04 - some powers of 10.txt +11 -0
  1352. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/05 - some powers of 2.txt +18 -0
  1353. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/06 - extrema.txt +3 -0
  1354. package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/07 - utter randomness.txt +21 -0
  1355. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/01 - example.txt +1 -0
  1356. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/02 - the basics.txt +5 -0
  1357. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/03 - the teens.txt +5 -0
  1358. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/04 - some powers of 10.txt +10 -0
  1359. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/05 - some powers of 2.txt +17 -0
  1360. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/06 - extrema.txt +2 -0
  1361. package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/07 - utter randomness.txt +20 -0
  1362. package/config/easy/NoMorePythonsPlease/code/CGCode.js +11 -0
  1363. package/config/easy/NoMorePythonsPlease/code/CGCode.php +11 -0
  1364. package/config/easy/NoMorePythonsPlease/config.json +33 -0
  1365. package/config/easy/NoMorePythonsPlease/input/01 - easy (one snake).txt +8 -0
  1366. package/config/easy/NoMorePythonsPlease/input/02 - medium 1 (3 snakes, one pattern).txt +6 -0
  1367. package/config/easy/NoMorePythonsPlease/input/03 - medium 2 (more than 1 large snake).txt +7 -0
  1368. package/config/easy/NoMorePythonsPlease/input/04 - hard (one VERY large snake).txt +17 -0
  1369. package/config/easy/NoMorePythonsPlease/input/05 - snake madness (for geeks).txt +81 -0
  1370. package/config/easy/NoMorePythonsPlease/output/01 - easy (one snake).txt +2 -0
  1371. package/config/easy/NoMorePythonsPlease/output/02 - medium 1 (3 snakes, one pattern).txt +2 -0
  1372. package/config/easy/NoMorePythonsPlease/output/03 - medium 2 (more than 1 large snake).txt +2 -0
  1373. package/config/easy/NoMorePythonsPlease/output/04 - hard (one VERY large snake).txt +2 -0
  1374. package/config/easy/NoMorePythonsPlease/output/05 - snake madness (for geeks).txt +2 -0
  1375. package/config/easy/NumberDerivation/code/CGCode.js +6 -0
  1376. package/config/easy/NumberDerivation/code/CGCode.php +7 -0
  1377. package/config/easy/NumberDerivation/config.json +33 -0
  1378. package/config/easy/NumberDerivation/input/01 - prime number.txt +1 -0
  1379. package/config/easy/NumberDerivation/input/02 - power of prime.txt +1 -0
  1380. package/config/easy/NumberDerivation/input/03 - product of primes.txt +1 -0
  1381. package/config/easy/NumberDerivation/input/04 - integer.txt +1 -0
  1382. package/config/easy/NumberDerivation/input/05 - n/342/200/231=n.txt" +1 -0
  1383. package/config/easy/NumberDerivation/output/01 - prime number.txt +1 -0
  1384. package/config/easy/NumberDerivation/output/02 - power of prime.txt +1 -0
  1385. package/config/easy/NumberDerivation/output/03 - product of primes.txt +1 -0
  1386. package/config/easy/NumberDerivation/output/04 - integer.txt +1 -0
  1387. package/config/easy/NumberDerivation/output/05 - n/342/200/231=n.txt" +1 -0
  1388. package/config/easy/ObjectInsertion/code/CGCode.js +17 -0
  1389. package/config/easy/ObjectInsertion/code/CGCode.php +16 -0
  1390. package/config/easy/ObjectInsertion/config.json +43 -0
  1391. package/config/easy/ObjectInsertion/input/01 - example.txt +13 -0
  1392. package/config/easy/ObjectInsertion/input/02 - no solution.txt +10 -0
  1393. package/config/easy/ObjectInsertion/input/03 - multiple solutions.txt +7 -0
  1394. package/config/easy/ObjectInsertion/input/04 - no place for dot.txt +7 -0
  1395. package/config/easy/ObjectInsertion/input/05 - empty smallest grid.txt +12 -0
  1396. package/config/easy/ObjectInsertion/input/06 - fragmented object.txt +11 -0
  1397. package/config/easy/ObjectInsertion/input/07 - lot of solutions.txt +14 -0
  1398. package/config/easy/ObjectInsertion/output/01 - example.txt +9 -0
  1399. package/config/easy/ObjectInsertion/output/02 - no solution.txt +1 -0
  1400. package/config/easy/ObjectInsertion/output/03 - multiple solutions.txt +1 -0
  1401. package/config/easy/ObjectInsertion/output/04 - no place for dot.txt +1 -0
  1402. package/config/easy/ObjectInsertion/output/05 - empty smallest grid.txt +6 -0
  1403. package/config/easy/ObjectInsertion/output/06 - fragmented object.txt +6 -0
  1404. package/config/easy/ObjectInsertion/output/07 - lot of solutions.txt +1 -0
  1405. package/config/easy/OffsetArrays/code/CGCode.js +10 -0
  1406. package/config/easy/OffsetArrays/code/CGCode.php +12 -0
  1407. package/config/easy/OffsetArrays/config.json +58 -0
  1408. package/config/easy/OffsetArrays/input/01 - simple.txt +5 -0
  1409. package/config/easy/OffsetArrays/input/02 - negative indexing.txt +3 -0
  1410. package/config/easy/OffsetArrays/input/03 - nested.txt +3 -0
  1411. package/config/easy/OffsetArrays/input/04 - one-based.txt +6 -0
  1412. package/config/easy/OffsetArrays/input/05 - only one element.txt +5 -0
  1413. package/config/easy/OffsetArrays/input/06 - big offsets #1.txt +5 -0
  1414. package/config/easy/OffsetArrays/input/07 - big offsets #2.txt +5 -0
  1415. package/config/easy/OffsetArrays/input/08 - deep nesting.txt +7 -0
  1416. package/config/easy/OffsetArrays/input/09 - complicated #1.txt +28 -0
  1417. package/config/easy/OffsetArrays/input/10 - complicated #2.txt +28 -0
  1418. package/config/easy/OffsetArrays/output/01 - simple.txt +1 -0
  1419. package/config/easy/OffsetArrays/output/02 - negative indexing.txt +1 -0
  1420. package/config/easy/OffsetArrays/output/03 - nested.txt +1 -0
  1421. package/config/easy/OffsetArrays/output/04 - one-based.txt +1 -0
  1422. package/config/easy/OffsetArrays/output/05 - only one element.txt +1 -0
  1423. package/config/easy/OffsetArrays/output/06 - big offsets #1.txt +1 -0
  1424. package/config/easy/OffsetArrays/output/07 - big offsets #2.txt +1 -0
  1425. package/config/easy/OffsetArrays/output/08 - deep nesting.txt +1 -0
  1426. package/config/easy/OffsetArrays/output/09 - complicated #1.txt +1 -0
  1427. package/config/easy/OffsetArrays/output/10 - complicated #2.txt +1 -0
  1428. package/config/easy/OneBillionDWorld/code/CGCode.js +7 -0
  1429. package/config/easy/OneBillionDWorld/code/CGCode.php +8 -0
  1430. package/config/easy/OneBillionDWorld/config.json +43 -0
  1431. package/config/easy/OneBillionDWorld/input/01 - test 1.txt +2 -0
  1432. package/config/easy/OneBillionDWorld/input/02 - test 2.txt +2 -0
  1433. package/config/easy/OneBillionDWorld/input/03 - test 3.txt +2 -0
  1434. package/config/easy/OneBillionDWorld/input/04 - test 4.txt +2 -0
  1435. package/config/easy/OneBillionDWorld/input/05 - test 5.txt +2 -0
  1436. package/config/easy/OneBillionDWorld/input/06 - test 6.txt +2 -0
  1437. package/config/easy/OneBillionDWorld/input/07 - test 7.txt +2 -0
  1438. package/config/easy/OneBillionDWorld/output/01 - test 1.txt +1 -0
  1439. package/config/easy/OneBillionDWorld/output/02 - test 2.txt +1 -0
  1440. package/config/easy/OneBillionDWorld/output/03 - test 3.txt +1 -0
  1441. package/config/easy/OneBillionDWorld/output/04 - test 4.txt +1 -0
  1442. package/config/easy/OneBillionDWorld/output/05 - test 5.txt +1 -0
  1443. package/config/easy/OneBillionDWorld/output/06 - test 6.txt +1 -0
  1444. package/config/easy/OneBillionDWorld/output/07 - test 7.txt +1 -0
  1445. package/config/easy/OneByOneByOneRubiksCubeMovements/code/CGCode.js +9 -0
  1446. package/config/easy/OneByOneByOneRubiksCubeMovements/code/CGCode.php +10 -0
  1447. package/config/easy/OneByOneByOneRubiksCubeMovements/config.json +38 -0
  1448. package/config/easy/OneByOneByOneRubiksCubeMovements/input/01 - one rotation.txt +3 -0
  1449. package/config/easy/OneByOneByOneRubiksCubeMovements/input/02 - two rotations.txt +3 -0
  1450. package/config/easy/OneByOneByOneRubiksCubeMovements/input/03 - give me five!.txt +3 -0
  1451. package/config/easy/OneByOneByOneRubiksCubeMovements/input/04 - identity.txt +3 -0
  1452. package/config/easy/OneByOneByOneRubiksCubeMovements/input/05 - a long route.txt +3 -0
  1453. package/config/easy/OneByOneByOneRubiksCubeMovements/input/06 - stuttering.txt +3 -0
  1454. package/config/easy/OneByOneByOneRubiksCubeMovements/output/01 - one rotation.txt +2 -0
  1455. package/config/easy/OneByOneByOneRubiksCubeMovements/output/02 - two rotations.txt +2 -0
  1456. package/config/easy/OneByOneByOneRubiksCubeMovements/output/03 - give me five!.txt +2 -0
  1457. package/config/easy/OneByOneByOneRubiksCubeMovements/output/04 - identity.txt +2 -0
  1458. package/config/easy/OneByOneByOneRubiksCubeMovements/output/05 - a long route.txt +2 -0
  1459. package/config/easy/OneByOneByOneRubiksCubeMovements/output/06 - stuttering.txt +2 -0
  1460. package/config/easy/OneDBushFire/code/CGCode.js +11 -0
  1461. package/config/easy/OneDBushFire/code/CGCode.php +14 -0
  1462. package/config/easy/OneDBushFire/config.json +33 -0
  1463. package/config/easy/OneDBushFire/input/01 - example.txt +3 -0
  1464. package/config/easy/OneDBushFire/input/02 - basic operations.txt +19 -0
  1465. package/config/easy/OneDBushFire/input/03 - smoky trail.txt +35 -0
  1466. package/config/easy/OneDBushFire/input/04 - traps in fames.txt +40 -0
  1467. package/config/easy/OneDBushFire/input/05 - ambushes.txt +81 -0
  1468. package/config/easy/OneDBushFire/output/01 - example.txt +2 -0
  1469. package/config/easy/OneDBushFire/output/02 - basic operations.txt +18 -0
  1470. package/config/easy/OneDBushFire/output/03 - smoky trail.txt +34 -0
  1471. package/config/easy/OneDBushFire/output/04 - traps in fames.txt +39 -0
  1472. package/config/easy/OneDBushFire/output/05 - ambushes.txt +80 -0
  1473. package/config/easy/OneDSpreadsheet/code/CGCode.js +14 -0
  1474. package/config/easy/OneDSpreadsheet/code/CGCode.php +14 -0
  1475. package/config/easy/OneDSpreadsheet/config.json +73 -0
  1476. package/config/easy/OneDSpreadsheet/input/01 - simple dependency.txt +3 -0
  1477. package/config/easy/OneDSpreadsheet/input/02 - double dependency.txt +4 -0
  1478. package/config/easy/OneDSpreadsheet/input/03 - subtraction.txt +3 -0
  1479. package/config/easy/OneDSpreadsheet/input/04 - multiplication.txt +3 -0
  1480. package/config/easy/OneDSpreadsheet/input/05 - no dependencies.txt +4 -0
  1481. package/config/easy/OneDSpreadsheet/input/06 - coefficients.txt +8 -0
  1482. package/config/easy/OneDSpreadsheet/input/07 - fibonacci.txt +10 -0
  1483. package/config/easy/OneDSpreadsheet/input/08 - backward dependency.txt +3 -0
  1484. package/config/easy/OneDSpreadsheet/input/09 - diamond dependency.txt +5 -0
  1485. package/config/easy/OneDSpreadsheet/input/10 - accounting is easy.txt +7 -0
  1486. package/config/easy/OneDSpreadsheet/input/11 - accounting is hard 1.txt +101 -0
  1487. package/config/easy/OneDSpreadsheet/input/12 - accounting is hard 2.txt +101 -0
  1488. package/config/easy/OneDSpreadsheet/input/13 - deep birecursion.txt +93 -0
  1489. package/config/easy/OneDSpreadsheet/output/01 - simple dependency.txt +2 -0
  1490. package/config/easy/OneDSpreadsheet/output/02 - double dependency.txt +3 -0
  1491. package/config/easy/OneDSpreadsheet/output/03 - subtraction.txt +2 -0
  1492. package/config/easy/OneDSpreadsheet/output/04 - multiplication.txt +2 -0
  1493. package/config/easy/OneDSpreadsheet/output/05 - no dependencies.txt +3 -0
  1494. package/config/easy/OneDSpreadsheet/output/06 - coefficients.txt +7 -0
  1495. package/config/easy/OneDSpreadsheet/output/07 - fibonacci.txt +9 -0
  1496. package/config/easy/OneDSpreadsheet/output/08 - backward dependency.txt +2 -0
  1497. package/config/easy/OneDSpreadsheet/output/09 - diamond dependency.txt +4 -0
  1498. package/config/easy/OneDSpreadsheet/output/10 - accounting is easy.txt +6 -0
  1499. package/config/easy/OneDSpreadsheet/output/11 - accounting is hard 1.txt +100 -0
  1500. package/config/easy/OneDSpreadsheet/output/12 - accounting is hard 2.txt +100 -0
  1501. package/config/easy/OneDSpreadsheet/output/13 - deep birecursion.txt +92 -0
  1502. package/config/easy/OrderOfSuccession/code/CGCode.js +15 -0
  1503. package/config/easy/OrderOfSuccession/code/CGCode.php +11 -0
  1504. package/config/easy/OrderOfSuccession/config.json +28 -0
  1505. package/config/easy/OrderOfSuccession/input/01 - a simple tree.txt +7 -0
  1506. package/config/easy/OrderOfSuccession/input/02 - full Elizabeth tree.txt +19 -0
  1507. package/config/easy/OrderOfSuccession/input/03 - dead people.txt +27 -0
  1508. package/config/easy/OrderOfSuccession/input/04 - non anglican people.txt +67 -0
  1509. package/config/easy/OrderOfSuccession/output/01 - a simple tree.txt +6 -0
  1510. package/config/easy/OrderOfSuccession/output/02 - full Elizabeth tree.txt +18 -0
  1511. package/config/easy/OrderOfSuccession/output/03 - dead people.txt +24 -0
  1512. package/config/easy/OrderOfSuccession/output/04 - non anglican people.txt +57 -0
  1513. package/config/easy/OrganicCompounds/code/CGCode.js +9 -0
  1514. package/config/easy/OrganicCompounds/code/CGCode.php +11 -0
  1515. package/config/easy/OrganicCompounds/config.json +63 -0
  1516. package/config/easy/OrganicCompounds/input/01 - saturated hydrocarbon (valid).txt +2 -0
  1517. package/config/easy/OrganicCompounds/input/02 - unsaturated hydrocarbon (valid).txt +2 -0
  1518. package/config/easy/OrganicCompounds/input/03 - hydrocarbon with 1 substituent.txt +4 -0
  1519. package/config/easy/OrganicCompounds/input/04 - multiple substituents (invalid).txt +6 -0
  1520. package/config/easy/OrganicCompounds/input/05 - unsaturated hydrocarbon with substituents.txt +6 -0
  1521. package/config/easy/OrganicCompounds/input/06 - INVALID.txt +6 -0
  1522. package/config/easy/OrganicCompounds/input/07 - cyclic hydrocarbon.txt +4 -0
  1523. package/config/easy/OrganicCompounds/input/08 - cyclic hydrocarbon with substituents.txt +6 -0
  1524. package/config/easy/OrganicCompounds/input/09 - 2 carbon cycles.txt +6 -0
  1525. package/config/easy/OrganicCompounds/input/10 - enormous compound.txt +12 -0
  1526. package/config/easy/OrganicCompounds/input/11 - codingame.txt +8 -0
  1527. package/config/easy/OrganicCompounds/output/01 - saturated hydrocarbon (valid).txt +1 -0
  1528. package/config/easy/OrganicCompounds/output/02 - unsaturated hydrocarbon (valid).txt +1 -0
  1529. package/config/easy/OrganicCompounds/output/03 - hydrocarbon with 1 substituent.txt +1 -0
  1530. package/config/easy/OrganicCompounds/output/04 - multiple substituents (invalid).txt +1 -0
  1531. package/config/easy/OrganicCompounds/output/05 - unsaturated hydrocarbon with substituents.txt +1 -0
  1532. package/config/easy/OrganicCompounds/output/06 - INVALID.txt +1 -0
  1533. package/config/easy/OrganicCompounds/output/07 - cyclic hydrocarbon.txt +1 -0
  1534. package/config/easy/OrganicCompounds/output/08 - cyclic hydrocarbon with substituents.txt +1 -0
  1535. package/config/easy/OrganicCompounds/output/09 - 2 carbon cycles.txt +1 -0
  1536. package/config/easy/OrganicCompounds/output/10 - enormous compound.txt +1 -0
  1537. package/config/easy/OrganicCompounds/output/11 - codingame.txt +1 -0
  1538. package/config/easy/ParkPilot/code/CGCode.js +22 -0
  1539. package/config/easy/ParkPilot/code/CGCode.php +26 -0
  1540. package/config/easy/ParkPilot/config.json +33 -0
  1541. package/config/easy/ParkPilot/input/01 - test 1.txt +32 -0
  1542. package/config/easy/ParkPilot/input/02 - test 2.txt +75 -0
  1543. package/config/easy/ParkPilot/input/03 - test 3.txt +75 -0
  1544. package/config/easy/ParkPilot/input/04 - test 4.txt +156 -0
  1545. package/config/easy/ParkPilot/input/05 - test 5.txt +154 -0
  1546. package/config/easy/ParkPilot/output/01 - test 1.txt +4 -0
  1547. package/config/easy/ParkPilot/output/02 - test 2.txt +5 -0
  1548. package/config/easy/ParkPilot/output/03 - test 3.txt +5 -0
  1549. package/config/easy/ParkPilot/output/04 - test 4.txt +2 -0
  1550. package/config/easy/ParkPilot/output/05 - test 5.txt +10 -0
  1551. package/config/easy/ParseSQLQueries/code/CGCode.js +11 -0
  1552. package/config/easy/ParseSQLQueries/code/CGCode.php +13 -0
  1553. package/config/easy/ParseSQLQueries/config.json +33 -0
  1554. package/config/easy/ParseSQLQueries/input/01 - select all.txt +6 -0
  1555. package/config/easy/ParseSQLQueries/input/02 - select from where.txt +8 -0
  1556. package/config/easy/ParseSQLQueries/input/03 - ORDER BY DESC.txt +11 -0
  1557. package/config/easy/ParseSQLQueries/input/04 - slightly bigger table.txt +13 -0
  1558. package/config/easy/ParseSQLQueries/input/05 - titanic table.txt +33 -0
  1559. package/config/easy/ParseSQLQueries/output/01 - select all.txt +4 -0
  1560. package/config/easy/ParseSQLQueries/output/02 - select from where.txt +3 -0
  1561. package/config/easy/ParseSQLQueries/output/03 - ORDER BY DESC.txt +4 -0
  1562. package/config/easy/ParseSQLQueries/output/04 - slightly bigger table.txt +2 -0
  1563. package/config/easy/ParseSQLQueries/output/05 - titanic table.txt +31 -0
  1564. package/config/easy/PersonalBest/code/CGCode.js +11 -0
  1565. package/config/easy/PersonalBest/code/CGCode.php +13 -0
  1566. package/config/easy/PersonalBest/config.json +33 -0
  1567. package/config/easy/PersonalBest/input/01 - single gymnast, single record.txt +4 -0
  1568. package/config/easy/PersonalBest/input/02 - single gymnast, multiple records.txt +6 -0
  1569. package/config/easy/PersonalBest/input/03 - single gymnast, multiple names.txt +6 -0
  1570. package/config/easy/PersonalBest/input/04 - multiple gymnasts, single category, multiple competitions.txt +33 -0
  1571. package/config/easy/PersonalBest/input/05 - multiple gymnasts, multiple categories, multiple competitions.txt +31 -0
  1572. package/config/easy/PersonalBest/output/01 - single gymnast, single record.txt +1 -0
  1573. package/config/easy/PersonalBest/output/02 - single gymnast, multiple records.txt +1 -0
  1574. package/config/easy/PersonalBest/output/03 - single gymnast, multiple names.txt +1 -0
  1575. package/config/easy/PersonalBest/output/04 - multiple gymnasts, single category, multiple competitions.txt +2 -0
  1576. package/config/easy/PersonalBest/output/05 - multiple gymnasts, multiple categories, multiple competitions.txt +3 -0
  1577. package/config/easy/PiratesTreasure/code/CGCode.js +13 -0
  1578. package/config/easy/PiratesTreasure/code/CGCode.php +16 -0
  1579. package/config/easy/PiratesTreasure/config.json +33 -0
  1580. package/config/easy/PiratesTreasure/input/01 - smallest island.txt +4 -0
  1581. package/config/easy/PiratesTreasure/input/02 - fully surrounded.txt +6 -0
  1582. package/config/easy/PiratesTreasure/input/03 - small island.txt +9 -0
  1583. package/config/easy/PiratesTreasure/input/04 - large island.txt +27 -0
  1584. package/config/easy/PiratesTreasure/input/05 - edge.txt +6 -0
  1585. package/config/easy/PiratesTreasure/output/01 - smallest island.txt +1 -0
  1586. package/config/easy/PiratesTreasure/output/02 - fully surrounded.txt +1 -0
  1587. package/config/easy/PiratesTreasure/output/03 - small island.txt +1 -0
  1588. package/config/easy/PiratesTreasure/output/04 - large island.txt +1 -0
  1589. package/config/easy/PiratesTreasure/output/05 - edge.txt +1 -0
  1590. package/config/easy/PrefixCode/code/CGCode.js +12 -0
  1591. package/config/easy/PrefixCode/code/CGCode.php +11 -0
  1592. package/config/easy/PrefixCode/config.json +68 -0
  1593. package/config/easy/PrefixCode/input/01 - abracadabra.txt +7 -0
  1594. package/config/easy/PrefixCode/input/02 - hello world !.txt +11 -0
  1595. package/config/easy/PrefixCode/input/03 - extra bit at the end.txt +20 -0
  1596. package/config/easy/PrefixCode/input/04 - missing first character.txt +16 -0
  1597. package/config/easy/PrefixCode/input/05 - inception.txt +14 -0
  1598. package/config/easy/PrefixCode/input/06 - poor table.txt +25 -0
  1599. package/config/easy/PrefixCode/input/07 - no table !.txt +2 -0
  1600. package/config/easy/PrefixCode/input/08 - lonely character.txt +3 -0
  1601. package/config/easy/PrefixCode/input/09 - ASCII art.txt +8 -0
  1602. package/config/easy/PrefixCode/input/10 - lorem ipsum.txt +37 -0
  1603. package/config/easy/PrefixCode/input/11 - parallel or not.txt +7 -0
  1604. package/config/easy/PrefixCode/input/12 - lonely character v2.txt +3 -0
  1605. package/config/easy/PrefixCode/output/01 - abracadabra.txt +1 -0
  1606. package/config/easy/PrefixCode/output/02 - hello world !.txt +1 -0
  1607. package/config/easy/PrefixCode/output/03 - extra bit at the end.txt +1 -0
  1608. package/config/easy/PrefixCode/output/04 - missing first character.txt +1 -0
  1609. package/config/easy/PrefixCode/output/05 - inception.txt +26 -0
  1610. package/config/easy/PrefixCode/output/06 - poor table.txt +1 -0
  1611. package/config/easy/PrefixCode/output/07 - no table !.txt +1 -0
  1612. package/config/easy/PrefixCode/output/08 - lonely character.txt +1 -0
  1613. package/config/easy/PrefixCode/output/09 - ASCII art.txt +5 -0
  1614. package/config/easy/PrefixCode/output/10 - lorem ipsum.txt +8 -0
  1615. package/config/easy/PrefixCode/output/11 - parallel or not.txt +18 -0
  1616. package/config/easy/PrefixCode/output/12 - lonely character v2.txt +1 -0
  1617. package/config/easy/ProbabilityForDummies/code/CGCode.js +7 -0
  1618. package/config/easy/ProbabilityForDummies/code/CGCode.php +8 -0
  1619. package/config/easy/ProbabilityForDummies/config.json +33 -0
  1620. package/config/easy/ProbabilityForDummies/input/01 - test 1.txt +2 -0
  1621. package/config/easy/ProbabilityForDummies/input/02 - test 2.txt +2 -0
  1622. package/config/easy/ProbabilityForDummies/input/03 - test 3.txt +2 -0
  1623. package/config/easy/ProbabilityForDummies/input/04 - test 4.txt +2 -0
  1624. package/config/easy/ProbabilityForDummies/input/05 - test 5.txt +2 -0
  1625. package/config/easy/ProbabilityForDummies/output/01 - test 1.txt +1 -0
  1626. package/config/easy/ProbabilityForDummies/output/02 - test 2.txt +1 -0
  1627. package/config/easy/ProbabilityForDummies/output/03 - test 3.txt +1 -0
  1628. package/config/easy/ProbabilityForDummies/output/04 - test 4.txt +1 -0
  1629. package/config/easy/ProbabilityForDummies/output/05 - test 5.txt +1 -0
  1630. package/config/easy/RandomWalk/code/CGCode.js +8 -0
  1631. package/config/easy/RandomWalk/code/CGCode.php +9 -0
  1632. package/config/easy/RandomWalk/config.json +33 -0
  1633. package/config/easy/RandomWalk/input/01 - test 1.txt +3 -0
  1634. package/config/easy/RandomWalk/input/02 - test 2.txt +3 -0
  1635. package/config/easy/RandomWalk/input/03 - test 3.txt +3 -0
  1636. package/config/easy/RandomWalk/input/04 - test 4.txt +3 -0
  1637. package/config/easy/RandomWalk/input/05 - test 5.txt +3 -0
  1638. package/config/easy/RandomWalk/output/01 - test 1.txt +1 -0
  1639. package/config/easy/RandomWalk/output/02 - test 2.txt +1 -0
  1640. package/config/easy/RandomWalk/output/03 - test 3.txt +1 -0
  1641. package/config/easy/RandomWalk/output/04 - test 4.txt +1 -0
  1642. package/config/easy/RandomWalk/output/05 - test 5.txt +1 -0
  1643. package/config/easy/RectanglePartition/code/CGCode.js +18 -0
  1644. package/config/easy/RectanglePartition/code/CGCode.php +17 -0
  1645. package/config/easy/RectanglePartition/config.json +53 -0
  1646. package/config/easy/RectanglePartition/input/01 - sample.txt +3 -0
  1647. package/config/easy/RectanglePartition/input/02 - squarish.txt +3 -0
  1648. package/config/easy/RectanglePartition/input/03 - bigger 1.txt +3 -0
  1649. package/config/easy/RectanglePartition/input/04 - bigger 2.txt +3 -0
  1650. package/config/easy/RectanglePartition/input/05 - lo-density 1.txt +3 -0
  1651. package/config/easy/RectanglePartition/input/06 - lo-density 2.txt +3 -0
  1652. package/config/easy/RectanglePartition/input/07 - hi-density 1.txt +3 -0
  1653. package/config/easy/RectanglePartition/input/08 - hi-density 2.txt +3 -0
  1654. package/config/easy/RectanglePartition/input/09 - imbalance.txt +3 -0
  1655. package/config/easy/RectanglePartition/output/01 - sample.txt +1 -0
  1656. package/config/easy/RectanglePartition/output/02 - squarish.txt +1 -0
  1657. package/config/easy/RectanglePartition/output/03 - bigger 1.txt +1 -0
  1658. package/config/easy/RectanglePartition/output/04 - bigger 2.txt +1 -0
  1659. package/config/easy/RectanglePartition/output/05 - lo-density 1.txt +1 -0
  1660. package/config/easy/RectanglePartition/output/06 - lo-density 2.txt +1 -0
  1661. package/config/easy/RectanglePartition/output/07 - hi-density 1.txt +1 -0
  1662. package/config/easy/RectanglePartition/output/08 - hi-density 2.txt +1 -0
  1663. package/config/easy/RectanglePartition/output/09 - imbalance.txt +1 -0
  1664. package/config/easy/RectangularBlockSpinner/code/CGCode.js +10 -0
  1665. package/config/easy/RectangularBlockSpinner/code/CGCode.php +12 -0
  1666. package/config/easy/RectangularBlockSpinner/config.json +28 -0
  1667. package/config/easy/RectangularBlockSpinner/input/01 - shine bright like a dimond.txt +7 -0
  1668. package/config/easy/RectangularBlockSpinner/input/02 - small random 1.txt +14 -0
  1669. package/config/easy/RectangularBlockSpinner/input/03 - small random 2.txt +14 -0
  1670. package/config/easy/RectangularBlockSpinner/input/04 - large random.txt +18 -0
  1671. package/config/easy/RectangularBlockSpinner/output/01 - shine bright like a dimond.txt +9 -0
  1672. package/config/easy/RectangularBlockSpinner/output/02 - small random 1.txt +23 -0
  1673. package/config/easy/RectangularBlockSpinner/output/03 - small random 2.txt +23 -0
  1674. package/config/easy/RectangularBlockSpinner/output/04 - large random.txt +31 -0
  1675. package/config/easy/RetainingWater/code/CGCode.js +9 -0
  1676. package/config/easy/RetainingWater/code/CGCode.php +11 -0
  1677. package/config/easy/RetainingWater/config.json +38 -0
  1678. package/config/easy/RetainingWater/input/01 - test 1.txt +11 -0
  1679. package/config/easy/RetainingWater/input/02 - test 2.txt +11 -0
  1680. package/config/easy/RetainingWater/input/03 - test 3.txt +11 -0
  1681. package/config/easy/RetainingWater/input/04 - test 4.txt +21 -0
  1682. package/config/easy/RetainingWater/input/05 - test 5.txt +31 -0
  1683. package/config/easy/RetainingWater/input/06 - test 6.txt +41 -0
  1684. package/config/easy/RetainingWater/output/01 - test 1.txt +1 -0
  1685. package/config/easy/RetainingWater/output/02 - test 2.txt +1 -0
  1686. package/config/easy/RetainingWater/output/03 - test 3.txt +1 -0
  1687. package/config/easy/RetainingWater/output/04 - test 4.txt +1 -0
  1688. package/config/easy/RetainingWater/output/05 - test 5.txt +1 -0
  1689. package/config/easy/RetainingWater/output/06 - test 6.txt +1 -0
  1690. package/config/easy/RetroTypewriterArt/code/CGCode.js +6 -0
  1691. package/config/easy/RetroTypewriterArt/code/CGCode.php +7 -0
  1692. package/config/easy/RetroTypewriterArt/config.json +58 -0
  1693. package/config/easy/RetroTypewriterArt/input/01 - simple cat.txt +1 -0
  1694. package/config/easy/RetroTypewriterArt/input/02 - spider.txt +1 -0
  1695. package/config/easy/RetroTypewriterArt/input/03 - hen night.txt +1 -0
  1696. package/config/easy/RetroTypewriterArt/input/04 - winnie has head room.txt +1 -0
  1697. package/config/easy/RetroTypewriterArt/input/05 - a foundation of 8/342/200/231s.txt" +1 -0
  1698. package/config/easy/RetroTypewriterArt/input/06 - minimalist.txt +1 -0
  1699. package/config/easy/RetroTypewriterArt/input/07 - impossible triangle.txt +1 -0
  1700. package/config/easy/RetroTypewriterArt/input/08 - alien.txt +1 -0
  1701. package/config/easy/RetroTypewriterArt/input/09 - tree.txt +1 -0
  1702. package/config/easy/RetroTypewriterArt/input/10 - flamingo fran.txt +1 -0
  1703. package/config/easy/RetroTypewriterArt/output/01 - simple cat.txt +4 -0
  1704. package/config/easy/RetroTypewriterArt/output/02 - spider.txt +19 -0
  1705. package/config/easy/RetroTypewriterArt/output/03 - hen night.txt +10 -0
  1706. package/config/easy/RetroTypewriterArt/output/04 - winnie has head room.txt +13 -0
  1707. package/config/easy/RetroTypewriterArt/output/05 - a foundation of 8/342/200/231s.txt" +8 -0
  1708. package/config/easy/RetroTypewriterArt/output/06 - minimalist.txt +1 -0
  1709. package/config/easy/RetroTypewriterArt/output/07 - impossible triangle.txt +12 -0
  1710. package/config/easy/RetroTypewriterArt/output/08 - alien.txt +18 -0
  1711. package/config/easy/RetroTypewriterArt/output/09 - tree.txt +18 -0
  1712. package/config/easy/RetroTypewriterArt/output/10 - flamingo fran.txt +21 -0
  1713. package/config/easy/ReverseFizzBuzz/code/CGCode.js +9 -0
  1714. package/config/easy/ReverseFizzBuzz/code/CGCode.php +11 -0
  1715. package/config/easy/ReverseFizzBuzz/config.json +33 -0
  1716. package/config/easy/ReverseFizzBuzz/input/01 - sample.txt +16 -0
  1717. package/config/easy/ReverseFizzBuzz/input/02 - everything is a Fizz.txt +21 -0
  1718. package/config/easy/ReverseFizzBuzz/input/03 - Fizz is Buzz.txt +21 -0
  1719. package/config/easy/ReverseFizzBuzz/input/04 - one Fizz to rule them all.txt +31 -0
  1720. package/config/easy/ReverseFizzBuzz/input/05 - tricky.txt +22 -0
  1721. package/config/easy/ReverseFizzBuzz/output/01 - sample.txt +1 -0
  1722. package/config/easy/ReverseFizzBuzz/output/02 - everything is a Fizz.txt +1 -0
  1723. package/config/easy/ReverseFizzBuzz/output/03 - Fizz is Buzz.txt +1 -0
  1724. package/config/easy/ReverseFizzBuzz/output/04 - one Fizz to rule them all.txt +1 -0
  1725. package/config/easy/ReverseFizzBuzz/output/05 - tricky.txt +1 -0
  1726. package/config/easy/ReverseMinesweeper/code/CGCode.js +10 -0
  1727. package/config/easy/ReverseMinesweeper/code/CGCode.php +12 -0
  1728. package/config/easy/ReverseMinesweeper/config.json +28 -0
  1729. package/config/easy/ReverseMinesweeper/input/01 - one mine.txt +11 -0
  1730. package/config/easy/ReverseMinesweeper/input/02 - many mines.txt +9 -0
  1731. package/config/easy/ReverseMinesweeper/input/03 - lot of mines.txt +13 -0
  1732. package/config/easy/ReverseMinesweeper/input/04 - no mine.txt +14 -0
  1733. package/config/easy/ReverseMinesweeper/output/01 - one mine.txt +9 -0
  1734. package/config/easy/ReverseMinesweeper/output/02 - many mines.txt +7 -0
  1735. package/config/easy/ReverseMinesweeper/output/03 - lot of mines.txt +11 -0
  1736. package/config/easy/ReverseMinesweeper/output/04 - no mine.txt +12 -0
  1737. package/config/easy/RobotReach/code/CGCode.js +8 -0
  1738. package/config/easy/RobotReach/code/CGCode.php +9 -0
  1739. package/config/easy/RobotReach/config.json +33 -0
  1740. package/config/easy/RobotReach/input/01 - simple 3x3.txt +3 -0
  1741. package/config/easy/RobotReach/input/02 - simple 3x3 - 3.txt +3 -0
  1742. package/config/easy/RobotReach/input/03 - test 3.txt +3 -0
  1743. package/config/easy/RobotReach/input/04 - test 4.txt +3 -0
  1744. package/config/easy/RobotReach/input/05 - test 5.txt +3 -0
  1745. package/config/easy/RobotReach/output/01 - simple 3x3.txt +1 -0
  1746. package/config/easy/RobotReach/output/02 - simple 3x3 - 3.txt +1 -0
  1747. package/config/easy/RobotReach/output/03 - test 3.txt +1 -0
  1748. package/config/easy/RobotReach/output/04 - test 4.txt +1 -0
  1749. package/config/easy/RobotReach/output/05 - test 5.txt +1 -0
  1750. package/config/easy/RobotShow/code/CGCode.js +11 -0
  1751. package/config/easy/RobotShow/code/CGCode.php +11 -0
  1752. package/config/easy/RobotShow/config.json +38 -0
  1753. package/config/easy/RobotShow/input/01 - example.txt +3 -0
  1754. package/config/easy/RobotShow/input/02 - simple.txt +3 -0
  1755. package/config/easy/RobotShow/input/03 - more bots.txt +3 -0
  1756. package/config/easy/RobotShow/input/04 - ping pong.txt +3 -0
  1757. package/config/easy/RobotShow/input/05 - traffic jam.txt +3 -0
  1758. package/config/easy/RobotShow/input/06 - singular.txt +3 -0
  1759. package/config/easy/RobotShow/output/01 - example.txt +1 -0
  1760. package/config/easy/RobotShow/output/02 - simple.txt +1 -0
  1761. package/config/easy/RobotShow/output/03 - more bots.txt +1 -0
  1762. package/config/easy/RobotShow/output/04 - ping pong.txt +1 -0
  1763. package/config/easy/RobotShow/output/05 - traffic jam.txt +1 -0
  1764. package/config/easy/RobotShow/output/06 - singular.txt +1 -0
  1765. package/config/easy/RockPaperScissorsLizardSpock/code/CGCode.js +11 -0
  1766. package/config/easy/RockPaperScissorsLizardSpock/code/CGCode.php +11 -0
  1767. package/config/easy/RockPaperScissorsLizardSpock/config.json +33 -0
  1768. package/config/easy/RockPaperScissorsLizardSpock/input/01 - test 1 - same as example.txt +9 -0
  1769. package/config/easy/RockPaperScissorsLizardSpock/input/02 - test 2 - with 2 players.txt +3 -0
  1770. package/config/easy/RockPaperScissorsLizardSpock/input/03 - test 3 - with 32 players.txt +33 -0
  1771. package/config/easy/RockPaperScissorsLizardSpock/input/04 - test 4 - only rock and paper.txt +129 -0
  1772. package/config/easy/RockPaperScissorsLizardSpock/input/05 - test 5 - with 1024 players.txt +1025 -0
  1773. package/config/easy/RockPaperScissorsLizardSpock/output/01 - test 1 - same as example.txt +2 -0
  1774. package/config/easy/RockPaperScissorsLizardSpock/output/02 - test 2 - with 2 players.txt +2 -0
  1775. package/config/easy/RockPaperScissorsLizardSpock/output/03 - test 3 - with 32 players.txt +2 -0
  1776. package/config/easy/RockPaperScissorsLizardSpock/output/04 - test 4 - only rock and paper.txt +2 -0
  1777. package/config/easy/RockPaperScissorsLizardSpock/output/05 - test 5 - with 1024 players.txt +2 -0
  1778. package/config/easy/RooksMovements/code/CGCode.js +12 -0
  1779. package/config/easy/RooksMovements/code/CGCode.php +12 -0
  1780. package/config/easy/RooksMovements/config.json +28 -0
  1781. package/config/easy/RooksMovements/input/01 - MOVING FREELY.txt +4 -0
  1782. package/config/easy/RooksMovements/input/02 - CLOSE TO THE EDGE.txt +7 -0
  1783. package/config/easy/RooksMovements/input/03 - ONLY ALLIES.txt +4 -0
  1784. package/config/easy/RooksMovements/input/04 - FOR FRODOOO.txt +5 -0
  1785. package/config/easy/RooksMovements/output/01 - MOVING FREELY.txt +14 -0
  1786. package/config/easy/RooksMovements/output/02 - CLOSE TO THE EDGE.txt +6 -0
  1787. package/config/easy/RooksMovements/output/03 - ONLY ALLIES.txt +10 -0
  1788. package/config/easy/RooksMovements/output/04 - FOR FRODOOO.txt +9 -0
  1789. package/config/easy/RotatingArrows/code/CGCode.js +14 -0
  1790. package/config/easy/RotatingArrows/code/CGCode.php +13 -0
  1791. package/config/easy/RotatingArrows/config.json +28 -0
  1792. package/config/easy/RotatingArrows/input/01 - simple.txt +3 -0
  1793. package/config/easy/RotatingArrows/input/02 - more rotate.txt +5 -0
  1794. package/config/easy/RotatingArrows/input/03 - overflow.txt +7 -0
  1795. package/config/easy/RotatingArrows/input/04 - repeat.txt +7 -0
  1796. package/config/easy/RotatingArrows/output/01 - simple.txt +1 -0
  1797. package/config/easy/RotatingArrows/output/02 - more rotate.txt +1 -0
  1798. package/config/easy/RotatingArrows/output/03 - overflow.txt +1 -0
  1799. package/config/easy/RotatingArrows/output/04 - repeat.txt +1 -0
  1800. package/config/easy/RugbyScore/code/CGCode.js +6 -0
  1801. package/config/easy/RugbyScore/code/CGCode.php +7 -0
  1802. package/config/easy/RugbyScore/config.json +28 -0
  1803. package/config/easy/RugbyScore/input/01 - test 1.txt +1 -0
  1804. package/config/easy/RugbyScore/input/02 - test 2.txt +1 -0
  1805. package/config/easy/RugbyScore/input/03 - test 3.txt +1 -0
  1806. package/config/easy/RugbyScore/input/04 - test 4.txt +1 -0
  1807. package/config/easy/RugbyScore/output/01 - test 1.txt +2 -0
  1808. package/config/easy/RugbyScore/output/02 - test 2.txt +3 -0
  1809. package/config/easy/RugbyScore/output/03 - test 3.txt +4 -0
  1810. package/config/easy/RugbyScore/output/04 - test 4.txt +43 -0
  1811. package/config/easy/SecondDegreePolynomialSimpleAnalysis/code/CGCode.js +9 -0
  1812. package/config/easy/SecondDegreePolynomialSimpleAnalysis/code/CGCode.php +7 -0
  1813. package/config/easy/SecondDegreePolynomialSimpleAnalysis/config.json +38 -0
  1814. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/01 - centered parabol, 1 intersection.txt +1 -0
  1815. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/02 - horizontal line, 1 intersection to be rounded.txt +1 -0
  1816. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/03 - straight line, 2 intersections.txt +1 -0
  1817. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/04 - centered parabol, 3 intersections.txt +1 -0
  1818. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/05 - parabol on the right, 2 intersections.txt +1 -0
  1819. package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/06 - special case.txt +1 -0
  1820. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/01 - centered parabol, 1 intersection.txt +1 -0
  1821. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/02 - horizontal line, 1 intersection to be rounded.txt +1 -0
  1822. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/03 - straight line, 2 intersections.txt +1 -0
  1823. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/04 - centered parabol, 3 intersections.txt +1 -0
  1824. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/05 - parabol on the right, 2 intersections.txt +1 -0
  1825. package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/06 - special case.txt +1 -0
  1826. package/config/easy/SelfDrivingCarTesting/code/CGCode.js +10 -0
  1827. package/config/easy/SelfDrivingCarTesting/code/CGCode.php +12 -0
  1828. package/config/easy/SelfDrivingCarTesting/config.json +28 -0
  1829. package/config/easy/SelfDrivingCarTesting/input/01 - a simple straight line.txt +3 -0
  1830. package/config/easy/SelfDrivingCarTesting/input/02 - gentleman, start your engines.txt +16 -0
  1831. package/config/easy/SelfDrivingCarTesting/input/03 - the Senna /342/200/230S/342/200/231.txt" +19 -0
  1832. package/config/easy/SelfDrivingCarTesting/input/04 - drunk car.txt +19 -0
  1833. package/config/easy/SelfDrivingCarTesting/output/01 - a simple straight line.txt +10 -0
  1834. package/config/easy/SelfDrivingCarTesting/output/02 - gentleman, start your engines.txt +36 -0
  1835. package/config/easy/SelfDrivingCarTesting/output/03 - the Senna /342/200/230S/342/200/231.txt" +23 -0
  1836. package/config/easy/SelfDrivingCarTesting/output/04 - drunk car.txt +33 -0
  1837. package/config/easy/SevenSegmentScanner/code/CGCode.js +8 -0
  1838. package/config/easy/SevenSegmentScanner/code/CGCode.php +9 -0
  1839. package/config/easy/SevenSegmentScanner/config.json +33 -0
  1840. package/config/easy/SevenSegmentScanner/input/01 - example.txt +3 -0
  1841. package/config/easy/SevenSegmentScanner/input/02 - zeroes.txt +3 -0
  1842. package/config/easy/SevenSegmentScanner/input/03 - short number.txt +3 -0
  1843. package/config/easy/SevenSegmentScanner/input/04 - long number.txt +3 -0
  1844. package/config/easy/SevenSegmentScanner/input/05 - super long number.txt +3 -0
  1845. package/config/easy/SevenSegmentScanner/output/01 - example.txt +1 -0
  1846. package/config/easy/SevenSegmentScanner/output/02 - zeroes.txt +1 -0
  1847. package/config/easy/SevenSegmentScanner/output/03 - short number.txt +1 -0
  1848. package/config/easy/SevenSegmentScanner/output/04 - long number.txt +1 -0
  1849. package/config/easy/SevenSegmentScanner/output/05 - super long number.txt +1 -0
  1850. package/config/easy/ShadowCasting/code/CGCode.js +9 -0
  1851. package/config/easy/ShadowCasting/code/CGCode.php +11 -0
  1852. package/config/easy/ShadowCasting/config.json +28 -0
  1853. package/config/easy/ShadowCasting/input/01 - X.txt +8 -0
  1854. package/config/easy/ShadowCasting/input/02 - square.txt +6 -0
  1855. package/config/easy/ShadowCasting/input/03 - coding games.txt +16 -0
  1856. package/config/easy/ShadowCasting/input/04 - ASCII.txt +8 -0
  1857. package/config/easy/ShadowCasting/output/01 - X.txt +9 -0
  1858. package/config/easy/ShadowCasting/output/02 - square.txt +7 -0
  1859. package/config/easy/ShadowCasting/output/03 - coding games.txt +17 -0
  1860. package/config/easy/ShadowCasting/output/04 - ASCII.txt +9 -0
  1861. package/config/easy/SimpleAIDuels/code/CGCode.js +18 -0
  1862. package/config/easy/SimpleAIDuels/code/CGCode.php +17 -0
  1863. package/config/easy/SimpleAIDuels/config.json +43 -0
  1864. package/config/easy/SimpleAIDuels/input/01 - nice guys.txt +5 -0
  1865. package/config/easy/SimpleAIDuels/input/02 - no more mr nice guy.txt +8 -0
  1866. package/config/easy/SimpleAIDuels/input/03 - two jokers.txt +5 -0
  1867. package/config/easy/SimpleAIDuels/input/04 - tit for tat.txt +7 -0
  1868. package/config/easy/SimpleAIDuels/input/05 - nice guy but don/342/200/231t fool me.txt" +9 -0
  1869. package/config/easy/SimpleAIDuels/input/06 - short memory nice guy.txt +9 -0
  1870. package/config/easy/SimpleAIDuels/input/07 - machiavel.txt +9 -0
  1871. package/config/easy/SimpleAIDuels/output/01 - nice guys.txt +1 -0
  1872. package/config/easy/SimpleAIDuels/output/02 - no more mr nice guy.txt +1 -0
  1873. package/config/easy/SimpleAIDuels/output/03 - two jokers.txt +1 -0
  1874. package/config/easy/SimpleAIDuels/output/04 - tit for tat.txt +1 -0
  1875. package/config/easy/SimpleAIDuels/output/05 - nice guy but don/342/200/231t fool me.txt" +1 -0
  1876. package/config/easy/SimpleAIDuels/output/06 - short memory nice guy.txt +1 -0
  1877. package/config/easy/SimpleAIDuels/output/07 - machiavel.txt +1 -0
  1878. package/config/easy/SimpleAutoScaling/code/CGCode.js +20 -0
  1879. package/config/easy/SimpleAutoScaling/code/CGCode.php +23 -0
  1880. package/config/easy/SimpleAutoScaling/config.json +33 -0
  1881. package/config/easy/SimpleAutoScaling/input/01 - example.txt +5 -0
  1882. package/config/easy/SimpleAutoScaling/input/02 - slow start.txt +7 -0
  1883. package/config/easy/SimpleAutoScaling/input/03 - medium.txt +12 -0
  1884. package/config/easy/SimpleAutoScaling/input/04 - lot of services.txt +9 -0
  1885. package/config/easy/SimpleAutoScaling/input/05 - one service.txt +7 -0
  1886. package/config/easy/SimpleAutoScaling/output/01 - example.txt +3 -0
  1887. package/config/easy/SimpleAutoScaling/output/02 - slow start.txt +5 -0
  1888. package/config/easy/SimpleAutoScaling/output/03 - medium.txt +10 -0
  1889. package/config/easy/SimpleAutoScaling/output/04 - lot of services.txt +7 -0
  1890. package/config/easy/SimpleAutoScaling/output/05 - one service.txt +5 -0
  1891. package/config/easy/SimpleAwale/code/CGCode.js +8 -0
  1892. package/config/easy/SimpleAwale/code/CGCode.php +9 -0
  1893. package/config/easy/SimpleAwale/config.json +33 -0
  1894. package/config/easy/SimpleAwale/input/01 - test 1.txt +3 -0
  1895. package/config/easy/SimpleAwale/input/02 - test 2.txt +3 -0
  1896. package/config/easy/SimpleAwale/input/03 - test 3.txt +3 -0
  1897. package/config/easy/SimpleAwale/input/04 - test 4.txt +3 -0
  1898. package/config/easy/SimpleAwale/input/05 - test 5.txt +3 -0
  1899. package/config/easy/SimpleAwale/output/01 - test 1.txt +2 -0
  1900. package/config/easy/SimpleAwale/output/02 - test 2.txt +2 -0
  1901. package/config/easy/SimpleAwale/output/03 - test 3.txt +3 -0
  1902. package/config/easy/SimpleAwale/output/04 - test 4.txt +3 -0
  1903. package/config/easy/SimpleAwale/output/05 - test 5.txt +2 -0
  1904. package/config/easy/SimpleLoadBalancing/code/CGCode.js +11 -0
  1905. package/config/easy/SimpleLoadBalancing/code/CGCode.php +13 -0
  1906. package/config/easy/SimpleLoadBalancing/config.json +28 -0
  1907. package/config/easy/SimpleLoadBalancing/input/01 - test 1.txt +3 -0
  1908. package/config/easy/SimpleLoadBalancing/input/02 - test 2.txt +3 -0
  1909. package/config/easy/SimpleLoadBalancing/input/03 - test 3.txt +3 -0
  1910. package/config/easy/SimpleLoadBalancing/input/04 - test 4.txt +3 -0
  1911. package/config/easy/SimpleLoadBalancing/output/01 - test 1.txt +1 -0
  1912. package/config/easy/SimpleLoadBalancing/output/02 - test 2.txt +1 -0
  1913. package/config/easy/SimpleLoadBalancing/output/03 - test 3.txt +1 -0
  1914. package/config/easy/SimpleLoadBalancing/output/04 - test 4.txt +1 -0
  1915. package/config/easy/Smooth/code/CGCode.js +9 -0
  1916. package/config/easy/Smooth/code/CGCode.php +11 -0
  1917. package/config/easy/Smooth/config.json +28 -0
  1918. package/config/easy/Smooth/input/01 - small bulk.txt +11 -0
  1919. package/config/easy/Smooth/input/02 - easy victories.txt +16 -0
  1920. package/config/easy/Smooth/input/03 - easy defeats.txt +16 -0
  1921. package/config/easy/Smooth/input/04 - bigger.txt +21 -0
  1922. package/config/easy/Smooth/output/01 - small bulk.txt +10 -0
  1923. package/config/easy/Smooth/output/02 - easy victories.txt +15 -0
  1924. package/config/easy/Smooth/output/03 - easy defeats.txt +15 -0
  1925. package/config/easy/Smooth/output/04 - bigger.txt +20 -0
  1926. package/config/easy/SnailRun/code/CGCode.js +14 -0
  1927. package/config/easy/SnailRun/code/CGCode.php +17 -0
  1928. package/config/easy/SnailRun/config.json +48 -0
  1929. package/config/easy/SnailRun/input/01 - simple run.txt +9 -0
  1930. package/config/easy/SnailRun/input/02 - run in progress.txt +11 -0
  1931. package/config/easy/SnailRun/input/03 - only one arrives.txt +9 -0
  1932. package/config/easy/SnailRun/input/04 - in a mess.txt +9 -0
  1933. package/config/easy/SnailRun/input/05 - conversely.txt +13 -0
  1934. package/config/easy/SnailRun/input/06 - difficult 1.txt +9 -0
  1935. package/config/easy/SnailRun/input/07 - difficult 2.txt +11 -0
  1936. package/config/easy/SnailRun/input/08 - difficult 3.txt +8 -0
  1937. package/config/easy/SnailRun/output/01 - simple run.txt +1 -0
  1938. package/config/easy/SnailRun/output/02 - run in progress.txt +1 -0
  1939. package/config/easy/SnailRun/output/03 - only one arrives.txt +1 -0
  1940. package/config/easy/SnailRun/output/04 - in a mess.txt +1 -0
  1941. package/config/easy/SnailRun/output/05 - conversely.txt +1 -0
  1942. package/config/easy/SnailRun/output/06 - difficult 1.txt +1 -0
  1943. package/config/easy/SnailRun/output/07 - difficult 2.txt +1 -0
  1944. package/config/easy/SnailRun/output/08 - difficult 3.txt +1 -0
  1945. package/config/easy/SomeonesActingSus/code/CGCode.js +15 -0
  1946. package/config/easy/SomeonesActingSus/code/CGCode.php +16 -0
  1947. package/config/easy/SomeonesActingSus/config.json +28 -0
  1948. package/config/easy/SomeonesActingSus/input/01 - basic sus inspection.txt +8 -0
  1949. package/config/easy/SomeonesActingSus/input/02 - can you handle number signs.txt +11 -0
  1950. package/config/easy/SomeonesActingSus/input/03 - your hacks kinda broke.txt +11 -0
  1951. package/config/easy/SomeonesActingSus/input/04 - the big data test.txt +43 -0
  1952. package/config/easy/SomeonesActingSus/output/01 - basic sus inspection.txt +5 -0
  1953. package/config/easy/SomeonesActingSus/output/02 - can you handle number signs.txt +8 -0
  1954. package/config/easy/SomeonesActingSus/output/03 - your hacks kinda broke.txt +8 -0
  1955. package/config/easy/SomeonesActingSus/output/04 - the big data test.txt +40 -0
  1956. package/config/easy/StallTilt/code/CGCode.js +13 -0
  1957. package/config/easy/StallTilt/code/CGCode.php +16 -0
  1958. package/config/easy/StallTilt/config.json +33 -0
  1959. package/config/easy/StallTilt/input/01 - example.txt +12 -0
  1960. package/config/easy/StallTilt/input/02 - stalling.txt +16 -0
  1961. package/config/easy/StallTilt/input/03 - real case.txt +20 -0
  1962. package/config/easy/StallTilt/input/04 - just a little one.txt +14 -0
  1963. package/config/easy/StallTilt/input/05 - duel.txt +4 -0
  1964. package/config/easy/StallTilt/output/01 - example.txt +10 -0
  1965. package/config/easy/StallTilt/output/02 - stalling.txt +13 -0
  1966. package/config/easy/StallTilt/output/03 - real case.txt +13 -0
  1967. package/config/easy/StallTilt/output/04 - just a little one.txt +13 -0
  1968. package/config/easy/StallTilt/output/05 - duel.txt +3 -0
  1969. package/config/easy/SubstitutionEncoding/code/CGCode.js +10 -0
  1970. package/config/easy/SubstitutionEncoding/code/CGCode.php +12 -0
  1971. package/config/easy/SubstitutionEncoding/config.json +28 -0
  1972. package/config/easy/SubstitutionEncoding/input/01 - ABC.txt +4 -0
  1973. package/config/easy/SubstitutionEncoding/input/02 - alphabet.txt +5 -0
  1974. package/config/easy/SubstitutionEncoding/input/03 - reverse alphabet.txt +9 -0
  1975. package/config/easy/SubstitutionEncoding/input/04 - serious encode.txt +8 -0
  1976. package/config/easy/SubstitutionEncoding/output/01 - ABC.txt +1 -0
  1977. package/config/easy/SubstitutionEncoding/output/02 - alphabet.txt +1 -0
  1978. package/config/easy/SubstitutionEncoding/output/03 - reverse alphabet.txt +1 -0
  1979. package/config/easy/SubstitutionEncoding/output/04 - serious encode.txt +1 -0
  1980. package/config/easy/SudokuValidator/code/CGCode.js +11 -0
  1981. package/config/easy/SudokuValidator/code/CGCode.php +14 -0
  1982. package/config/easy/SudokuValidator/config.json +43 -0
  1983. package/config/easy/SudokuValidator/input/01 - basic grid.txt +9 -0
  1984. package/config/easy/SudokuValidator/input/02 - another correct grid.txt +9 -0
  1985. package/config/easy/SudokuValidator/input/03 - row error.txt +9 -0
  1986. package/config/easy/SudokuValidator/input/04 - column error.txt +9 -0
  1987. package/config/easy/SudokuValidator/input/05 - subgrid error.txt +9 -0
  1988. package/config/easy/SudokuValidator/input/06 - rubbish error.txt +9 -0
  1989. package/config/easy/SudokuValidator/input/07 - when summing is not enough.txt +9 -0
  1990. package/config/easy/SudokuValidator/output/01 - basic grid.txt +1 -0
  1991. package/config/easy/SudokuValidator/output/02 - another correct grid.txt +1 -0
  1992. package/config/easy/SudokuValidator/output/03 - row error.txt +1 -0
  1993. package/config/easy/SudokuValidator/output/04 - column error.txt +1 -0
  1994. package/config/easy/SudokuValidator/output/05 - subgrid error.txt +1 -0
  1995. package/config/easy/SudokuValidator/output/06 - rubbish error.txt +1 -0
  1996. package/config/easy/SudokuValidator/output/07 - when summing is not enough.txt +1 -0
  1997. package/config/easy/SumOfSpiralsDiagonals/code/CGCode.js +6 -0
  1998. package/config/easy/SumOfSpiralsDiagonals/code/CGCode.php +7 -0
  1999. package/config/easy/SumOfSpiralsDiagonals/config.json +28 -0
  2000. package/config/easy/SumOfSpiralsDiagonals/input/01 - odd spiral.txt +1 -0
  2001. package/config/easy/SumOfSpiralsDiagonals/input/02 - even spiral.txt +1 -0
  2002. package/config/easy/SumOfSpiralsDiagonals/input/03 - bigger spiral.txt +1 -0
  2003. package/config/easy/SumOfSpiralsDiagonals/input/04 - milky spiral.txt +1 -0
  2004. package/config/easy/SumOfSpiralsDiagonals/output/01 - odd spiral.txt +1 -0
  2005. package/config/easy/SumOfSpiralsDiagonals/output/02 - even spiral.txt +1 -0
  2006. package/config/easy/SumOfSpiralsDiagonals/output/03 - bigger spiral.txt +1 -0
  2007. package/config/easy/SumOfSpiralsDiagonals/output/04 - milky spiral.txt +1 -0
  2008. package/config/easy/SurveyPrediction/code/CGCode.js +9 -0
  2009. package/config/easy/SurveyPrediction/code/CGCode.php +11 -0
  2010. package/config/easy/SurveyPrediction/config.json +33 -0
  2011. package/config/easy/SurveyPrediction/input/01 - 2 answers and 1 missing.txt +4 -0
  2012. package/config/easy/SurveyPrediction/input/02 - 5 answers and 3 missing.txt +9 -0
  2013. package/config/easy/SurveyPrediction/input/03 - even answers and missing.txt +21 -0
  2014. package/config/easy/SurveyPrediction/input/04 - 6 answers, 6 missing.txt +13 -0
  2015. package/config/easy/SurveyPrediction/input/05 - everything none.txt +4 -0
  2016. package/config/easy/SurveyPrediction/output/01 - 2 answers and 1 missing.txt +1 -0
  2017. package/config/easy/SurveyPrediction/output/02 - 5 answers and 3 missing.txt +3 -0
  2018. package/config/easy/SurveyPrediction/output/03 - even answers and missing.txt +10 -0
  2019. package/config/easy/SurveyPrediction/output/04 - 6 answers, 6 missing.txt +6 -0
  2020. package/config/easy/SurveyPrediction/output/05 - everything none.txt +2 -0
  2021. package/config/easy/SweetSpot/code/CGCode.js +9 -0
  2022. package/config/easy/SweetSpot/code/CGCode.php +11 -0
  2023. package/config/easy/SweetSpot/config.json +48 -0
  2024. package/config/easy/SweetSpot/input/01 - first attempt with a-bomb.txt +16 -0
  2025. package/config/easy/SweetSpot/input/02 - first attempt with h-bomb.txt +19 -0
  2026. package/config/easy/SweetSpot/input/03 - real case A H-bomb.txt +23 -0
  2027. package/config/easy/SweetSpot/input/04 - first attempt with b-bomb.txt +23 -0
  2028. package/config/easy/SweetSpot/input/05 - small map.txt +6 -0
  2029. package/config/easy/SweetSpot/input/06 - real case all bombs.txt +26 -0
  2030. package/config/easy/SweetSpot/input/07 - damaged map.txt +16 -0
  2031. package/config/easy/SweetSpot/input/08 - no explosions.txt +8 -0
  2032. package/config/easy/SweetSpot/output/01 - first attempt with a-bomb.txt +15 -0
  2033. package/config/easy/SweetSpot/output/02 - first attempt with h-bomb.txt +18 -0
  2034. package/config/easy/SweetSpot/output/03 - real case A H-bomb.txt +22 -0
  2035. package/config/easy/SweetSpot/output/04 - first attempt with b-bomb.txt +22 -0
  2036. package/config/easy/SweetSpot/output/05 - small map.txt +5 -0
  2037. package/config/easy/SweetSpot/output/06 - real case all bombs.txt +25 -0
  2038. package/config/easy/SweetSpot/output/07 - damaged map.txt +15 -0
  2039. package/config/easy/SweetSpot/output/08 - no explosions.txt +7 -0
  2040. package/config/easy/TedsCompiler/code/CGCode.js +6 -0
  2041. package/config/easy/TedsCompiler/code/CGCode.php +7 -0
  2042. package/config/easy/TedsCompiler/config.json +33 -0
  2043. package/config/easy/TedsCompiler/input/01 - example.txt +1 -0
  2044. package/config/easy/TedsCompiler/input/02 - short string.txt +1 -0
  2045. package/config/easy/TedsCompiler/input/03 - not good.txt +1 -0
  2046. package/config/easy/TedsCompiler/input/04 - well formatted.txt +1 -0
  2047. package/config/easy/TedsCompiler/input/05 - long string.txt +1 -0
  2048. package/config/easy/TedsCompiler/output/01 - example.txt +1 -0
  2049. package/config/easy/TedsCompiler/output/02 - short string.txt +1 -0
  2050. package/config/easy/TedsCompiler/output/03 - not good.txt +1 -0
  2051. package/config/easy/TedsCompiler/output/04 - well formatted.txt +1 -0
  2052. package/config/easy/TedsCompiler/output/05 - long string.txt +1 -0
  2053. package/config/easy/TenPinBowlingScores/code/CGCode.js +9 -0
  2054. package/config/easy/TenPinBowlingScores/code/CGCode.php +11 -0
  2055. package/config/easy/TenPinBowlingScores/config.json +28 -0
  2056. package/config/easy/TenPinBowlingScores/input/01 - no strikes no spares.txt +2 -0
  2057. package/config/easy/TenPinBowlingScores/input/02 - spares.txt +6 -0
  2058. package/config/easy/TenPinBowlingScores/input/03 - strikes.txt +6 -0
  2059. package/config/easy/TenPinBowlingScores/input/04 - strikes and spares.txt +6 -0
  2060. package/config/easy/TenPinBowlingScores/output/01 - no strikes no spares.txt +1 -0
  2061. package/config/easy/TenPinBowlingScores/output/02 - spares.txt +5 -0
  2062. package/config/easy/TenPinBowlingScores/output/03 - strikes.txt +5 -0
  2063. package/config/easy/TenPinBowlingScores/output/04 - strikes and spares.txt +5 -0
  2064. package/config/easy/TextFormatting/code/CGCode.js +6 -0
  2065. package/config/easy/TextFormatting/code/CGCode.php +7 -0
  2066. package/config/easy/TextFormatting/config.json +33 -0
  2067. package/config/easy/TextFormatting/input/01 - one sentence without spaces.txt +1 -0
  2068. package/config/easy/TextFormatting/input/02 - two sentences.txt +1 -0
  2069. package/config/easy/TextFormatting/input/03 - extra spaces.txt +1 -0
  2070. package/config/easy/TextFormatting/input/04 - more errors.txt +1 -0
  2071. package/config/easy/TextFormatting/input/05 - shakespeare.txt +1 -0
  2072. package/config/easy/TextFormatting/output/01 - one sentence without spaces.txt +1 -0
  2073. package/config/easy/TextFormatting/output/02 - two sentences.txt +1 -0
  2074. package/config/easy/TextFormatting/output/03 - extra spaces.txt +1 -0
  2075. package/config/easy/TextFormatting/output/04 - more errors.txt +1 -0
  2076. package/config/easy/TextFormatting/output/05 - shakespeare.txt +1 -0
  2077. package/config/easy/TheBrokenEditor/code/CGCode.js +6 -0
  2078. package/config/easy/TheBrokenEditor/code/CGCode.php +7 -0
  2079. package/config/easy/TheBrokenEditor/config.json +43 -0
  2080. package/config/easy/TheBrokenEditor/input/01 - no mistakes.txt +1 -0
  2081. package/config/easy/TheBrokenEditor/input/02 - single mistake.txt +1 -0
  2082. package/config/easy/TheBrokenEditor/input/03 - out of bounds.txt +1 -0
  2083. package/config/easy/TheBrokenEditor/input/04 - out of bounds 2.txt +1 -0
  2084. package/config/easy/TheBrokenEditor/input/05 - backspace 1.txt +1 -0
  2085. package/config/easy/TheBrokenEditor/input/06 - backspace 2.txt +1 -0
  2086. package/config/easy/TheBrokenEditor/input/07 - 007.txt +1 -0
  2087. package/config/easy/TheBrokenEditor/output/01 - no mistakes.txt +1 -0
  2088. package/config/easy/TheBrokenEditor/output/02 - single mistake.txt +1 -0
  2089. package/config/easy/TheBrokenEditor/output/03 - out of bounds.txt +1 -0
  2090. package/config/easy/TheBrokenEditor/output/04 - out of bounds 2.txt +1 -0
  2091. package/config/easy/TheBrokenEditor/output/05 - backspace 1.txt +1 -0
  2092. package/config/easy/TheBrokenEditor/output/06 - backspace 2.txt +1 -0
  2093. package/config/easy/TheBrokenEditor/output/07 - 007.txt +1 -0
  2094. package/config/easy/TheDart101/code/CGCode.js +12 -0
  2095. package/config/easy/TheDart101/code/CGCode.php +15 -0
  2096. package/config/easy/TheDart101/config.json +58 -0
  2097. package/config/easy/TheDart101/input/01 - 2 players.txt +5 -0
  2098. package/config/easy/TheDart101/input/02 - 1 winner & 1 loser.txt +5 -0
  2099. package/config/easy/TheDart101/input/03 - one missed.txt +5 -0
  2100. package/config/easy/TheDart101/input/04 - two missed.txt +5 -0
  2101. package/config/easy/TheDart101/input/05 - two missed consecutively.txt +5 -0
  2102. package/config/easy/TheDart101/input/06 - three missed consecutively.txt +5 -0
  2103. package/config/easy/TheDart101/input/07 - over the score.txt +5 -0
  2104. package/config/easy/TheDart101/input/08 - 2 players and lot of shoots.txt +5 -0
  2105. package/config/easy/TheDart101/input/09 - 4 players.txt +9 -0
  2106. package/config/easy/TheDart101/input/10 - 8 players.txt +17 -0
  2107. package/config/easy/TheDart101/output/01 - 2 players.txt +1 -0
  2108. package/config/easy/TheDart101/output/02 - 1 winner & 1 loser.txt +1 -0
  2109. package/config/easy/TheDart101/output/03 - one missed.txt +1 -0
  2110. package/config/easy/TheDart101/output/04 - two missed.txt +1 -0
  2111. package/config/easy/TheDart101/output/05 - two missed consecutively.txt +1 -0
  2112. package/config/easy/TheDart101/output/06 - three missed consecutively.txt +1 -0
  2113. package/config/easy/TheDart101/output/07 - over the score.txt +1 -0
  2114. package/config/easy/TheDart101/output/08 - 2 players and lot of shoots.txt +1 -0
  2115. package/config/easy/TheDart101/output/09 - 4 players.txt +1 -0
  2116. package/config/easy/TheDart101/output/10 - 8 players.txt +1 -0
  2117. package/config/easy/TheElectricianApprentice/code/CGCode.js +15 -0
  2118. package/config/easy/TheElectricianApprentice/code/CGCode.php +19 -0
  2119. package/config/easy/TheElectricianApprentice/config.json +48 -0
  2120. package/config/easy/TheElectricianApprentice/input/01 - 1 switch 1 light.txt +4 -0
  2121. package/config/easy/TheElectricianApprentice/input/02 - 2 parallel switches 1 light.txt +4 -0
  2122. package/config/easy/TheElectricianApprentice/input/03 - 2 series switches 1 light.txt +6 -0
  2123. package/config/easy/TheElectricianApprentice/input/04 - two lights.txt +6 -0
  2124. package/config/easy/TheElectricianApprentice/input/05 - series and parallel.txt +9 -0
  2125. package/config/easy/TheElectricianApprentice/input/06 - mixed.txt +10 -0
  2126. package/config/easy/TheElectricianApprentice/input/07 - weird home.txt +27 -0
  2127. package/config/easy/TheElectricianApprentice/input/08 - regular home.txt +30 -0
  2128. package/config/easy/TheElectricianApprentice/output/01 - 1 switch 1 light.txt +1 -0
  2129. package/config/easy/TheElectricianApprentice/output/02 - 2 parallel switches 1 light.txt +1 -0
  2130. package/config/easy/TheElectricianApprentice/output/03 - 2 series switches 1 light.txt +1 -0
  2131. package/config/easy/TheElectricianApprentice/output/04 - two lights.txt +2 -0
  2132. package/config/easy/TheElectricianApprentice/output/05 - series and parallel.txt +1 -0
  2133. package/config/easy/TheElectricianApprentice/output/06 - mixed.txt +2 -0
  2134. package/config/easy/TheElectricianApprentice/output/07 - weird home.txt +6 -0
  2135. package/config/easy/TheElectricianApprentice/output/08 - regular home.txt +24 -0
  2136. package/config/easy/TheMichelangeloCode/code/CGCode.js +10 -0
  2137. package/config/easy/TheMichelangeloCode/code/CGCode.php +12 -0
  2138. package/config/easy/TheMichelangeloCode/config.json +33 -0
  2139. package/config/easy/TheMichelangeloCode/input/01 - simple.txt +6 -0
  2140. package/config/easy/TheMichelangeloCode/input/02 - where to begin.txt +9 -0
  2141. package/config/easy/TheMichelangeloCode/input/03 - be punctual.txt +30 -0
  2142. package/config/easy/TheMichelangeloCode/input/04 - tempus fugit.txt +1041 -0
  2143. package/config/easy/TheMichelangeloCode/input/05 - i have no mouth.txt +22 -0
  2144. package/config/easy/TheMichelangeloCode/output/01 - simple.txt +1 -0
  2145. package/config/easy/TheMichelangeloCode/output/02 - where to begin.txt +1 -0
  2146. package/config/easy/TheMichelangeloCode/output/03 - be punctual.txt +1 -0
  2147. package/config/easy/TheMichelangeloCode/output/04 - tempus fugit.txt +1 -0
  2148. package/config/easy/TheMichelangeloCode/output/05 - i have no mouth.txt +1 -0
  2149. package/config/easy/TheMysticRectangle/code/CGCode.js +11 -0
  2150. package/config/easy/TheMysticRectangle/code/CGCode.php +8 -0
  2151. package/config/easy/TheMysticRectangle/config.json +68 -0
  2152. package/config/easy/TheMysticRectangle/input/01 - example in description.txt +2 -0
  2153. package/config/easy/TheMysticRectangle/input/02 - horizontal.txt +2 -0
  2154. package/config/easy/TheMysticRectangle/input/03 - vertical.txt +2 -0
  2155. package/config/easy/TheMysticRectangle/input/04 - diagonal.txt +2 -0
  2156. package/config/easy/TheMysticRectangle/input/05 - precision.txt +2 -0
  2157. package/config/easy/TheMysticRectangle/input/06 - askew long.txt +2 -0
  2158. package/config/easy/TheMysticRectangle/input/07 - askew tall.txt +2 -0
  2159. package/config/easy/TheMysticRectangle/input/08 - east west wrapper.txt +2 -0
  2160. package/config/easy/TheMysticRectangle/input/09 - double wrapped.txt +2 -0
  2161. package/config/easy/TheMysticRectangle/input/10 - travel on boundary.txt +2 -0
  2162. package/config/easy/TheMysticRectangle/input/11 - polar opposites.txt +2 -0
  2163. package/config/easy/TheMysticRectangle/input/12 - random.txt +2 -0
  2164. package/config/easy/TheMysticRectangle/output/01 - example in description.txt +1 -0
  2165. package/config/easy/TheMysticRectangle/output/02 - horizontal.txt +1 -0
  2166. package/config/easy/TheMysticRectangle/output/03 - vertical.txt +1 -0
  2167. package/config/easy/TheMysticRectangle/output/04 - diagonal.txt +1 -0
  2168. package/config/easy/TheMysticRectangle/output/05 - precision.txt +1 -0
  2169. package/config/easy/TheMysticRectangle/output/06 - askew long.txt +1 -0
  2170. package/config/easy/TheMysticRectangle/output/07 - askew tall.txt +1 -0
  2171. package/config/easy/TheMysticRectangle/output/08 - east west wrapper.txt +1 -0
  2172. package/config/easy/TheMysticRectangle/output/09 - double wrapped.txt +1 -0
  2173. package/config/easy/TheMysticRectangle/output/10 - travel on boundary.txt +1 -0
  2174. package/config/easy/TheMysticRectangle/output/11 - polar opposites.txt +1 -0
  2175. package/config/easy/TheMysticRectangle/output/12 - random.txt +1 -0
  2176. package/config/easy/TheRiverI/code/CGCode.js +7 -0
  2177. package/config/easy/TheRiverI/code/CGCode.php +8 -0
  2178. package/config/easy/TheRiverI/config.json +53 -0
  2179. package/config/easy/TheRiverI/input/01 - we will meet at 47.txt +2 -0
  2180. package/config/easy/TheRiverI/input/02 - r1 lt r2.txt +2 -0
  2181. package/config/easy/TheRiverI/input/03 - r1 gt r2.txt +2 -0
  2182. package/config/easy/TheRiverI/input/04 - more than... I..txt +2 -0
  2183. package/config/easy/TheRiverI/input/05 - more than... II..txt +2 -0
  2184. package/config/easy/TheRiverI/input/06 - river 2489.txt +2 -0
  2185. package/config/easy/TheRiverI/input/07 - river 13.txt +2 -0
  2186. package/config/easy/TheRiverI/input/08 - primes.txt +2 -0
  2187. package/config/easy/TheRiverI/input/09 - even bigger.txt +2 -0
  2188. package/config/easy/TheRiverI/output/01 - we will meet at 47.txt +1 -0
  2189. package/config/easy/TheRiverI/output/02 - r1 lt r2.txt +1 -0
  2190. package/config/easy/TheRiverI/output/03 - r1 gt r2.txt +1 -0
  2191. package/config/easy/TheRiverI/output/04 - more than... I..txt +1 -0
  2192. package/config/easy/TheRiverI/output/05 - more than... II..txt +1 -0
  2193. package/config/easy/TheRiverI/output/06 - river 2489.txt +1 -0
  2194. package/config/easy/TheRiverI/output/07 - river 13.txt +1 -0
  2195. package/config/easy/TheRiverI/output/08 - primes.txt +1 -0
  2196. package/config/easy/TheRiverI/output/09 - even bigger.txt +1 -0
  2197. package/config/easy/TheRiverII/code/CGCode.js +6 -0
  2198. package/config/easy/TheRiverII/code/CGCode.php +7 -0
  2199. package/config/easy/TheRiverII/config.json +68 -0
  2200. package/config/easy/TheRiverII/input/01 - test 20.txt +1 -0
  2201. package/config/easy/TheRiverII/input/02 - the lucky 13.txt +1 -0
  2202. package/config/easy/TheRiverII/input/03 - yyy.txt +1 -0
  2203. package/config/easy/TheRiverII/input/04 - zzzz.txt +1 -0
  2204. package/config/easy/TheRiverII/input/05 - yes, please.txt +1 -0
  2205. package/config/easy/TheRiverII/input/06 - 4aaaa.txt +1 -0
  2206. package/config/easy/TheRiverII/input/07 - BIG.txt +1 -0
  2207. package/config/easy/TheRiverII/input/08 - maybe yes this time.txt +1 -0
  2208. package/config/easy/TheRiverII/input/09 - random #1.txt +1 -0
  2209. package/config/easy/TheRiverII/input/10 - random #2.txt +1 -0
  2210. package/config/easy/TheRiverII/input/11 - random large.txt +1 -0
  2211. package/config/easy/TheRiverII/input/12 - random small.txt +1 -0
  2212. package/config/easy/TheRiverII/output/01 - test 20.txt +1 -0
  2213. package/config/easy/TheRiverII/output/02 - the lucky 13.txt +1 -0
  2214. package/config/easy/TheRiverII/output/03 - yyy.txt +1 -0
  2215. package/config/easy/TheRiverII/output/04 - zzzz.txt +1 -0
  2216. package/config/easy/TheRiverII/output/05 - yes, please.txt +1 -0
  2217. package/config/easy/TheRiverII/output/06 - 4aaaa.txt +1 -0
  2218. package/config/easy/TheRiverII/output/07 - BIG.txt +1 -0
  2219. package/config/easy/TheRiverII/output/08 - maybe yes this time.txt +1 -0
  2220. package/config/easy/TheRiverII/output/09 - random #1.txt +1 -0
  2221. package/config/easy/TheRiverII/output/10 - random #2.txt +1 -0
  2222. package/config/easy/TheRiverII/output/11 - random large.txt +1 -0
  2223. package/config/easy/TheRiverII/output/12 - random small.txt +1 -0
  2224. package/config/easy/TheTravellingSalesmanProblem/code/CGCode.js +11 -0
  2225. package/config/easy/TheTravellingSalesmanProblem/code/CGCode.php +11 -0
  2226. package/config/easy/TheTravellingSalesmanProblem/config.json +28 -0
  2227. package/config/easy/TheTravellingSalesmanProblem/input/01 - 5 cities.txt +6 -0
  2228. package/config/easy/TheTravellingSalesmanProblem/input/02 - 12 cities.txt +13 -0
  2229. package/config/easy/TheTravellingSalesmanProblem/input/03 - 14 cities.txt +15 -0
  2230. package/config/easy/TheTravellingSalesmanProblem/input/04 - 10 cities.txt +11 -0
  2231. package/config/easy/TheTravellingSalesmanProblem/output/01 - 5 cities.txt +1 -0
  2232. package/config/easy/TheTravellingSalesmanProblem/output/02 - 12 cities.txt +1 -0
  2233. package/config/easy/TheTravellingSalesmanProblem/output/03 - 14 cities.txt +1 -0
  2234. package/config/easy/TheTravellingSalesmanProblem/output/04 - 10 cities.txt +1 -0
  2235. package/config/easy/TicTacToe/code/CGCode.js +8 -0
  2236. package/config/easy/TicTacToe/code/CGCode.php +10 -0
  2237. package/config/easy/TicTacToe/config.json +33 -0
  2238. package/config/easy/TicTacToe/input/01 - no opponent - line.txt +3 -0
  2239. package/config/easy/TicTacToe/input/02 - no opponent - column.txt +3 -0
  2240. package/config/easy/TicTacToe/input/03 - no opponent - diagonal.txt +3 -0
  2241. package/config/easy/TicTacToe/input/04 - real condition.txt +3 -0
  2242. package/config/easy/TicTacToe/input/05 - no win condition.txt +3 -0
  2243. package/config/easy/TicTacToe/output/01 - no opponent - line.txt +3 -0
  2244. package/config/easy/TicTacToe/output/02 - no opponent - column.txt +3 -0
  2245. package/config/easy/TicTacToe/output/03 - no opponent - diagonal.txt +3 -0
  2246. package/config/easy/TicTacToe/output/04 - real condition.txt +3 -0
  2247. package/config/easy/TicTacToe/output/05 - no win condition.txt +1 -0
  2248. package/config/easy/TreasureHunt/code/CGCode.js +11 -0
  2249. package/config/easy/TreasureHunt/code/CGCode.php +11 -0
  2250. package/config/easy/TreasureHunt/config.json +38 -0
  2251. package/config/easy/TreasureHunt/input/01 - small map.txt +4 -0
  2252. package/config/easy/TreasureHunt/input/02 - bigger map.txt +8 -0
  2253. package/config/easy/TreasureHunt/input/03 - i want to cry.txt +8 -0
  2254. package/config/easy/TreasureHunt/input/04 - easy life.txt +4 -0
  2255. package/config/easy/TreasureHunt/input/05 - am I going in circles.txt +6 -0
  2256. package/config/easy/TreasureHunt/input/06 - that/342/200/231s a maze !.txt" +22 -0
  2257. package/config/easy/TreasureHunt/output/01 - small map.txt +1 -0
  2258. package/config/easy/TreasureHunt/output/02 - bigger map.txt +1 -0
  2259. package/config/easy/TreasureHunt/output/03 - i want to cry.txt +1 -0
  2260. package/config/easy/TreasureHunt/output/04 - easy life.txt +1 -0
  2261. package/config/easy/TreasureHunt/output/05 - am I going in circles.txt +1 -0
  2262. package/config/easy/TreasureHunt/output/06 - that/342/200/231s a maze !.txt" +1 -0
  2263. package/config/easy/TreePaths/code/CGCode.js +14 -0
  2264. package/config/easy/TreePaths/code/CGCode.php +13 -0
  2265. package/config/easy/TreePaths/config.json +33 -0
  2266. package/config/easy/TreePaths/input/01 - test 1.txt +4 -0
  2267. package/config/easy/TreePaths/input/02 - test 2.txt +4 -0
  2268. package/config/easy/TreePaths/input/03 - test 3.txt +4 -0
  2269. package/config/easy/TreePaths/input/04 - test 4.txt +7 -0
  2270. package/config/easy/TreePaths/input/05 - test 5.txt +34 -0
  2271. package/config/easy/TreePaths/output/01 - test 1.txt +1 -0
  2272. package/config/easy/TreePaths/output/02 - test 2.txt +1 -0
  2273. package/config/easy/TreePaths/output/03 - test 3.txt +1 -0
  2274. package/config/easy/TreePaths/output/04 - test 4.txt +1 -0
  2275. package/config/easy/TreePaths/output/05 - test 5.txt +1 -0
  2276. package/config/easy/TrickyNumberVerifier/code/CGCode.js +11 -0
  2277. package/config/easy/TrickyNumberVerifier/code/CGCode.php +14 -0
  2278. package/config/easy/TrickyNumberVerifier/config.json +38 -0
  2279. package/config/easy/TrickyNumberVerifier/input/01 - valid numbers.txt +4 -0
  2280. package/config/easy/TrickyNumberVerifier/input/02 - syntax errors.txt +6 -0
  2281. package/config/easy/TrickyNumberVerifier/input/03 - invalid dates.txt +6 -0
  2282. package/config/easy/TrickyNumberVerifier/input/04 - 29th february.txt +8 -0
  2283. package/config/easy/TrickyNumberVerifier/input/05 - 10 consecutive numbers.txt +11 -0
  2284. package/config/easy/TrickyNumberVerifier/input/06 - rejected identifier.txt +4 -0
  2285. package/config/easy/TrickyNumberVerifier/output/01 - valid numbers.txt +3 -0
  2286. package/config/easy/TrickyNumberVerifier/output/02 - syntax errors.txt +5 -0
  2287. package/config/easy/TrickyNumberVerifier/output/03 - invalid dates.txt +5 -0
  2288. package/config/easy/TrickyNumberVerifier/output/04 - 29th february.txt +7 -0
  2289. package/config/easy/TrickyNumberVerifier/output/05 - 10 consecutive numbers.txt +10 -0
  2290. package/config/easy/TrickyNumberVerifier/output/06 - rejected identifier.txt +3 -0
  2291. package/config/easy/UniquePrefixes/code/CGCode.js +11 -0
  2292. package/config/easy/UniquePrefixes/code/CGCode.php +14 -0
  2293. package/config/easy/UniquePrefixes/config.json +38 -0
  2294. package/config/easy/UniquePrefixes/input/01 - 1-length prefixes.txt +6 -0
  2295. package/config/easy/UniquePrefixes/input/02 - 4-length prefixes.txt +5 -0
  2296. package/config/easy/UniquePrefixes/input/03 - weekly challenge.txt +7 -0
  2297. package/config/easy/UniquePrefixes/input/04 - ascending prefixes.txt +4 -0
  2298. package/config/easy/UniquePrefixes/input/05 - descending prefixes.txt +4 -0
  2299. package/config/easy/UniquePrefixes/input/06 - Pierre, Paul, Jacques & co..txt +201 -0
  2300. package/config/easy/UniquePrefixes/output/01 - 1-length prefixes.txt +5 -0
  2301. package/config/easy/UniquePrefixes/output/02 - 4-length prefixes.txt +4 -0
  2302. package/config/easy/UniquePrefixes/output/03 - weekly challenge.txt +6 -0
  2303. package/config/easy/UniquePrefixes/output/04 - ascending prefixes.txt +3 -0
  2304. package/config/easy/UniquePrefixes/output/05 - descending prefixes.txt +3 -0
  2305. package/config/easy/UniquePrefixes/output/06 - Pierre, Paul, Jacques & co..txt +200 -0
  2306. package/config/easy/UnitFractions/code/CGCode.js +6 -0
  2307. package/config/easy/UnitFractions/code/CGCode.php +7 -0
  2308. package/config/easy/UnitFractions/config.json +43 -0
  2309. package/config/easy/UnitFractions/input/01 - example.txt +1 -0
  2310. package/config/easy/UnitFractions/input/02 - 12.txt +1 -0
  2311. package/config/easy/UnitFractions/input/03 - 17.txt +1 -0
  2312. package/config/easy/UnitFractions/input/04 - 100.txt +1 -0
  2313. package/config/easy/UnitFractions/input/05 - 9999.txt +1 -0
  2314. package/config/easy/UnitFractions/input/06 - 71339.txt +1 -0
  2315. package/config/easy/UnitFractions/input/07 - 104027.txt +1 -0
  2316. package/config/easy/UnitFractions/output/01 - example.txt +2 -0
  2317. package/config/easy/UnitFractions/output/02 - 12.txt +8 -0
  2318. package/config/easy/UnitFractions/output/03 - 17.txt +2 -0
  2319. package/config/easy/UnitFractions/output/04 - 100.txt +13 -0
  2320. package/config/easy/UnitFractions/output/05 - 9999.txt +23 -0
  2321. package/config/easy/UnitFractions/output/06 - 71339.txt +2 -0
  2322. package/config/easy/UnitFractions/output/07 - 104027.txt +23 -0
  2323. package/config/easy/VanEcksSequence/code/CGCode.js +7 -0
  2324. package/config/easy/VanEcksSequence/code/CGCode.php +8 -0
  2325. package/config/easy/VanEcksSequence/config.json +38 -0
  2326. package/config/easy/VanEcksSequence/input/01 - not seen.txt +2 -0
  2327. package/config/easy/VanEcksSequence/input/02 - seen before.txt +2 -0
  2328. package/config/easy/VanEcksSequence/input/03 - a little long.txt +2 -0
  2329. package/config/easy/VanEcksSequence/input/04 - longer.txt +2 -0
  2330. package/config/easy/VanEcksSequence/input/05 - a little stress.txt +2 -0
  2331. package/config/easy/VanEcksSequence/input/06 - stress check.txt +2 -0
  2332. package/config/easy/VanEcksSequence/output/01 - not seen.txt +1 -0
  2333. package/config/easy/VanEcksSequence/output/02 - seen before.txt +1 -0
  2334. package/config/easy/VanEcksSequence/output/03 - a little long.txt +1 -0
  2335. package/config/easy/VanEcksSequence/output/04 - longer.txt +1 -0
  2336. package/config/easy/VanEcksSequence/output/05 - a little stress.txt +1 -0
  2337. package/config/easy/VanEcksSequence/output/06 - stress check.txt +1 -0
  2338. package/config/easy/WalkOnADie/code/CGCode.js +11 -0
  2339. package/config/easy/WalkOnADie/code/CGCode.php +13 -0
  2340. package/config/easy/WalkOnADie/config.json +48 -0
  2341. package/config/easy/WalkOnADie/input/01 - test 1.txt +4 -0
  2342. package/config/easy/WalkOnADie/input/02 - test 2.txt +4 -0
  2343. package/config/easy/WalkOnADie/input/03 - test 3.txt +4 -0
  2344. package/config/easy/WalkOnADie/input/04 - test 4.txt +4 -0
  2345. package/config/easy/WalkOnADie/input/05 - test 5.txt +4 -0
  2346. package/config/easy/WalkOnADie/input/06 - test 6.txt +4 -0
  2347. package/config/easy/WalkOnADie/input/07 - test 7.txt +4 -0
  2348. package/config/easy/WalkOnADie/input/08 - test 8.txt +4 -0
  2349. package/config/easy/WalkOnADie/output/01 - test 1.txt +1 -0
  2350. package/config/easy/WalkOnADie/output/02 - test 2.txt +1 -0
  2351. package/config/easy/WalkOnADie/output/03 - test 3.txt +1 -0
  2352. package/config/easy/WalkOnADie/output/04 - test 4.txt +1 -0
  2353. package/config/easy/WalkOnADie/output/05 - test 5.txt +1 -0
  2354. package/config/easy/WalkOnADie/output/06 - test 6.txt +1 -0
  2355. package/config/easy/WalkOnADie/output/07 - test 7.txt +1 -0
  2356. package/config/easy/WalkOnADie/output/08 - test 8.txt +1 -0
  2357. package/config/easy/WhatsSoComplexAboutMandelbrot/code/CGCode.js +7 -0
  2358. package/config/easy/WhatsSoComplexAboutMandelbrot/code/CGCode.php +8 -0
  2359. package/config/easy/WhatsSoComplexAboutMandelbrot/config.json +43 -0
  2360. package/config/easy/WhatsSoComplexAboutMandelbrot/input/01 - real out.txt +2 -0
  2361. package/config/easy/WhatsSoComplexAboutMandelbrot/input/02 - imaginary out.txt +2 -0
  2362. package/config/easy/WhatsSoComplexAboutMandelbrot/input/03 - real in.txt +2 -0
  2363. package/config/easy/WhatsSoComplexAboutMandelbrot/input/04 - imaginary in.txt +2 -0
  2364. package/config/easy/WhatsSoComplexAboutMandelbrot/input/05 - complex out.txt +2 -0
  2365. package/config/easy/WhatsSoComplexAboutMandelbrot/input/06 - complex in.txt +2 -0
  2366. package/config/easy/WhatsSoComplexAboutMandelbrot/input/07 - check your absolute value.txt +2 -0
  2367. package/config/easy/WhatsSoComplexAboutMandelbrot/output/01 - real out.txt +1 -0
  2368. package/config/easy/WhatsSoComplexAboutMandelbrot/output/02 - imaginary out.txt +1 -0
  2369. package/config/easy/WhatsSoComplexAboutMandelbrot/output/03 - real in.txt +1 -0
  2370. package/config/easy/WhatsSoComplexAboutMandelbrot/output/04 - imaginary in.txt +1 -0
  2371. package/config/easy/WhatsSoComplexAboutMandelbrot/output/05 - complex out.txt +1 -0
  2372. package/config/easy/WhatsSoComplexAboutMandelbrot/output/06 - complex in.txt +1 -0
  2373. package/config/easy/WhatsSoComplexAboutMandelbrot/output/07 - check your absolute value.txt +1 -0
  2374. package/config/easy/WheresWally/code/CGCode.js +17 -0
  2375. package/config/easy/WheresWally/code/CGCode.php +16 -0
  2376. package/config/easy/WheresWally/config.json +28 -0
  2377. package/config/easy/WheresWally/input/01 - alone (exemple).txt +15 -0
  2378. package/config/easy/WheresWally/input/02 - hidden in the crowd.txt +15 -0
  2379. package/config/easy/WheresWally/input/03 - hard.txt +65 -0
  2380. package/config/easy/WheresWally/input/04 - very hard.txt +103 -0
  2381. package/config/easy/WheresWally/output/01 - alone (exemple).txt +1 -0
  2382. package/config/easy/WheresWally/output/02 - hidden in the crowd.txt +1 -0
  2383. package/config/easy/WheresWally/output/03 - hard.txt +1 -0
  2384. package/config/easy/WheresWally/output/04 - very hard.txt +1 -0
  2385. package/config/easy/XMLMDF2016/code/CGCode.js +6 -0
  2386. package/config/easy/XMLMDF2016/code/CGCode.php +7 -0
  2387. package/config/easy/XMLMDF2016/config.json +38 -0
  2388. package/config/easy/XMLMDF2016/input/01 - only one.txt +1 -0
  2389. package/config/easy/XMLMDF2016/input/02 - nested might lose.txt +1 -0
  2390. package/config/easy/XMLMDF2016/input/03 - several nested might win.txt +1 -0
  2391. package/config/easy/XMLMDF2016/input/04 - several deeper nested might win too.txt +1 -0
  2392. package/config/easy/XMLMDF2016/input/05 - only one shall win.txt +1 -0
  2393. package/config/easy/XMLMDF2016/input/06 - size should not matter.txt +1 -0
  2394. package/config/easy/XMLMDF2016/output/01 - only one.txt +1 -0
  2395. package/config/easy/XMLMDF2016/output/02 - nested might lose.txt +1 -0
  2396. package/config/easy/XMLMDF2016/output/03 - several nested might win.txt +1 -0
  2397. package/config/easy/XMLMDF2016/output/04 - several deeper nested might win too.txt +1 -0
  2398. package/config/easy/XMLMDF2016/output/05 - only one shall win.txt +1 -0
  2399. package/config/easy/XMLMDF2016/output/06 - size should not matter.txt +1 -0
  2400. package/config/easy/ZhiweiSunSquares/code/CGCode.js +6 -0
  2401. package/config/easy/ZhiweiSunSquares/code/CGCode.php +7 -0
  2402. package/config/easy/ZhiweiSunSquares/config.json +53 -0
  2403. package/config/easy/ZhiweiSunSquares/input/01 - test 1.txt +1 -0
  2404. package/config/easy/ZhiweiSunSquares/input/02 - test 2.txt +1 -0
  2405. package/config/easy/ZhiweiSunSquares/input/03 - test 3.txt +1 -0
  2406. package/config/easy/ZhiweiSunSquares/input/04 - test 4.txt +1 -0
  2407. package/config/easy/ZhiweiSunSquares/input/05 - test 5.txt +1 -0
  2408. package/config/easy/ZhiweiSunSquares/input/06 - test 6.txt +1 -0
  2409. package/config/easy/ZhiweiSunSquares/input/07 - test 7.txt +1 -0
  2410. package/config/easy/ZhiweiSunSquares/input/08 - test 8.txt +1 -0
  2411. package/config/easy/ZhiweiSunSquares/input/09 - test 9.txt +1 -0
  2412. package/config/easy/ZhiweiSunSquares/output/01 - test 1.txt +1 -0
  2413. package/config/easy/ZhiweiSunSquares/output/02 - test 2.txt +1 -0
  2414. package/config/easy/ZhiweiSunSquares/output/03 - test 3.txt +1 -0
  2415. package/config/easy/ZhiweiSunSquares/output/04 - test 4.txt +1 -0
  2416. package/config/easy/ZhiweiSunSquares/output/05 - test 5.txt +1 -0
  2417. package/config/easy/ZhiweiSunSquares/output/06 - test 6.txt +1 -0
  2418. package/config/easy/ZhiweiSunSquares/output/07 - test 7.txt +1 -0
  2419. package/config/easy/ZhiweiSunSquares/output/08 - test 8.txt +1 -0
  2420. package/config/easy/ZhiweiSunSquares/output/09 - test 9.txt +1 -0
  2421. package/config/hard/Surface/config.json +1 -1
  2422. package/config/medium/ACoinGuessingGame/code/CGCode.js +14 -0
  2423. package/config/medium/ACoinGuessingGame/code/CGCode.php +15 -0
  2424. package/config/medium/ACoinGuessingGame/config.json +53 -0
  2425. package/config/medium/ACoinGuessingGame/input/01 - 2 coins.txt +4 -0
  2426. package/config/medium/ACoinGuessingGame/input/02 - 3 coins.txt +3 -0
  2427. package/config/medium/ACoinGuessingGame/input/03 - 4 coins.txt +4 -0
  2428. package/config/medium/ACoinGuessingGame/input/04 - 5 coins.txt +5 -0
  2429. package/config/medium/ACoinGuessingGame/input/05 - 10 coins.txt +10 -0
  2430. package/config/medium/ACoinGuessingGame/input/06 - 25 coins.txt +8 -0
  2431. package/config/medium/ACoinGuessingGame/input/07 - 50 coins.txt +13 -0
  2432. package/config/medium/ACoinGuessingGame/input/08 - 100 coins.txt +13 -0
  2433. package/config/medium/ACoinGuessingGame/input/09 - 150 coins.txt +16 -0
  2434. package/config/medium/ACoinGuessingGame/output/01 - 2 coins.txt +1 -0
  2435. package/config/medium/ACoinGuessingGame/output/02 - 3 coins.txt +1 -0
  2436. package/config/medium/ACoinGuessingGame/output/03 - 4 coins.txt +1 -0
  2437. package/config/medium/ACoinGuessingGame/output/04 - 5 coins.txt +1 -0
  2438. package/config/medium/ACoinGuessingGame/output/05 - 10 coins.txt +1 -0
  2439. package/config/medium/ACoinGuessingGame/output/06 - 25 coins.txt +1 -0
  2440. package/config/medium/ACoinGuessingGame/output/07 - 50 coins.txt +1 -0
  2441. package/config/medium/ACoinGuessingGame/output/08 - 100 coins.txt +1 -0
  2442. package/config/medium/ACoinGuessingGame/output/09 - 150 coins.txt +1 -0
  2443. package/config/medium/ASCIIArtGlassStacking/code/CGCode.js +6 -0
  2444. package/config/medium/ASCIIArtGlassStacking/code/CGCode.php +7 -0
  2445. package/config/medium/ASCIIArtGlassStacking/config.json +28 -0
  2446. package/config/medium/ASCIIArtGlassStacking/input/01 - 4 glasses.txt +1 -0
  2447. package/config/medium/ASCIIArtGlassStacking/input/02 - 10 glasses.txt +1 -0
  2448. package/config/medium/ASCIIArtGlassStacking/input/03 - 25 glasses.txt +1 -0
  2449. package/config/medium/ASCIIArtGlassStacking/input/04 - a single glass.txt +1 -0
  2450. package/config/medium/ASCIIArtGlassStacking/output/01 - 4 glasses.txt +8 -0
  2451. package/config/medium/ASCIIArtGlassStacking/output/02 - 10 glasses.txt +16 -0
  2452. package/config/medium/ASCIIArtGlassStacking/output/03 - 25 glasses.txt +24 -0
  2453. package/config/medium/ASCIIArtGlassStacking/output/04 - a single glass.txt +4 -0
  2454. package/config/medium/AStarExercise/code/CGCode.js +20 -0
  2455. package/config/medium/AStarExercise/code/CGCode.php +16 -0
  2456. package/config/medium/AStarExercise/config.json +38 -0
  2457. package/config/medium/AStarExercise/input/01 - 3-node graph.txt +5 -0
  2458. package/config/medium/AStarExercise/input/02 - small graph A.txt +9 -0
  2459. package/config/medium/AStarExercise/input/03 - small graph A-prime.txt +9 -0
  2460. package/config/medium/AStarExercise/input/04 - slightly larger graph.txt +12 -0
  2461. package/config/medium/AStarExercise/input/05 - from Arad to Bucharest.txt +25 -0
  2462. package/config/medium/AStarExercise/input/06 - equal f-value.txt +6 -0
  2463. package/config/medium/AStarExercise/output/01 - 3-node graph.txt +3 -0
  2464. package/config/medium/AStarExercise/output/02 - small graph A.txt +5 -0
  2465. package/config/medium/AStarExercise/output/03 - small graph A-prime.txt +5 -0
  2466. package/config/medium/AStarExercise/output/04 - slightly larger graph.txt +8 -0
  2467. package/config/medium/AStarExercise/output/05 - from Arad to Bucharest.txt +6 -0
  2468. package/config/medium/AStarExercise/output/06 - equal f-value.txt +4 -0
  2469. package/config/medium/AdvancedTree/code/CGCode.js +11 -0
  2470. package/config/medium/AdvancedTree/code/CGCode.php +13 -0
  2471. package/config/medium/AdvancedTree/config.json +98 -0
  2472. package/config/medium/AdvancedTree/input/01 - example.txt +9 -0
  2473. package/config/medium/AdvancedTree/input/02 - in a directory test.txt +9 -0
  2474. package/config/medium/AdvancedTree/input/03 - also in a directory test.txt +9 -0
  2475. package/config/medium/AdvancedTree/input/04 - gap end of tree handling test.txt +13 -0
  2476. package/config/medium/AdvancedTree/input/05 - hidden directories wo -a test.txt +10 -0
  2477. package/config/medium/AdvancedTree/input/06 - dots in filenames test.txt +10 -0
  2478. package/config/medium/AdvancedTree/input/07 - limit flag test.txt +9 -0
  2479. package/config/medium/AdvancedTree/input/08 - hidden files wo -a test.txt +12 -0
  2480. package/config/medium/AdvancedTree/input/09 - hidden files with -a test.txt +12 -0
  2481. package/config/medium/AdvancedTree/input/10 - directory flag test.txt +11 -0
  2482. package/config/medium/AdvancedTree/input/11 - multiple flags test.txt +11 -0
  2483. package/config/medium/AdvancedTree/input/12 - all flags test.txt +11 -0
  2484. package/config/medium/AdvancedTree/input/13 - error handling 1 test.txt +11 -0
  2485. package/config/medium/AdvancedTree/input/14 - error handling 2 test.txt +11 -0
  2486. package/config/medium/AdvancedTree/input/15 - error handling 3 test.txt +11 -0
  2487. package/config/medium/AdvancedTree/input/16 - wrong flag test.txt +11 -0
  2488. package/config/medium/AdvancedTree/input/17 - big test 1.txt +18 -0
  2489. package/config/medium/AdvancedTree/input/18 - not starting in..txt +26 -0
  2490. package/config/medium/AdvancedTree/output/01 - example.txt +12 -0
  2491. package/config/medium/AdvancedTree/output/02 - in a directory test.txt +6 -0
  2492. package/config/medium/AdvancedTree/output/03 - also in a directory test.txt +6 -0
  2493. package/config/medium/AdvancedTree/output/04 - gap end of tree handling test.txt +20 -0
  2494. package/config/medium/AdvancedTree/output/05 - hidden directories wo -a test.txt +11 -0
  2495. package/config/medium/AdvancedTree/output/06 - dots in filenames test.txt +14 -0
  2496. package/config/medium/AdvancedTree/output/07 - limit flag test.txt +11 -0
  2497. package/config/medium/AdvancedTree/output/08 - hidden files wo -a test.txt +13 -0
  2498. package/config/medium/AdvancedTree/output/09 - hidden files with -a test.txt +18 -0
  2499. package/config/medium/AdvancedTree/output/10 - directory flag test.txt +6 -0
  2500. package/config/medium/AdvancedTree/output/11 - multiple flags test.txt +12 -0
  2501. package/config/medium/AdvancedTree/output/12 - all flags test.txt +4 -0
  2502. package/config/medium/AdvancedTree/output/13 - error handling 1 test.txt +3 -0
  2503. package/config/medium/AdvancedTree/output/14 - error handling 2 test.txt +3 -0
  2504. package/config/medium/AdvancedTree/output/15 - error handling 3 test.txt +3 -0
  2505. package/config/medium/AdvancedTree/output/16 - wrong flag test.txt +14 -0
  2506. package/config/medium/AdvancedTree/output/17 - big test 1.txt +26 -0
  2507. package/config/medium/AdvancedTree/output/18 - not starting in..txt +16 -0
  2508. package/config/medium/AllOperationsAreEqual/code/CGCode.js +11 -0
  2509. package/config/medium/AllOperationsAreEqual/code/CGCode.php +14 -0
  2510. package/config/medium/AllOperationsAreEqual/config.json +33 -0
  2511. package/config/medium/AllOperationsAreEqual/input/01 - test 1.txt +5 -0
  2512. package/config/medium/AllOperationsAreEqual/input/02 - test 2.txt +11 -0
  2513. package/config/medium/AllOperationsAreEqual/input/03 - test 3.txt +101 -0
  2514. package/config/medium/AllOperationsAreEqual/input/04 - test 4.txt +101 -0
  2515. package/config/medium/AllOperationsAreEqual/input/05 - test 5.txt +101 -0
  2516. package/config/medium/AllOperationsAreEqual/output/01 - test 1.txt +4 -0
  2517. package/config/medium/AllOperationsAreEqual/output/02 - test 2.txt +10 -0
  2518. package/config/medium/AllOperationsAreEqual/output/03 - test 3.txt +100 -0
  2519. package/config/medium/AllOperationsAreEqual/output/04 - test 4.txt +100 -0
  2520. package/config/medium/AllOperationsAreEqual/output/05 - test 5.txt +100 -0
  2521. package/config/medium/Anagrams/code/CGCode.js +6 -0
  2522. package/config/medium/Anagrams/code/CGCode.php +7 -0
  2523. package/config/medium/Anagrams/config.json +28 -0
  2524. package/config/medium/Anagrams/input/01 - test 1.txt +1 -0
  2525. package/config/medium/Anagrams/input/02 - test 2.txt +1 -0
  2526. package/config/medium/Anagrams/input/03 - test 3.txt +1 -0
  2527. package/config/medium/Anagrams/input/04 - test 4.txt +1 -0
  2528. package/config/medium/Anagrams/output/01 - test 1.txt +1 -0
  2529. package/config/medium/Anagrams/output/02 - test 2.txt +1 -0
  2530. package/config/medium/Anagrams/output/03 - test 3.txt +1 -0
  2531. package/config/medium/Anagrams/output/04 - test 4.txt +1 -0
  2532. package/config/medium/AncestorsAndDescendants/code/CGCode.js +9 -0
  2533. package/config/medium/AncestorsAndDescendants/code/CGCode.php +11 -0
  2534. package/config/medium/AncestorsAndDescendants/config.json +38 -0
  2535. package/config/medium/AncestorsAndDescendants/input/01 - test 1.txt +9 -0
  2536. package/config/medium/AncestorsAndDescendants/input/02 - test 2.txt +20 -0
  2537. package/config/medium/AncestorsAndDescendants/input/03 - test 3.txt +29 -0
  2538. package/config/medium/AncestorsAndDescendants/input/04 - test 4.txt +23 -0
  2539. package/config/medium/AncestorsAndDescendants/input/05 - test 5.txt +27 -0
  2540. package/config/medium/AncestorsAndDescendants/input/06 - test 6.txt +6 -0
  2541. package/config/medium/AncestorsAndDescendants/output/01 - test 1.txt +4 -0
  2542. package/config/medium/AncestorsAndDescendants/output/02 - test 2.txt +8 -0
  2543. package/config/medium/AncestorsAndDescendants/output/03 - test 3.txt +14 -0
  2544. package/config/medium/AncestorsAndDescendants/output/04 - test 4.txt +10 -0
  2545. package/config/medium/AncestorsAndDescendants/output/05 - test 5.txt +14 -0
  2546. package/config/medium/AncestorsAndDescendants/output/06 - test 6.txt +3 -0
  2547. package/config/medium/AsciiGraph/code/CGCode.js +11 -0
  2548. package/config/medium/AsciiGraph/code/CGCode.php +11 -0
  2549. package/config/medium/AsciiGraph/config.json +38 -0
  2550. package/config/medium/AsciiGraph/input/01 - example.txt +2 -0
  2551. package/config/medium/AsciiGraph/input/02 - no points.txt +1 -0
  2552. package/config/medium/AsciiGraph/input/03 - negative values.txt +2 -0
  2553. package/config/medium/AsciiGraph/input/04 - two points.txt +3 -0
  2554. package/config/medium/AsciiGraph/input/05 - many points.txt +11 -0
  2555. package/config/medium/AsciiGraph/input/06 - point at origin.txt +2 -0
  2556. package/config/medium/AsciiGraph/output/01 - example.txt +4 -0
  2557. package/config/medium/AsciiGraph/output/02 - no points.txt +3 -0
  2558. package/config/medium/AsciiGraph/output/03 - negative values.txt +4 -0
  2559. package/config/medium/AsciiGraph/output/04 - two points.txt +8 -0
  2560. package/config/medium/AsciiGraph/output/05 - many points.txt +13 -0
  2561. package/config/medium/AsciiGraph/output/06 - point at origin.txt +3 -0
  2562. package/config/medium/BarcodeScanner/code/CGCode.js +6 -0
  2563. package/config/medium/BarcodeScanner/code/CGCode.php +7 -0
  2564. package/config/medium/BarcodeScanner/config.json +53 -0
  2565. package/config/medium/BarcodeScanner/input/01 - example.txt +1 -0
  2566. package/config/medium/BarcodeScanner/input/02 - ukraine.txt +1 -0
  2567. package/config/medium/BarcodeScanner/input/03 - great britain (reversed).txt +1 -0
  2568. package/config/medium/BarcodeScanner/input/04 - germany.txt +1 -0
  2569. package/config/medium/BarcodeScanner/input/05 - wrong checksum.txt +1 -0
  2570. package/config/medium/BarcodeScanner/input/06 - broken guard(s).txt +1 -0
  2571. package/config/medium/BarcodeScanner/input/07 - broken parity.txt +1 -0
  2572. package/config/medium/BarcodeScanner/input/08 - other error (reversed).txt +1 -0
  2573. package/config/medium/BarcodeScanner/input/09 - book (reversed).txt +1 -0
  2574. package/config/medium/BarcodeScanner/output/01 - example.txt +1 -0
  2575. package/config/medium/BarcodeScanner/output/02 - ukraine.txt +1 -0
  2576. package/config/medium/BarcodeScanner/output/03 - great britain (reversed).txt +1 -0
  2577. package/config/medium/BarcodeScanner/output/04 - germany.txt +1 -0
  2578. package/config/medium/BarcodeScanner/output/05 - wrong checksum.txt +1 -0
  2579. package/config/medium/BarcodeScanner/output/06 - broken guard(s).txt +1 -0
  2580. package/config/medium/BarcodeScanner/output/07 - broken parity.txt +1 -0
  2581. package/config/medium/BarcodeScanner/output/08 - other error (reversed).txt +1 -0
  2582. package/config/medium/BarcodeScanner/output/09 - book (reversed).txt +1 -0
  2583. package/config/medium/BattleTower/code/CGCode.js +9 -0
  2584. package/config/medium/BattleTower/code/CGCode.php +11 -0
  2585. package/config/medium/BattleTower/config.json +58 -0
  2586. package/config/medium/BattleTower/input/01 - simple.txt +5 -0
  2587. package/config/medium/BattleTower/input/02 - mini.txt +2 -0
  2588. package/config/medium/BattleTower/input/03 - line.txt +11 -0
  2589. package/config/medium/BattleTower/input/04 - star.txt +9 -0
  2590. package/config/medium/BattleTower/input/05 - medium 1.txt +49 -0
  2591. package/config/medium/BattleTower/input/06 - medium 2.txt +194 -0
  2592. package/config/medium/BattleTower/input/07 - medium 3.txt +375 -0
  2593. package/config/medium/BattleTower/input/08 - dense 1.txt +357 -0
  2594. package/config/medium/BattleTower/input/09 - dense 2.txt +467 -0
  2595. package/config/medium/BattleTower/input/10 - dense 3.txt +525 -0
  2596. package/config/medium/BattleTower/output/01 - simple.txt +1 -0
  2597. package/config/medium/BattleTower/output/02 - mini.txt +1 -0
  2598. package/config/medium/BattleTower/output/03 - line.txt +1 -0
  2599. package/config/medium/BattleTower/output/04 - star.txt +1 -0
  2600. package/config/medium/BattleTower/output/05 - medium 1.txt +1 -0
  2601. package/config/medium/BattleTower/output/06 - medium 2.txt +1 -0
  2602. package/config/medium/BattleTower/output/07 - medium 3.txt +1 -0
  2603. package/config/medium/BattleTower/output/08 - dense 1.txt +1 -0
  2604. package/config/medium/BattleTower/output/09 - dense 2.txt +1 -0
  2605. package/config/medium/BattleTower/output/10 - dense 3.txt +1 -0
  2606. package/config/medium/Battleship/code/CGCode.js +9 -0
  2607. package/config/medium/Battleship/code/CGCode.php +11 -0
  2608. package/config/medium/Battleship/config.json +43 -0
  2609. package/config/medium/Battleship/input/01 - ships too close.txt +11 -0
  2610. package/config/medium/Battleship/input/02 - wrong number of ships.txt +11 -0
  2611. package/config/medium/Battleship/input/03 - wrong size of ships.txt +11 -0
  2612. package/config/medium/Battleship/input/04 - missed!.txt +11 -0
  2613. package/config/medium/Battleship/input/05 - touch/303/251!.txt" +11 -0
  2614. package/config/medium/Battleship/input/06 - touch/303/251 coul/303/251!.txt" +11 -0
  2615. package/config/medium/Battleship/input/07 - game lost.txt +11 -0
  2616. package/config/medium/Battleship/output/01 - ships too close.txt +1 -0
  2617. package/config/medium/Battleship/output/02 - wrong number of ships.txt +1 -0
  2618. package/config/medium/Battleship/output/03 - wrong size of ships.txt +1 -0
  2619. package/config/medium/Battleship/output/04 - missed!.txt +1 -0
  2620. package/config/medium/Battleship/output/05 - touch/303/251!.txt" +1 -0
  2621. package/config/medium/Battleship/output/06 - touch/303/251 coul/303/251!.txt" +1 -0
  2622. package/config/medium/Battleship/output/07 - game lost.txt +1 -0
  2623. package/config/medium/BijectiveNumeration/code/CGCode.js +10 -0
  2624. package/config/medium/BijectiveNumeration/code/CGCode.php +12 -0
  2625. package/config/medium/BijectiveNumeration/config.json +53 -0
  2626. package/config/medium/BijectiveNumeration/input/01 - simple parsing.txt +2 -0
  2627. package/config/medium/BijectiveNumeration/input/02 - parsing.txt +2 -0
  2628. package/config/medium/BijectiveNumeration/input/03 - more parsing.txt +2 -0
  2629. package/config/medium/BijectiveNumeration/input/04 - simple generation.txt +2 -0
  2630. package/config/medium/BijectiveNumeration/input/05 - generation.txt +2 -0
  2631. package/config/medium/BijectiveNumeration/input/06 - more generation.txt +2 -0
  2632. package/config/medium/BijectiveNumeration/input/07 - mixed test.txt +2 -0
  2633. package/config/medium/BijectiveNumeration/input/08 - bigger test.txt +2 -0
  2634. package/config/medium/BijectiveNumeration/input/09 - huge test.txt +2 -0
  2635. package/config/medium/BijectiveNumeration/output/01 - simple parsing.txt +1 -0
  2636. package/config/medium/BijectiveNumeration/output/02 - parsing.txt +1 -0
  2637. package/config/medium/BijectiveNumeration/output/03 - more parsing.txt +1 -0
  2638. package/config/medium/BijectiveNumeration/output/04 - simple generation.txt +1 -0
  2639. package/config/medium/BijectiveNumeration/output/05 - generation.txt +1 -0
  2640. package/config/medium/BijectiveNumeration/output/06 - more generation.txt +1 -0
  2641. package/config/medium/BijectiveNumeration/output/07 - mixed test.txt +1 -0
  2642. package/config/medium/BijectiveNumeration/output/08 - bigger test.txt +1 -0
  2643. package/config/medium/BijectiveNumeration/output/09 - huge test.txt +1 -0
  2644. package/config/medium/BinarySearchTreeTraversal/code/CGCode.js +12 -0
  2645. package/config/medium/BinarySearchTreeTraversal/code/CGCode.php +15 -0
  2646. package/config/medium/BinarySearchTreeTraversal/config.json +38 -0
  2647. package/config/medium/BinarySearchTreeTraversal/input/01 - example.txt +2 -0
  2648. package/config/medium/BinarySearchTreeTraversal/input/02 - positive values only.txt +2 -0
  2649. package/config/medium/BinarySearchTreeTraversal/input/03 - small random values.txt +2 -0
  2650. package/config/medium/BinarySearchTreeTraversal/input/04 - large random values.txt +2 -0
  2651. package/config/medium/BinarySearchTreeTraversal/input/05 - more random values.txt +2 -0
  2652. package/config/medium/BinarySearchTreeTraversal/input/06 - ordered values.txt +2 -0
  2653. package/config/medium/BinarySearchTreeTraversal/output/01 - example.txt +4 -0
  2654. package/config/medium/BinarySearchTreeTraversal/output/02 - positive values only.txt +4 -0
  2655. package/config/medium/BinarySearchTreeTraversal/output/03 - small random values.txt +4 -0
  2656. package/config/medium/BinarySearchTreeTraversal/output/04 - large random values.txt +4 -0
  2657. package/config/medium/BinarySearchTreeTraversal/output/05 - more random values.txt +4 -0
  2658. package/config/medium/BinarySearchTreeTraversal/output/06 - ordered values.txt +4 -0
  2659. package/config/medium/Bingo/code/CGCode.js +10 -0
  2660. package/config/medium/Bingo/code/CGCode.php +12 -0
  2661. package/config/medium/Bingo/config.json +28 -0
  2662. package/config/medium/Bingo/input/01 - 1 player.txt +7 -0
  2663. package/config/medium/Bingo/input/02 - 5 players.txt +27 -0
  2664. package/config/medium/Bingo/input/03 - 25 players.txt +127 -0
  2665. package/config/medium/Bingo/input/04 - 100 players.txt +502 -0
  2666. package/config/medium/Bingo/output/01 - 1 player.txt +2 -0
  2667. package/config/medium/Bingo/output/02 - 5 players.txt +2 -0
  2668. package/config/medium/Bingo/output/03 - 25 players.txt +2 -0
  2669. package/config/medium/Bingo/output/04 - 100 players.txt +2 -0
  2670. package/config/medium/BitCountToLimit/code/CGCode.js +6 -0
  2671. package/config/medium/BitCountToLimit/code/CGCode.php +7 -0
  2672. package/config/medium/BitCountToLimit/config.json +33 -0
  2673. package/config/medium/BitCountToLimit/input/01 - simple one.txt +1 -0
  2674. package/config/medium/BitCountToLimit/input/02 - a bit more.txt +1 -0
  2675. package/config/medium/BitCountToLimit/input/03 - and greater than 100.txt +1 -0
  2676. package/config/medium/BitCountToLimit/input/04 - million.txt +1 -0
  2677. package/config/medium/BitCountToLimit/input/05 - did you get the trick.txt +1 -0
  2678. package/config/medium/BitCountToLimit/output/01 - simple one.txt +1 -0
  2679. package/config/medium/BitCountToLimit/output/02 - a bit more.txt +1 -0
  2680. package/config/medium/BitCountToLimit/output/03 - and greater than 100.txt +1 -0
  2681. package/config/medium/BitCountToLimit/output/04 - million.txt +1 -0
  2682. package/config/medium/BitCountToLimit/output/05 - did you get the trick.txt +1 -0
  2683. package/config/medium/BloodTypes/code/CGCode.js +12 -0
  2684. package/config/medium/BloodTypes/code/CGCode.php +11 -0
  2685. package/config/medium/BloodTypes/config.json +28 -0
  2686. package/config/medium/BloodTypes/input/01 - example.txt +5 -0
  2687. package/config/medium/BloodTypes/input/02 - child blood types.txt +13 -0
  2688. package/config/medium/BloodTypes/input/03 - parents blood types.txt +32 -0
  2689. package/config/medium/BloodTypes/input/04 - all combins.txt +51 -0
  2690. package/config/medium/BloodTypes/output/01 - example.txt +4 -0
  2691. package/config/medium/BloodTypes/output/02 - child blood types.txt +12 -0
  2692. package/config/medium/BloodTypes/output/03 - parents blood types.txt +31 -0
  2693. package/config/medium/BloodTypes/output/04 - all combins.txt +50 -0
  2694. package/config/medium/BouncingBarry/code/CGCode.js +7 -0
  2695. package/config/medium/BouncingBarry/code/CGCode.php +8 -0
  2696. package/config/medium/BouncingBarry/config.json +48 -0
  2697. package/config/medium/BouncingBarry/input/01 - meandering.txt +2 -0
  2698. package/config/medium/BouncingBarry/input/02 - exploring.txt +2 -0
  2699. package/config/medium/BouncingBarry/input/03 - spiraling.txt +2 -0
  2700. package/config/medium/BouncingBarry/input/04 - crossing.txt +2 -0
  2701. package/config/medium/BouncingBarry/input/05 - bobbing and weaving.txt +2 -0
  2702. package/config/medium/BouncingBarry/input/06 - tail-chasing.txt +2 -0
  2703. package/config/medium/BouncingBarry/input/07 - sprinting.txt +2 -0
  2704. package/config/medium/BouncingBarry/input/08 - just drunk-ing.txt +2 -0
  2705. package/config/medium/BouncingBarry/output/01 - meandering.txt +4 -0
  2706. package/config/medium/BouncingBarry/output/02 - exploring.txt +8 -0
  2707. package/config/medium/BouncingBarry/output/03 - spiraling.txt +12 -0
  2708. package/config/medium/BouncingBarry/output/04 - crossing.txt +7 -0
  2709. package/config/medium/BouncingBarry/output/05 - bobbing and weaving.txt +13 -0
  2710. package/config/medium/BouncingBarry/output/06 - tail-chasing.txt +1 -0
  2711. package/config/medium/BouncingBarry/output/07 - sprinting.txt +2 -0
  2712. package/config/medium/BouncingBarry/output/08 - just drunk-ing.txt +31 -0
  2713. package/config/medium/BoxOfCigars/code/CGCode.js +9 -0
  2714. package/config/medium/BoxOfCigars/code/CGCode.php +11 -0
  2715. package/config/medium/BoxOfCigars/config.json +43 -0
  2716. package/config/medium/BoxOfCigars/input/01 - example.txt +11 -0
  2717. package/config/medium/BoxOfCigars/input/02 - all valid.txt +6 -0
  2718. package/config/medium/BoxOfCigars/input/03 - common difference = 1.txt +11 -0
  2719. package/config/medium/BoxOfCigars/input/04 - big test.txt +21 -0
  2720. package/config/medium/BoxOfCigars/input/05 - 50 cigars.txt +51 -0
  2721. package/config/medium/BoxOfCigars/input/06 - 100 cigars!.txt +101 -0
  2722. package/config/medium/BoxOfCigars/input/07 - millionare.txt +1001 -0
  2723. package/config/medium/BoxOfCigars/output/01 - example.txt +1 -0
  2724. package/config/medium/BoxOfCigars/output/02 - all valid.txt +1 -0
  2725. package/config/medium/BoxOfCigars/output/03 - common difference = 1.txt +1 -0
  2726. package/config/medium/BoxOfCigars/output/04 - big test.txt +1 -0
  2727. package/config/medium/BoxOfCigars/output/05 - 50 cigars.txt +1 -0
  2728. package/config/medium/BoxOfCigars/output/06 - 100 cigars!.txt +1 -0
  2729. package/config/medium/BoxOfCigars/output/07 - millionare.txt +1 -0
  2730. package/config/medium/BracketsEnhancedEdition/code/CGCode.js +11 -0
  2731. package/config/medium/BracketsEnhancedEdition/code/CGCode.php +14 -0
  2732. package/config/medium/BracketsEnhancedEdition/config.json +53 -0
  2733. package/config/medium/BracketsEnhancedEdition/input/01 - example.txt +3 -0
  2734. package/config/medium/BracketsEnhancedEdition/input/02 - extreme.txt +8 -0
  2735. package/config/medium/BracketsEnhancedEdition/input/03 - unextreme at little cost.txt +8 -0
  2736. package/config/medium/BracketsEnhancedEdition/input/04 - complex expressions.txt +11 -0
  2737. package/config/medium/BracketsEnhancedEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
  2738. package/config/medium/BracketsEnhancedEdition/input/06 - more complex expressions.txt +5 -0
  2739. package/config/medium/BracketsEnhancedEdition/input/07 - ramp up.txt +8 -0
  2740. package/config/medium/BracketsEnhancedEdition/input/08 - Very complex salvageable.txt +2 -0
  2741. package/config/medium/BracketsEnhancedEdition/input/09 - Very complex unsalvageable.txt +2 -0
  2742. package/config/medium/BracketsEnhancedEdition/output/01 - example.txt +2 -0
  2743. package/config/medium/BracketsEnhancedEdition/output/02 - extreme.txt +7 -0
  2744. package/config/medium/BracketsEnhancedEdition/output/03 - unextreme at little cost.txt +7 -0
  2745. package/config/medium/BracketsEnhancedEdition/output/04 - complex expressions.txt +10 -0
  2746. package/config/medium/BracketsEnhancedEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
  2747. package/config/medium/BracketsEnhancedEdition/output/06 - more complex expressions.txt +4 -0
  2748. package/config/medium/BracketsEnhancedEdition/output/07 - ramp up.txt +7 -0
  2749. package/config/medium/BracketsEnhancedEdition/output/08 - Very complex salvageable.txt +1 -0
  2750. package/config/medium/BracketsEnhancedEdition/output/09 - Very complex unsalvageable.txt +1 -0
  2751. package/config/medium/BracketsExtendedEdition/code/CGCode.js +11 -0
  2752. package/config/medium/BracketsExtendedEdition/code/CGCode.php +13 -0
  2753. package/config/medium/BracketsExtendedEdition/config.json +33 -0
  2754. package/config/medium/BracketsExtendedEdition/input/01 - example.txt +3 -0
  2755. package/config/medium/BracketsExtendedEdition/input/02 - extreme.txt +8 -0
  2756. package/config/medium/BracketsExtendedEdition/input/03 - unextreme at little cost.txt +8 -0
  2757. package/config/medium/BracketsExtendedEdition/input/04 - complex expressions.txt +11 -0
  2758. package/config/medium/BracketsExtendedEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
  2759. package/config/medium/BracketsExtendedEdition/output/01 - example.txt +2 -0
  2760. package/config/medium/BracketsExtendedEdition/output/02 - extreme.txt +7 -0
  2761. package/config/medium/BracketsExtendedEdition/output/03 - unextreme at little cost.txt +7 -0
  2762. package/config/medium/BracketsExtendedEdition/output/04 - complex expressions.txt +10 -0
  2763. package/config/medium/BracketsExtendedEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
  2764. package/config/medium/BracketsUltimateEdition/code/CGCode.js +11 -0
  2765. package/config/medium/BracketsUltimateEdition/code/CGCode.php +14 -0
  2766. package/config/medium/BracketsUltimateEdition/config.json +33 -0
  2767. package/config/medium/BracketsUltimateEdition/input/01 - example.txt +3 -0
  2768. package/config/medium/BracketsUltimateEdition/input/02 - extreme.txt +8 -0
  2769. package/config/medium/BracketsUltimateEdition/input/03 - unextreme at little cost.txt +8 -0
  2770. package/config/medium/BracketsUltimateEdition/input/04 - complex expressions.txt +11 -0
  2771. package/config/medium/BracketsUltimateEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
  2772. package/config/medium/BracketsUltimateEdition/output/01 - example.txt +2 -0
  2773. package/config/medium/BracketsUltimateEdition/output/02 - extreme.txt +7 -0
  2774. package/config/medium/BracketsUltimateEdition/output/03 - unextreme at little cost.txt +7 -0
  2775. package/config/medium/BracketsUltimateEdition/output/04 - complex expressions.txt +10 -0
  2776. package/config/medium/BracketsUltimateEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
  2777. package/config/medium/BruceLee/code/CGCode.js +6 -0
  2778. package/config/medium/BruceLee/code/CGCode.php +7 -0
  2779. package/config/medium/BruceLee/config.json +63 -0
  2780. package/config/medium/BruceLee/input/01 - A.txt +1 -0
  2781. package/config/medium/BruceLee/input/02 - AA.txt +1 -0
  2782. package/config/medium/BruceLee/input/03 - bruce lee.txt +1 -0
  2783. package/config/medium/BruceLee/input/04 - epic message.txt +1 -0
  2784. package/config/medium/BruceLee/input/05 - this seems wrong....txt +1 -0
  2785. package/config/medium/BruceLee/input/06 - large text.txt +1 -0
  2786. package/config/medium/BruceLee/input/07 - %#0.txt +1 -0
  2787. package/config/medium/BruceLee/input/08 - this shouldn/342/200/231t work.txt" +1 -0
  2788. package/config/medium/BruceLee/input/09 - invalid input.txt +1 -0
  2789. package/config/medium/BruceLee/input/10 - invalid input.txt +1 -0
  2790. package/config/medium/BruceLee/input/11 - invalid input.txt +1 -0
  2791. package/config/medium/BruceLee/output/01 - A.txt +1 -0
  2792. package/config/medium/BruceLee/output/02 - AA.txt +1 -0
  2793. package/config/medium/BruceLee/output/03 - bruce lee.txt +1 -0
  2794. package/config/medium/BruceLee/output/04 - epic message.txt +1 -0
  2795. package/config/medium/BruceLee/output/05 - this seems wrong....txt +1 -0
  2796. package/config/medium/BruceLee/output/06 - large text.txt +1 -0
  2797. package/config/medium/BruceLee/output/07 - %#0.txt +1 -0
  2798. package/config/medium/BruceLee/output/08 - this shouldn/342/200/231t work.txt" +1 -0
  2799. package/config/medium/BruceLee/output/09 - invalid input.txt +1 -0
  2800. package/config/medium/BruceLee/output/10 - invalid input.txt +1 -0
  2801. package/config/medium/BruceLee/output/11 - invalid input.txt +1 -0
  2802. package/config/medium/BulgarianSolitaire/code/CGCode.js +10 -0
  2803. package/config/medium/BulgarianSolitaire/code/CGCode.php +12 -0
  2804. package/config/medium/BulgarianSolitaire/config.json +33 -0
  2805. package/config/medium/BulgarianSolitaire/input/01 - 1 pile.txt +2 -0
  2806. package/config/medium/BulgarianSolitaire/input/02 - 3 piles.txt +2 -0
  2807. package/config/medium/BulgarianSolitaire/input/03 - large piles.txt +2 -0
  2808. package/config/medium/BulgarianSolitaire/input/04 - empty piles.txt +2 -0
  2809. package/config/medium/BulgarianSolitaire/input/05 - many piles.txt +2 -0
  2810. package/config/medium/BulgarianSolitaire/output/01 - 1 pile.txt +1 -0
  2811. package/config/medium/BulgarianSolitaire/output/02 - 3 piles.txt +1 -0
  2812. package/config/medium/BulgarianSolitaire/output/03 - large piles.txt +1 -0
  2813. package/config/medium/BulgarianSolitaire/output/04 - empty piles.txt +1 -0
  2814. package/config/medium/BulgarianSolitaire/output/05 - many piles.txt +1 -0
  2815. package/config/medium/BullsAndCows/code/CGCode.js +12 -0
  2816. package/config/medium/BullsAndCows/code/CGCode.php +11 -0
  2817. package/config/medium/BullsAndCows/config.json +43 -0
  2818. package/config/medium/BullsAndCows/input/01 - all bulls.txt +2 -0
  2819. package/config/medium/BullsAndCows/input/02 - pair of cows.txt +3 -0
  2820. package/config/medium/BullsAndCows/input/03 - two pair of bulls.txt +4 -0
  2821. package/config/medium/BullsAndCows/input/04 - nothing but cows.txt +2 -0
  2822. package/config/medium/BullsAndCows/input/05 - lone bulls.txt +6 -0
  2823. package/config/medium/BullsAndCows/input/06 - one for all.txt +5 -0
  2824. package/config/medium/BullsAndCows/input/07 - bad guesser.txt +11 -0
  2825. package/config/medium/BullsAndCows/output/01 - all bulls.txt +1 -0
  2826. package/config/medium/BullsAndCows/output/02 - pair of cows.txt +1 -0
  2827. package/config/medium/BullsAndCows/output/03 - two pair of bulls.txt +1 -0
  2828. package/config/medium/BullsAndCows/output/04 - nothing but cows.txt +1 -0
  2829. package/config/medium/BullsAndCows/output/05 - lone bulls.txt +1 -0
  2830. package/config/medium/BullsAndCows/output/06 - one for all.txt +1 -0
  2831. package/config/medium/BullsAndCows/output/07 - bad guesser.txt +1 -0
  2832. package/config/medium/BustSpeedingVehicles/code/CGCode.js +10 -0
  2833. package/config/medium/BustSpeedingVehicles/code/CGCode.php +12 -0
  2834. package/config/medium/BustSpeedingVehicles/config.json +28 -0
  2835. package/config/medium/BustSpeedingVehicles/input/01 - example test.txt +5 -0
  2836. package/config/medium/BustSpeedingVehicles/input/02 - no excess speed.txt +6 -0
  2837. package/config/medium/BustSpeedingVehicles/input/03 - more than one car in excess speed.txt +11 -0
  2838. package/config/medium/BustSpeedingVehicles/input/04 - speed limit.txt +8 -0
  2839. package/config/medium/BustSpeedingVehicles/output/01 - example test.txt +1 -0
  2840. package/config/medium/BustSpeedingVehicles/output/02 - no excess speed.txt +1 -0
  2841. package/config/medium/BustSpeedingVehicles/output/03 - more than one car in excess speed.txt +3 -0
  2842. package/config/medium/BustSpeedingVehicles/output/04 - speed limit.txt +1 -0
  2843. package/config/medium/BytePairEncoding/code/CGCode.js +11 -0
  2844. package/config/medium/BytePairEncoding/code/CGCode.php +11 -0
  2845. package/config/medium/BytePairEncoding/config.json +33 -0
  2846. package/config/medium/BytePairEncoding/input/01 - test 1.txt +2 -0
  2847. package/config/medium/BytePairEncoding/input/02 - test 2.txt +3 -0
  2848. package/config/medium/BytePairEncoding/input/03 - test 3.txt +5 -0
  2849. package/config/medium/BytePairEncoding/input/04 - test 4.txt +11 -0
  2850. package/config/medium/BytePairEncoding/input/05 - test 5.txt +11 -0
  2851. package/config/medium/BytePairEncoding/output/01 - test 1.txt +4 -0
  2852. package/config/medium/BytePairEncoding/output/02 - test 2.txt +4 -0
  2853. package/config/medium/BytePairEncoding/output/03 - test 3.txt +7 -0
  2854. package/config/medium/BytePairEncoding/output/04 - test 4.txt +13 -0
  2855. package/config/medium/BytePairEncoding/output/05 - test 5.txt +26 -0
  2856. package/config/medium/CGFungeInterpreter/code/CGCode.js +9 -0
  2857. package/config/medium/CGFungeInterpreter/code/CGCode.php +11 -0
  2858. package/config/medium/CGFungeInterpreter/config.json +38 -0
  2859. package/config/medium/CGFungeInterpreter/input/01 - just math.txt +2 -0
  2860. package/config/medium/CGFungeInterpreter/input/02 - simple text.txt +2 -0
  2861. package/config/medium/CGFungeInterpreter/input/03 - go all ways.txt +9 -0
  2862. package/config/medium/CGFungeInterpreter/input/04 - very hello world.txt +9 -0
  2863. package/config/medium/CGFungeInterpreter/input/05 - sing me a song.txt +11 -0
  2864. package/config/medium/CGFungeInterpreter/input/06 - skip & short lines.txt +5 -0
  2865. package/config/medium/CGFungeInterpreter/output/01 - just math.txt +1 -0
  2866. package/config/medium/CGFungeInterpreter/output/02 - simple text.txt +1 -0
  2867. package/config/medium/CGFungeInterpreter/output/03 - go all ways.txt +1 -0
  2868. package/config/medium/CGFungeInterpreter/output/04 - very hello world.txt +1 -0
  2869. package/config/medium/CGFungeInterpreter/output/05 - sing me a song.txt +9 -0
  2870. package/config/medium/CGFungeInterpreter/output/06 - skip & short lines.txt +1 -0
  2871. package/config/medium/CGSMinifier/code/CGCode.js +9 -0
  2872. package/config/medium/CGSMinifier/code/CGCode.php +11 -0
  2873. package/config/medium/CGSMinifier/config.json +33 -0
  2874. package/config/medium/CGSMinifier/input/01 - example.txt +5 -0
  2875. package/config/medium/CGSMinifier/input/02 - 1.txt +4 -0
  2876. package/config/medium/CGSMinifier/input/03 - 2.txt +2 -0
  2877. package/config/medium/CGSMinifier/input/04 - 3.txt +6 -0
  2878. package/config/medium/CGSMinifier/input/05 - 4.txt +7 -0
  2879. package/config/medium/CGSMinifier/output/01 - example.txt +1 -0
  2880. package/config/medium/CGSMinifier/output/02 - 1.txt +1 -0
  2881. package/config/medium/CGSMinifier/output/03 - 2.txt +1 -0
  2882. package/config/medium/CGSMinifier/output/04 - 3.txt +1 -0
  2883. package/config/medium/CGSMinifier/output/05 - 4.txt +1 -0
  2884. package/config/medium/CardsCastle/code/CGCode.js +9 -0
  2885. package/config/medium/CardsCastle/code/CGCode.php +11 -0
  2886. package/config/medium/CardsCastle/config.json +113 -0
  2887. package/config/medium/CardsCastle/input/01 - example.txt +5 -0
  2888. package/config/medium/CardsCastle/input/02 - little castle.txt +3 -0
  2889. package/config/medium/CardsCastle/input/03 - little fallen castle.txt +3 -0
  2890. package/config/medium/CardsCastle/input/04 - fortress.txt +7 -0
  2891. package/config/medium/CardsCastle/input/05 - fallen fortress.txt +6 -0
  2892. package/config/medium/CardsCastle/input/06 - cards are missing.txt +5 -0
  2893. package/config/medium/CardsCastle/input/07 - a lot of cards are missing !.txt +5 -0
  2894. package/config/medium/CardsCastle/input/08 - unstable single card.txt +8 -0
  2895. package/config/medium/CardsCastle/input/09 - flying cards.txt +5 -0
  2896. package/config/medium/CardsCastle/input/10 - reversed cards.txt +6 -0
  2897. package/config/medium/CardsCastle/input/11 - few floors.txt +9 -0
  2898. package/config/medium/CardsCastle/input/12 - on the gap.txt +8 -0
  2899. package/config/medium/CardsCastle/input/13 - starting on.txt +6 -0
  2900. package/config/medium/CardsCastle/input/14 - shifted.txt +6 -0
  2901. package/config/medium/CardsCastle/input/15 - flying castle cards.txt +8 -0
  2902. package/config/medium/CardsCastle/input/16 - same card side by side.txt +6 -0
  2903. package/config/medium/CardsCastle/input/17 - same flying card side by side.txt +6 -0
  2904. package/config/medium/CardsCastle/input/18 - flying reversed card side by side.txt +7 -0
  2905. package/config/medium/CardsCastle/input/19 - the shifted unique one.txt +4 -0
  2906. package/config/medium/CardsCastle/input/20 - lost cards.txt +5 -0
  2907. package/config/medium/CardsCastle/input/21 - complex.txt +16 -0
  2908. package/config/medium/CardsCastle/output/01 - example.txt +1 -0
  2909. package/config/medium/CardsCastle/output/02 - little castle.txt +1 -0
  2910. package/config/medium/CardsCastle/output/03 - little fallen castle.txt +1 -0
  2911. package/config/medium/CardsCastle/output/04 - fortress.txt +1 -0
  2912. package/config/medium/CardsCastle/output/05 - fallen fortress.txt +1 -0
  2913. package/config/medium/CardsCastle/output/06 - cards are missing.txt +1 -0
  2914. package/config/medium/CardsCastle/output/07 - a lot of cards are missing !.txt +1 -0
  2915. package/config/medium/CardsCastle/output/08 - unstable single card.txt +1 -0
  2916. package/config/medium/CardsCastle/output/09 - flying cards.txt +1 -0
  2917. package/config/medium/CardsCastle/output/10 - reversed cards.txt +1 -0
  2918. package/config/medium/CardsCastle/output/11 - few floors.txt +1 -0
  2919. package/config/medium/CardsCastle/output/12 - on the gap.txt +1 -0
  2920. package/config/medium/CardsCastle/output/13 - starting on.txt +1 -0
  2921. package/config/medium/CardsCastle/output/14 - shifted.txt +1 -0
  2922. package/config/medium/CardsCastle/output/15 - flying castle cards.txt +1 -0
  2923. package/config/medium/CardsCastle/output/16 - same card side by side.txt +1 -0
  2924. package/config/medium/CardsCastle/output/17 - same flying card side by side.txt +1 -0
  2925. package/config/medium/CardsCastle/output/18 - flying reversed card side by side.txt +1 -0
  2926. package/config/medium/CardsCastle/output/19 - the shifted unique one.txt +1 -0
  2927. package/config/medium/CardsCastle/output/20 - lost cards.txt +1 -0
  2928. package/config/medium/CardsCastle/output/21 - complex.txt +1 -0
  2929. package/config/medium/ChainedMatrixProducts/code/CGCode.js +11 -0
  2930. package/config/medium/ChainedMatrixProducts/code/CGCode.php +11 -0
  2931. package/config/medium/ChainedMatrixProducts/config.json +28 -0
  2932. package/config/medium/ChainedMatrixProducts/input/01 - N = 3.txt +4 -0
  2933. package/config/medium/ChainedMatrixProducts/input/02 - N = 6.txt +7 -0
  2934. package/config/medium/ChainedMatrixProducts/input/03 - N = 20.txt +21 -0
  2935. package/config/medium/ChainedMatrixProducts/input/04 - N = 100.txt +101 -0
  2936. package/config/medium/ChainedMatrixProducts/output/01 - N = 3.txt +1 -0
  2937. package/config/medium/ChainedMatrixProducts/output/02 - N = 6.txt +1 -0
  2938. package/config/medium/ChainedMatrixProducts/output/03 - N = 20.txt +1 -0
  2939. package/config/medium/ChainedMatrixProducts/output/04 - N = 100.txt +1 -0
  2940. package/config/medium/CircularAutomationThePeriodOfChaos/code/CGCode.js +8 -0
  2941. package/config/medium/CircularAutomationThePeriodOfChaos/code/CGCode.php +9 -0
  2942. package/config/medium/CircularAutomationThePeriodOfChaos/config.json +43 -0
  2943. package/config/medium/CircularAutomationThePeriodOfChaos/input/01 - simple example.txt +3 -0
  2944. package/config/medium/CircularAutomationThePeriodOfChaos/input/02 - blinker.txt +3 -0
  2945. package/config/medium/CircularAutomationThePeriodOfChaos/input/03 - rule 250 mix.txt +3 -0
  2946. package/config/medium/CircularAutomationThePeriodOfChaos/input/04 - 126 = fractal.txt +3 -0
  2947. package/config/medium/CircularAutomationThePeriodOfChaos/input/05 - so long.txt +3 -0
  2948. package/config/medium/CircularAutomationThePeriodOfChaos/input/06 - rule 110.txt +3 -0
  2949. package/config/medium/CircularAutomationThePeriodOfChaos/input/07 - where is the motif.txt +3 -0
  2950. package/config/medium/CircularAutomationThePeriodOfChaos/output/01 - simple example.txt +1 -0
  2951. package/config/medium/CircularAutomationThePeriodOfChaos/output/02 - blinker.txt +1 -0
  2952. package/config/medium/CircularAutomationThePeriodOfChaos/output/03 - rule 250 mix.txt +1 -0
  2953. package/config/medium/CircularAutomationThePeriodOfChaos/output/04 - 126 = fractal.txt +1 -0
  2954. package/config/medium/CircularAutomationThePeriodOfChaos/output/05 - so long.txt +1 -0
  2955. package/config/medium/CircularAutomationThePeriodOfChaos/output/06 - rule 110.txt +1 -0
  2956. package/config/medium/CircularAutomationThePeriodOfChaos/output/07 - where is the motif.txt +1 -0
  2957. package/config/medium/ConditionOvershadowing/code/CGCode.js +9 -0
  2958. package/config/medium/ConditionOvershadowing/code/CGCode.php +11 -0
  2959. package/config/medium/ConditionOvershadowing/config.json +113 -0
  2960. package/config/medium/ConditionOvershadowing/input/01 - test 1.txt +6 -0
  2961. package/config/medium/ConditionOvershadowing/input/02 - test 2.txt +4 -0
  2962. package/config/medium/ConditionOvershadowing/input/03 - test 3.txt +5 -0
  2963. package/config/medium/ConditionOvershadowing/input/04 - test 4.txt +5 -0
  2964. package/config/medium/ConditionOvershadowing/input/05 - test 5.txt +4 -0
  2965. package/config/medium/ConditionOvershadowing/input/06 - test 6.txt +7 -0
  2966. package/config/medium/ConditionOvershadowing/input/07 - test 7.txt +5 -0
  2967. package/config/medium/ConditionOvershadowing/input/08 - test 8.txt +9 -0
  2968. package/config/medium/ConditionOvershadowing/input/09 - test 9.txt +5 -0
  2969. package/config/medium/ConditionOvershadowing/input/10 - test 10.txt +6 -0
  2970. package/config/medium/ConditionOvershadowing/input/11 - test 11.txt +9 -0
  2971. package/config/medium/ConditionOvershadowing/input/12 - test 12.txt +7 -0
  2972. package/config/medium/ConditionOvershadowing/input/13 - test 13.txt +5 -0
  2973. package/config/medium/ConditionOvershadowing/input/14 - test 14.txt +5 -0
  2974. package/config/medium/ConditionOvershadowing/input/15 - test 15.txt +5 -0
  2975. package/config/medium/ConditionOvershadowing/input/16 - test 16.txt +4 -0
  2976. package/config/medium/ConditionOvershadowing/input/17 - test 17.txt +6 -0
  2977. package/config/medium/ConditionOvershadowing/input/18 - test 18.txt +4 -0
  2978. package/config/medium/ConditionOvershadowing/input/19 - test 19.txt +4 -0
  2979. package/config/medium/ConditionOvershadowing/input/20 - test 20.txt +7 -0
  2980. package/config/medium/ConditionOvershadowing/input/21 - test 21.txt +7 -0
  2981. package/config/medium/ConditionOvershadowing/output/01 - test 1.txt +1 -0
  2982. package/config/medium/ConditionOvershadowing/output/02 - test 2.txt +1 -0
  2983. package/config/medium/ConditionOvershadowing/output/03 - test 3.txt +1 -0
  2984. package/config/medium/ConditionOvershadowing/output/04 - test 4.txt +1 -0
  2985. package/config/medium/ConditionOvershadowing/output/05 - test 5.txt +1 -0
  2986. package/config/medium/ConditionOvershadowing/output/06 - test 6.txt +1 -0
  2987. package/config/medium/ConditionOvershadowing/output/07 - test 7.txt +1 -0
  2988. package/config/medium/ConditionOvershadowing/output/08 - test 8.txt +1 -0
  2989. package/config/medium/ConditionOvershadowing/output/09 - test 9.txt +1 -0
  2990. package/config/medium/ConditionOvershadowing/output/10 - test 10.txt +1 -0
  2991. package/config/medium/ConditionOvershadowing/output/11 - test 11.txt +1 -0
  2992. package/config/medium/ConditionOvershadowing/output/12 - test 12.txt +1 -0
  2993. package/config/medium/ConditionOvershadowing/output/13 - test 13.txt +1 -0
  2994. package/config/medium/ConditionOvershadowing/output/14 - test 14.txt +1 -0
  2995. package/config/medium/ConditionOvershadowing/output/15 - test 15.txt +1 -0
  2996. package/config/medium/ConditionOvershadowing/output/16 - test 16.txt +1 -0
  2997. package/config/medium/ConditionOvershadowing/output/17 - test 17.txt +1 -0
  2998. package/config/medium/ConditionOvershadowing/output/18 - test 18.txt +1 -0
  2999. package/config/medium/ConditionOvershadowing/output/19 - test 19.txt +1 -0
  3000. package/config/medium/ConditionOvershadowing/output/20 - test 20.txt +1 -0
  3001. package/config/medium/ConditionOvershadowing/output/21 - test 21.txt +1 -0
  3002. package/config/medium/ConnectTheHyperDots/code/CGCode.js +11 -0
  3003. package/config/medium/ConnectTheHyperDots/code/CGCode.php +11 -0
  3004. package/config/medium/ConnectTheHyperDots/config.json +68 -0
  3005. package/config/medium/ConnectTheHyperDots/input/01 - 2D.txt +5 -0
  3006. package/config/medium/ConnectTheHyperDots/input/02 - 3D.txt +7 -0
  3007. package/config/medium/ConnectTheHyperDots/input/03 - 4D.txt +6 -0
  3008. package/config/medium/ConnectTheHyperDots/input/04 - duplicate labels.txt +7 -0
  3009. package/config/medium/ConnectTheHyperDots/input/05 - duplicate points.txt +9 -0
  3010. package/config/medium/ConnectTheHyperDots/input/06 - punctuation.txt +7 -0
  3011. package/config/medium/ConnectTheHyperDots/input/07 - spacing.txt +13 -0
  3012. package/config/medium/ConnectTheHyperDots/input/08 - quotes.txt +22 -0
  3013. package/config/medium/ConnectTheHyperDots/input/09 - hyphenation.txt +13 -0
  3014. package/config/medium/ConnectTheHyperDots/input/10 - unordered orthants.txt +23 -0
  3015. package/config/medium/ConnectTheHyperDots/input/11 - 5D.txt +11 -0
  3016. package/config/medium/ConnectTheHyperDots/input/12 - 8D.txt +23 -0
  3017. package/config/medium/ConnectTheHyperDots/output/01 - 2D.txt +1 -0
  3018. package/config/medium/ConnectTheHyperDots/output/02 - 3D.txt +1 -0
  3019. package/config/medium/ConnectTheHyperDots/output/03 - 4D.txt +1 -0
  3020. package/config/medium/ConnectTheHyperDots/output/04 - duplicate labels.txt +1 -0
  3021. package/config/medium/ConnectTheHyperDots/output/05 - duplicate points.txt +1 -0
  3022. package/config/medium/ConnectTheHyperDots/output/06 - punctuation.txt +1 -0
  3023. package/config/medium/ConnectTheHyperDots/output/07 - spacing.txt +1 -0
  3024. package/config/medium/ConnectTheHyperDots/output/08 - quotes.txt +1 -0
  3025. package/config/medium/ConnectTheHyperDots/output/09 - hyphenation.txt +1 -0
  3026. package/config/medium/ConnectTheHyperDots/output/10 - unordered orthants.txt +1 -0
  3027. package/config/medium/ConnectTheHyperDots/output/11 - 5D.txt +1 -0
  3028. package/config/medium/ConnectTheHyperDots/output/12 - 8D.txt +1 -0
  3029. package/config/medium/ConsecutiveBalancedSubstrings/code/CGCode.js +7 -0
  3030. package/config/medium/ConsecutiveBalancedSubstrings/code/CGCode.php +8 -0
  3031. package/config/medium/ConsecutiveBalancedSubstrings/config.json +28 -0
  3032. package/config/medium/ConsecutiveBalancedSubstrings/input/01 - test 1.txt +2 -0
  3033. package/config/medium/ConsecutiveBalancedSubstrings/input/02 - test 2.txt +2 -0
  3034. package/config/medium/ConsecutiveBalancedSubstrings/input/03 - test 3.txt +2 -0
  3035. package/config/medium/ConsecutiveBalancedSubstrings/input/04 - test 4.txt +2 -0
  3036. package/config/medium/ConsecutiveBalancedSubstrings/output/01 - test 1.txt +1 -0
  3037. package/config/medium/ConsecutiveBalancedSubstrings/output/02 - test 2.txt +1 -0
  3038. package/config/medium/ConsecutiveBalancedSubstrings/output/03 - test 3.txt +1 -0
  3039. package/config/medium/ConsecutiveBalancedSubstrings/output/04 - test 4.txt +1 -0
  3040. package/config/medium/ConstrainedLatinSquares/code/CGCode.js +9 -0
  3041. package/config/medium/ConstrainedLatinSquares/code/CGCode.php +11 -0
  3042. package/config/medium/ConstrainedLatinSquares/config.json +53 -0
  3043. package/config/medium/ConstrainedLatinSquares/input/01 - 3x3 easy.txt +4 -0
  3044. package/config/medium/ConstrainedLatinSquares/input/02 - 4x4 unconstrained.txt +5 -0
  3045. package/config/medium/ConstrainedLatinSquares/input/03 - 5x5 wrong grid.txt +6 -0
  3046. package/config/medium/ConstrainedLatinSquares/input/04 - 5x5 fundamental.txt +6 -0
  3047. package/config/medium/ConstrainedLatinSquares/input/05 - 6x6.txt +7 -0
  3048. package/config/medium/ConstrainedLatinSquares/input/06 - 7x7.txt +8 -0
  3049. package/config/medium/ConstrainedLatinSquares/input/07 - 8x8.txt +9 -0
  3050. package/config/medium/ConstrainedLatinSquares/input/08 - 9x9.txt +10 -0
  3051. package/config/medium/ConstrainedLatinSquares/input/09 - 9x9 hard.txt +10 -0
  3052. package/config/medium/ConstrainedLatinSquares/output/01 - 3x3 easy.txt +1 -0
  3053. package/config/medium/ConstrainedLatinSquares/output/02 - 4x4 unconstrained.txt +1 -0
  3054. package/config/medium/ConstrainedLatinSquares/output/03 - 5x5 wrong grid.txt +1 -0
  3055. package/config/medium/ConstrainedLatinSquares/output/04 - 5x5 fundamental.txt +1 -0
  3056. package/config/medium/ConstrainedLatinSquares/output/05 - 6x6.txt +1 -0
  3057. package/config/medium/ConstrainedLatinSquares/output/06 - 7x7.txt +1 -0
  3058. package/config/medium/ConstrainedLatinSquares/output/07 - 8x8.txt +1 -0
  3059. package/config/medium/ConstrainedLatinSquares/output/08 - 9x9.txt +1 -0
  3060. package/config/medium/ConstrainedLatinSquares/output/09 - 9x9 hard.txt +1 -0
  3061. package/config/medium/ContinuedFractions/code/CGCode.js +6 -0
  3062. package/config/medium/ContinuedFractions/code/CGCode.php +7 -0
  3063. package/config/medium/ContinuedFractions/config.json +73 -0
  3064. package/config/medium/ContinuedFractions/input/01 - F to CF.txt +1 -0
  3065. package/config/medium/ContinuedFractions/input/02 - CF to F.txt +1 -0
  3066. package/config/medium/ContinuedFractions/input/03 - small fraction.txt +1 -0
  3067. package/config/medium/ContinuedFractions/input/04 - small CF.txt +1 -0
  3068. package/config/medium/ContinuedFractions/input/05 - medium fraction.txt +1 -0
  3069. package/config/medium/ContinuedFractions/input/06 - medium CF.txt +1 -0
  3070. package/config/medium/ContinuedFractions/input/07 - large fraction.txt +1 -0
  3071. package/config/medium/ContinuedFractions/input/08 - large CF.txt +1 -0
  3072. package/config/medium/ContinuedFractions/input/09 - F to long CF.txt +1 -0
  3073. package/config/medium/ContinuedFractions/input/10 - Long CF to F.txt +1 -0
  3074. package/config/medium/ContinuedFractions/input/11 - negative fraction.txt +1 -0
  3075. package/config/medium/ContinuedFractions/input/12 - negative CF.txt +1 -0
  3076. package/config/medium/ContinuedFractions/input/13 - all together now.txt +1 -0
  3077. package/config/medium/ContinuedFractions/output/01 - F to CF.txt +1 -0
  3078. package/config/medium/ContinuedFractions/output/02 - CF to F.txt +1 -0
  3079. package/config/medium/ContinuedFractions/output/03 - small fraction.txt +1 -0
  3080. package/config/medium/ContinuedFractions/output/04 - small CF.txt +1 -0
  3081. package/config/medium/ContinuedFractions/output/05 - medium fraction.txt +1 -0
  3082. package/config/medium/ContinuedFractions/output/06 - medium CF.txt +1 -0
  3083. package/config/medium/ContinuedFractions/output/07 - large fraction.txt +1 -0
  3084. package/config/medium/ContinuedFractions/output/08 - large CF.txt +1 -0
  3085. package/config/medium/ContinuedFractions/output/09 - F to long CF.txt +1 -0
  3086. package/config/medium/ContinuedFractions/output/10 - Long CF to F.txt +1 -0
  3087. package/config/medium/ContinuedFractions/output/11 - negative fraction.txt +1 -0
  3088. package/config/medium/ContinuedFractions/output/12 - negative CF.txt +1 -0
  3089. package/config/medium/ContinuedFractions/output/13 - all together now.txt +1 -0
  3090. package/config/medium/CountOfPrimesInANumberGrid/code/CGCode.js +11 -0
  3091. package/config/medium/CountOfPrimesInANumberGrid/code/CGCode.php +11 -0
  3092. package/config/medium/CountOfPrimesInANumberGrid/config.json +33 -0
  3093. package/config/medium/CountOfPrimesInANumberGrid/input/01 - test 1.txt +3 -0
  3094. package/config/medium/CountOfPrimesInANumberGrid/input/02 - much ado about nothing.txt +5 -0
  3095. package/config/medium/CountOfPrimesInANumberGrid/input/03 - gordon lee puzzle.txt +6 -0
  3096. package/config/medium/CountOfPrimesInANumberGrid/input/04 - large.txt +7 -0
  3097. package/config/medium/CountOfPrimesInANumberGrid/input/05 - asymmetric.txt +6 -0
  3098. package/config/medium/CountOfPrimesInANumberGrid/output/01 - test 1.txt +1 -0
  3099. package/config/medium/CountOfPrimesInANumberGrid/output/02 - much ado about nothing.txt +1 -0
  3100. package/config/medium/CountOfPrimesInANumberGrid/output/03 - gordon lee puzzle.txt +1 -0
  3101. package/config/medium/CountOfPrimesInANumberGrid/output/04 - large.txt +1 -0
  3102. package/config/medium/CountOfPrimesInANumberGrid/output/05 - asymmetric.txt +1 -0
  3103. package/config/medium/CountingSquaresOnPegs/code/CGCode.js +11 -0
  3104. package/config/medium/CountingSquaresOnPegs/code/CGCode.php +11 -0
  3105. package/config/medium/CountingSquaresOnPegs/config.json +43 -0
  3106. package/config/medium/CountingSquaresOnPegs/input/01 - 5 points.txt +6 -0
  3107. package/config/medium/CountingSquaresOnPegs/input/02 - 50 points.txt +51 -0
  3108. package/config/medium/CountingSquaresOnPegs/input/03 - 100 points.txt +101 -0
  3109. package/config/medium/CountingSquaresOnPegs/input/04 - 500 points.txt +501 -0
  3110. package/config/medium/CountingSquaresOnPegs/input/05 - 1000 points.txt +1001 -0
  3111. package/config/medium/CountingSquaresOnPegs/input/06 - 1500 points.txt +1501 -0
  3112. package/config/medium/CountingSquaresOnPegs/input/07 - 1750 points.txt +1751 -0
  3113. package/config/medium/CountingSquaresOnPegs/output/01 - 5 points.txt +1 -0
  3114. package/config/medium/CountingSquaresOnPegs/output/02 - 50 points.txt +1 -0
  3115. package/config/medium/CountingSquaresOnPegs/output/03 - 100 points.txt +1 -0
  3116. package/config/medium/CountingSquaresOnPegs/output/04 - 500 points.txt +1 -0
  3117. package/config/medium/CountingSquaresOnPegs/output/05 - 1000 points.txt +1 -0
  3118. package/config/medium/CountingSquaresOnPegs/output/06 - 1500 points.txt +1 -0
  3119. package/config/medium/CountingSquaresOnPegs/output/07 - 1750 points.txt +1 -0
  3120. package/config/medium/Crossword/code/CGCode.js +9 -0
  3121. package/config/medium/Crossword/code/CGCode.php +10 -0
  3122. package/config/medium/Crossword/config.json +73 -0
  3123. package/config/medium/Crossword/input/01 - byte-sized philosophy.txt +4 -0
  3124. package/config/medium/Crossword/input/02 - color mix.txt +4 -0
  3125. package/config/medium/Crossword/input/03 - crime scene.txt +4 -0
  3126. package/config/medium/Crossword/input/04 - fruit salad.txt +4 -0
  3127. package/config/medium/Crossword/input/05 - french writers 17th century.txt +4 -0
  3128. package/config/medium/Crossword/input/06 - marvel series.txt +4 -0
  3129. package/config/medium/Crossword/input/07 - french coding game menu.txt +4 -0
  3130. package/config/medium/Crossword/input/08 - no way !.txt +4 -0
  3131. package/config/medium/Crossword/input/09 - crash test.txt +4 -0
  3132. package/config/medium/Crossword/input/10 - base case test.txt +4 -0
  3133. package/config/medium/Crossword/input/11 - proximity test.txt +4 -0
  3134. package/config/medium/Crossword/input/12 - no match test.txt +4 -0
  3135. package/config/medium/Crossword/input/13 - multiple solutions test.txt +4 -0
  3136. package/config/medium/Crossword/output/01 - byte-sized philosophy.txt +3 -0
  3137. package/config/medium/Crossword/output/02 - color mix.txt +6 -0
  3138. package/config/medium/Crossword/output/03 - crime scene.txt +6 -0
  3139. package/config/medium/Crossword/output/04 - fruit salad.txt +9 -0
  3140. package/config/medium/Crossword/output/05 - french writers 17th century.txt +8 -0
  3141. package/config/medium/Crossword/output/06 - marvel series.txt +11 -0
  3142. package/config/medium/Crossword/output/07 - french coding game menu.txt +1 -0
  3143. package/config/medium/Crossword/output/08 - no way !.txt +1 -0
  3144. package/config/medium/Crossword/output/09 - crash test.txt +1 -0
  3145. package/config/medium/Crossword/output/10 - base case test.txt +6 -0
  3146. package/config/medium/Crossword/output/11 - proximity test.txt +7 -0
  3147. package/config/medium/Crossword/output/12 - no match test.txt +1 -0
  3148. package/config/medium/Crossword/output/13 - multiple solutions test.txt +1 -0
  3149. package/config/medium/Cylinders/code/CGCode.js +9 -0
  3150. package/config/medium/Cylinders/code/CGCode.php +11 -0
  3151. package/config/medium/Cylinders/config.json +28 -0
  3152. package/config/medium/Cylinders/input/01 - example.txt +6 -0
  3153. package/config/medium/Cylinders/input/02 - caves to fill in.txt +10 -0
  3154. package/config/medium/Cylinders/input/03 - harsh.txt +11 -0
  3155. package/config/medium/Cylinders/input/04 - optimize your code.txt +11 -0
  3156. package/config/medium/Cylinders/output/01 - example.txt +5 -0
  3157. package/config/medium/Cylinders/output/02 - caves to fill in.txt +9 -0
  3158. package/config/medium/Cylinders/output/03 - harsh.txt +10 -0
  3159. package/config/medium/Cylinders/output/04 - optimize your code.txt +10 -0
  3160. package/config/medium/DDCGMapper/code/CGCode.js +12 -0
  3161. package/config/medium/DDCGMapper/code/CGCode.php +12 -0
  3162. package/config/medium/DDCGMapper/config.json +28 -0
  3163. package/config/medium/DDCGMapper/input/01 - example.txt +4 -0
  3164. package/config/medium/DDCGMapper/input/02 - 1.txt +3 -0
  3165. package/config/medium/DDCGMapper/input/03 - 2.txt +5 -0
  3166. package/config/medium/DDCGMapper/input/04 - 3.txt +11 -0
  3167. package/config/medium/DDCGMapper/output/01 - example.txt +7 -0
  3168. package/config/medium/DDCGMapper/output/02 - 1.txt +4 -0
  3169. package/config/medium/DDCGMapper/output/03 - 2.txt +12 -0
  3170. package/config/medium/DDCGMapper/output/04 - 3.txt +90 -0
  3171. package/config/medium/DeFizzBuzzer/code/CGCode.js +9 -0
  3172. package/config/medium/DeFizzBuzzer/code/CGCode.php +11 -0
  3173. package/config/medium/DeFizzBuzzer/config.json +33 -0
  3174. package/config/medium/DeFizzBuzzer/input/01 - plain number.txt +21 -0
  3175. package/config/medium/DeFizzBuzzer/input/02 - two simple ones.txt +3 -0
  3176. package/config/medium/DeFizzBuzzer/input/03 - more words.txt +5 -0
  3177. package/config/medium/DeFizzBuzzer/input/04 - error cases.txt +4 -0
  3178. package/config/medium/DeFizzBuzzer/input/05 - lots of cases.txt +101 -0
  3179. package/config/medium/DeFizzBuzzer/output/01 - plain number.txt +20 -0
  3180. package/config/medium/DeFizzBuzzer/output/02 - two simple ones.txt +2 -0
  3181. package/config/medium/DeFizzBuzzer/output/03 - more words.txt +4 -0
  3182. package/config/medium/DeFizzBuzzer/output/04 - error cases.txt +3 -0
  3183. package/config/medium/DeFizzBuzzer/output/05 - lots of cases.txt +100 -0
  3184. package/config/medium/DepotOrganization/code/CGCode.js +11 -0
  3185. package/config/medium/DepotOrganization/code/CGCode.php +14 -0
  3186. package/config/medium/DepotOrganization/config.json +33 -0
  3187. package/config/medium/DepotOrganization/input/01 - example case.txt +7 -0
  3188. package/config/medium/DepotOrganization/input/02 - easy ring.txt +7 -0
  3189. package/config/medium/DepotOrganization/input/03 - assorted ring.txt +7 -0
  3190. package/config/medium/DepotOrganization/input/04 - random case.txt +7 -0
  3191. package/config/medium/DepotOrganization/input/05 - random case, very hard.txt +7 -0
  3192. package/config/medium/DepotOrganization/output/01 - example case.txt +1 -0
  3193. package/config/medium/DepotOrganization/output/02 - easy ring.txt +1 -0
  3194. package/config/medium/DepotOrganization/output/03 - assorted ring.txt +1 -0
  3195. package/config/medium/DepotOrganization/output/04 - random case.txt +1 -0
  3196. package/config/medium/DepotOrganization/output/05 - random case, very hard.txt +1 -0
  3197. package/config/medium/DerivativeTimePart1/code/CGCode.js +8 -0
  3198. package/config/medium/DerivativeTimePart1/code/CGCode.php +9 -0
  3199. package/config/medium/DerivativeTimePart1/config.json +83 -0
  3200. package/config/medium/DerivativeTimePart1/input/01 - easy multiply.txt +3 -0
  3201. package/config/medium/DerivativeTimePart1/input/02 - second derivative.txt +3 -0
  3202. package/config/medium/DerivativeTimePart1/input/03 - second derivative mix.txt +3 -0
  3203. package/config/medium/DerivativeTimePart1/input/04 - power with number.txt +3 -0
  3204. package/config/medium/DerivativeTimePart1/input/05 - power with variable.txt +3 -0
  3205. package/config/medium/DerivativeTimePart1/input/06 - 3 variables.txt +3 -0
  3206. package/config/medium/DerivativeTimePart1/input/07 - fraction.txt +3 -0
  3207. package/config/medium/DerivativeTimePart1/input/08 - longer multiply.txt +3 -0
  3208. package/config/medium/DerivativeTimePart1/input/09 - 3rd derivative.txt +3 -0
  3209. package/config/medium/DerivativeTimePart1/input/10 - some Greek ;).txt +3 -0
  3210. package/config/medium/DerivativeTimePart1/input/11 - maybe not xyz ;).txt +3 -0
  3211. package/config/medium/DerivativeTimePart1/input/12 - some vars ;))).txt +3 -0
  3212. package/config/medium/DerivativeTimePart1/input/13 - bigger constants.txt +3 -0
  3213. package/config/medium/DerivativeTimePart1/input/14 - bigger power.txt +3 -0
  3214. package/config/medium/DerivativeTimePart1/input/15 - cannot find.txt +3 -0
  3215. package/config/medium/DerivativeTimePart1/output/01 - easy multiply.txt +1 -0
  3216. package/config/medium/DerivativeTimePart1/output/02 - second derivative.txt +1 -0
  3217. package/config/medium/DerivativeTimePart1/output/03 - second derivative mix.txt +1 -0
  3218. package/config/medium/DerivativeTimePart1/output/04 - power with number.txt +1 -0
  3219. package/config/medium/DerivativeTimePart1/output/05 - power with variable.txt +1 -0
  3220. package/config/medium/DerivativeTimePart1/output/06 - 3 variables.txt +1 -0
  3221. package/config/medium/DerivativeTimePart1/output/07 - fraction.txt +1 -0
  3222. package/config/medium/DerivativeTimePart1/output/08 - longer multiply.txt +1 -0
  3223. package/config/medium/DerivativeTimePart1/output/09 - 3rd derivative.txt +1 -0
  3224. package/config/medium/DerivativeTimePart1/output/10 - some Greek ;).txt +1 -0
  3225. package/config/medium/DerivativeTimePart1/output/11 - maybe not xyz ;).txt +1 -0
  3226. package/config/medium/DerivativeTimePart1/output/12 - some vars ;))).txt +1 -0
  3227. package/config/medium/DerivativeTimePart1/output/13 - bigger constants.txt +1 -0
  3228. package/config/medium/DerivativeTimePart1/output/14 - bigger power.txt +1 -0
  3229. package/config/medium/DerivativeTimePart1/output/15 - cannot find.txt +1 -0
  3230. package/config/medium/DiceProbabilityCalculator/code/CGCode.js +6 -0
  3231. package/config/medium/DiceProbabilityCalculator/code/CGCode.php +7 -0
  3232. package/config/medium/DiceProbabilityCalculator/config.json +43 -0
  3233. package/config/medium/DiceProbabilityCalculator/input/01 - a die and two additions.txt +1 -0
  3234. package/config/medium/DiceProbabilityCalculator/input/02 - simple comparison.txt +1 -0
  3235. package/config/medium/DiceProbabilityCalculator/input/03 - addition of two dice.txt +1 -0
  3236. package/config/medium/DiceProbabilityCalculator/input/04 - comparaison with sum of dice.txt +1 -0
  3237. package/config/medium/DiceProbabilityCalculator/input/05 - subtraction of dice.txt +1 -0
  3238. package/config/medium/DiceProbabilityCalculator/input/06 - multiplication of dice.txt +1 -0
  3239. package/config/medium/DiceProbabilityCalculator/input/07 - FIX IT !.txt +1 -0
  3240. package/config/medium/DiceProbabilityCalculator/output/01 - a die and two additions.txt +4 -0
  3241. package/config/medium/DiceProbabilityCalculator/output/02 - simple comparison.txt +1 -0
  3242. package/config/medium/DiceProbabilityCalculator/output/03 - addition of two dice.txt +11 -0
  3243. package/config/medium/DiceProbabilityCalculator/output/04 - comparaison with sum of dice.txt +2 -0
  3244. package/config/medium/DiceProbabilityCalculator/output/05 - subtraction of dice.txt +15 -0
  3245. package/config/medium/DiceProbabilityCalculator/output/06 - multiplication of dice.txt +9 -0
  3246. package/config/medium/DiceProbabilityCalculator/output/07 - FIX IT !.txt +2 -0
  3247. package/config/medium/DigitSumSuccessor/code/CGCode.js +6 -0
  3248. package/config/medium/DigitSumSuccessor/code/CGCode.php +7 -0
  3249. package/config/medium/DigitSumSuccessor/config.json +63 -0
  3250. package/config/medium/DigitSumSuccessor/input/01 - two.txt +1 -0
  3251. package/config/medium/DigitSumSuccessor/input/02 - simple test.txt +1 -0
  3252. package/config/medium/DigitSumSuccessor/input/03 - trailing zeros.txt +1 -0
  3253. package/config/medium/DigitSumSuccessor/input/04 - trailing zeros and nines.txt +1 -0
  3254. package/config/medium/DigitSumSuccessor/input/05 - need more length.txt +1 -0
  3255. package/config/medium/DigitSumSuccessor/input/06 - random test.txt +1 -0
  3256. package/config/medium/DigitSumSuccessor/input/07 - only nines.txt +1 -0
  3257. package/config/medium/DigitSumSuccessor/input/08 - zeros and nines.txt +1 -0
  3258. package/config/medium/DigitSumSuccessor/input/09 - zeros and nines 2.txt +1 -0
  3259. package/config/medium/DigitSumSuccessor/input/10 - zeros and nines 3.txt +1 -0
  3260. package/config/medium/DigitSumSuccessor/input/11 - zeros and nines 4.txt +1 -0
  3261. package/config/medium/DigitSumSuccessor/output/01 - two.txt +1 -0
  3262. package/config/medium/DigitSumSuccessor/output/02 - simple test.txt +1 -0
  3263. package/config/medium/DigitSumSuccessor/output/03 - trailing zeros.txt +1 -0
  3264. package/config/medium/DigitSumSuccessor/output/04 - trailing zeros and nines.txt +1 -0
  3265. package/config/medium/DigitSumSuccessor/output/05 - need more length.txt +1 -0
  3266. package/config/medium/DigitSumSuccessor/output/06 - random test.txt +1 -0
  3267. package/config/medium/DigitSumSuccessor/output/07 - only nines.txt +1 -0
  3268. package/config/medium/DigitSumSuccessor/output/08 - zeros and nines.txt +1 -0
  3269. package/config/medium/DigitSumSuccessor/output/09 - zeros and nines 2.txt +1 -0
  3270. package/config/medium/DigitSumSuccessor/output/10 - zeros and nines 3.txt +1 -0
  3271. package/config/medium/DigitSumSuccessor/output/11 - zeros and nines 4.txt +1 -0
  3272. package/config/medium/DivideTheFactorial/code/CGCode.js +8 -0
  3273. package/config/medium/DivideTheFactorial/code/CGCode.php +7 -0
  3274. package/config/medium/DivideTheFactorial/config.json +53 -0
  3275. package/config/medium/DivideTheFactorial/input/01 - test 1.txt +1 -0
  3276. package/config/medium/DivideTheFactorial/input/02 - test 2.txt +1 -0
  3277. package/config/medium/DivideTheFactorial/input/03 - test 3.txt +1 -0
  3278. package/config/medium/DivideTheFactorial/input/04 - test 4.txt +1 -0
  3279. package/config/medium/DivideTheFactorial/input/05 - test 5.txt +1 -0
  3280. package/config/medium/DivideTheFactorial/input/06 - test 6.txt +1 -0
  3281. package/config/medium/DivideTheFactorial/input/07 - test 7.txt +1 -0
  3282. package/config/medium/DivideTheFactorial/input/08 - test 8.txt +1 -0
  3283. package/config/medium/DivideTheFactorial/input/09 - test 9.txt +1 -0
  3284. package/config/medium/DivideTheFactorial/output/01 - test 1.txt +1 -0
  3285. package/config/medium/DivideTheFactorial/output/02 - test 2.txt +1 -0
  3286. package/config/medium/DivideTheFactorial/output/03 - test 3.txt +1 -0
  3287. package/config/medium/DivideTheFactorial/output/04 - test 4.txt +1 -0
  3288. package/config/medium/DivideTheFactorial/output/05 - test 5.txt +1 -0
  3289. package/config/medium/DivideTheFactorial/output/06 - test 6.txt +1 -0
  3290. package/config/medium/DivideTheFactorial/output/07 - test 7.txt +1 -0
  3291. package/config/medium/DivideTheFactorial/output/08 - test 8.txt +1 -0
  3292. package/config/medium/DivideTheFactorial/output/09 - test 9.txt +1 -0
  3293. package/config/medium/Divine/code/CGCode.js +8 -0
  3294. package/config/medium/Divine/code/CGCode.php +10 -0
  3295. package/config/medium/Divine/config.json +28 -0
  3296. package/config/medium/Divine/input/01 - test 1.txt +9 -0
  3297. package/config/medium/Divine/input/02 - test 2.txt +9 -0
  3298. package/config/medium/Divine/input/03 - test 3.txt +9 -0
  3299. package/config/medium/Divine/input/04 - test 4.txt +9 -0
  3300. package/config/medium/Divine/output/01 - test 1.txt +27 -0
  3301. package/config/medium/Divine/output/02 - test 2.txt +22 -0
  3302. package/config/medium/Divine/output/03 - test 3.txt +24 -0
  3303. package/config/medium/Divine/output/04 - test 4.txt +26 -0
  3304. package/config/medium/DominoPuzzle/code/CGCode.js +9 -0
  3305. package/config/medium/DominoPuzzle/code/CGCode.php +11 -0
  3306. package/config/medium/DominoPuzzle/config.json +38 -0
  3307. package/config/medium/DominoPuzzle/input/01 - example.txt +5 -0
  3308. package/config/medium/DominoPuzzle/input/02 - simple.txt +5 -0
  3309. package/config/medium/DominoPuzzle/input/03 - clearOut.txt +4 -0
  3310. package/config/medium/DominoPuzzle/input/04 - big field.txt +6 -0
  3311. package/config/medium/DominoPuzzle/input/05 - huge field.txt +11 -0
  3312. package/config/medium/DominoPuzzle/input/06 - circle.txt +5 -0
  3313. package/config/medium/DominoPuzzle/output/01 - example.txt +1 -0
  3314. package/config/medium/DominoPuzzle/output/02 - simple.txt +1 -0
  3315. package/config/medium/DominoPuzzle/output/03 - clearOut.txt +1 -0
  3316. package/config/medium/DominoPuzzle/output/04 - big field.txt +1 -0
  3317. package/config/medium/DominoPuzzle/output/05 - huge field.txt +1 -0
  3318. package/config/medium/DominoPuzzle/output/06 - circle.txt +1 -0
  3319. package/config/medium/DominoesPath/code/CGCode.js +11 -0
  3320. package/config/medium/DominoesPath/code/CGCode.php +11 -0
  3321. package/config/medium/DominoesPath/config.json +38 -0
  3322. package/config/medium/DominoesPath/input/01 - example.txt +3 -0
  3323. package/config/medium/DominoesPath/input/02 - no path (easy).txt +3 -0
  3324. package/config/medium/DominoesPath/input/03 - longer path in order.txt +6 -0
  3325. package/config/medium/DominoesPath/input/04 - broken path.txt +6 -0
  3326. package/config/medium/DominoesPath/input/05 - long path scrambled.txt +21 -0
  3327. package/config/medium/DominoesPath/input/06 - long invalid sequence.txt +9 -0
  3328. package/config/medium/DominoesPath/output/01 - example.txt +1 -0
  3329. package/config/medium/DominoesPath/output/02 - no path (easy).txt +1 -0
  3330. package/config/medium/DominoesPath/output/03 - longer path in order.txt +1 -0
  3331. package/config/medium/DominoesPath/output/04 - broken path.txt +1 -0
  3332. package/config/medium/DominoesPath/output/05 - long path scrambled.txt +1 -0
  3333. package/config/medium/DominoesPath/output/06 - long invalid sequence.txt +1 -0
  3334. package/config/medium/DrugInteractions/code/CGCode.js +9 -0
  3335. package/config/medium/DrugInteractions/code/CGCode.php +11 -0
  3336. package/config/medium/DrugInteractions/config.json +33 -0
  3337. package/config/medium/DrugInteractions/input/01 - test 1.txt +4 -0
  3338. package/config/medium/DrugInteractions/input/02 - test 2.txt +11 -0
  3339. package/config/medium/DrugInteractions/input/03 - test 3.txt +41 -0
  3340. package/config/medium/DrugInteractions/input/04 - test 4.txt +81 -0
  3341. package/config/medium/DrugInteractions/input/05 - test 5.txt +101 -0
  3342. package/config/medium/DrugInteractions/output/01 - test 1.txt +1 -0
  3343. package/config/medium/DrugInteractions/output/02 - test 2.txt +1 -0
  3344. package/config/medium/DrugInteractions/output/03 - test 3.txt +1 -0
  3345. package/config/medium/DrugInteractions/output/04 - test 4.txt +1 -0
  3346. package/config/medium/DrugInteractions/output/05 - test 5.txt +1 -0
  3347. package/config/medium/DuckHunt/code/CGCode.js +13 -0
  3348. package/config/medium/DuckHunt/code/CGCode.php +16 -0
  3349. package/config/medium/DuckHunt/config.json +28 -0
  3350. package/config/medium/DuckHunt/input/01 - example.txt +12 -0
  3351. package/config/medium/DuckHunt/input/02 - foursome.txt +22 -0
  3352. package/config/medium/DuckHunt/input/03 - the race.txt +14 -0
  3353. package/config/medium/DuckHunt/input/04 - can/342/200/231t shoot all.txt" +26 -0
  3354. package/config/medium/DuckHunt/output/01 - example.txt +2 -0
  3355. package/config/medium/DuckHunt/output/02 - foursome.txt +4 -0
  3356. package/config/medium/DuckHunt/output/03 - the race.txt +6 -0
  3357. package/config/medium/DuckHunt/output/04 - can/342/200/231t shoot all.txt" +6 -0
  3358. package/config/medium/Dungeon3D/code/CGCode.js +13 -0
  3359. package/config/medium/Dungeon3D/code/CGCode.php +12 -0
  3360. package/config/medium/Dungeon3D/config.json +58 -0
  3361. package/config/medium/Dungeon3D/input/01 - example.txt +10 -0
  3362. package/config/medium/Dungeon3D/input/02 - small.txt +22 -0
  3363. package/config/medium/Dungeon3D/input/03 - direct access.txt +4 -0
  3364. package/config/medium/Dungeon3D/input/04 - NO PATH.txt +10 -0
  3365. package/config/medium/Dungeon3D/input/05 - 10/342/200/231s cube.txt" +112 -0
  3366. package/config/medium/Dungeon3D/input/06 - 13/342/200/231s cube.txt" +184 -0
  3367. package/config/medium/Dungeon3D/input/07 - multi-path 1.txt +226 -0
  3368. package/config/medium/Dungeon3D/input/08 - multi-path 2.txt +194 -0
  3369. package/config/medium/Dungeon3D/input/09 - space.txt +62 -0
  3370. package/config/medium/Dungeon3D/input/10 - codingame.txt +74 -0
  3371. package/config/medium/Dungeon3D/output/01 - example.txt +1 -0
  3372. package/config/medium/Dungeon3D/output/02 - small.txt +1 -0
  3373. package/config/medium/Dungeon3D/output/03 - direct access.txt +1 -0
  3374. package/config/medium/Dungeon3D/output/04 - NO PATH.txt +1 -0
  3375. package/config/medium/Dungeon3D/output/05 - 10/342/200/231s cube.txt" +1 -0
  3376. package/config/medium/Dungeon3D/output/06 - 13/342/200/231s cube.txt" +1 -0
  3377. package/config/medium/Dungeon3D/output/07 - multi-path 1.txt +1 -0
  3378. package/config/medium/Dungeon3D/output/08 - multi-path 2.txt +1 -0
  3379. package/config/medium/Dungeon3D/output/09 - space.txt +1 -0
  3380. package/config/medium/Dungeon3D/output/10 - codingame.txt +1 -0
  3381. package/config/medium/DynamicSorting/code/CGCode.js +11 -0
  3382. package/config/medium/DynamicSorting/code/CGCode.php +13 -0
  3383. package/config/medium/DynamicSorting/config.json +33 -0
  3384. package/config/medium/DynamicSorting/input/01 - simple name sorting.txt +6 -0
  3385. package/config/medium/DynamicSorting/input/02 - thenBy.txt +9 -0
  3386. package/config/medium/DynamicSorting/input/03 - large dataset.txt +36 -0
  3387. package/config/medium/DynamicSorting/input/04 - 3 sorting parameters.txt +65 -0
  3388. package/config/medium/DynamicSorting/input/05 - 4 sorting parameters.txt +10 -0
  3389. package/config/medium/DynamicSorting/output/01 - simple name sorting.txt +3 -0
  3390. package/config/medium/DynamicSorting/output/02 - thenBy.txt +6 -0
  3391. package/config/medium/DynamicSorting/output/03 - large dataset.txt +33 -0
  3392. package/config/medium/DynamicSorting/output/04 - 3 sorting parameters.txt +62 -0
  3393. package/config/medium/DynamicSorting/output/05 - 4 sorting parameters.txt +7 -0
  3394. package/config/medium/ElementaryCellularAutomaton/code/CGCode.js +8 -0
  3395. package/config/medium/ElementaryCellularAutomaton/code/CGCode.php +9 -0
  3396. package/config/medium/ElementaryCellularAutomaton/config.json +33 -0
  3397. package/config/medium/ElementaryCellularAutomaton/input/01 - pyramid.txt +3 -0
  3398. package/config/medium/ElementaryCellularAutomaton/input/02 - sierpi/305/204ski triangle.txt" +3 -0
  3399. package/config/medium/ElementaryCellularAutomaton/input/03 - rule 30: conus textile.txt +3 -0
  3400. package/config/medium/ElementaryCellularAutomaton/input/04 - sierpi/305/204ski triangle, continued.txt" +3 -0
  3401. package/config/medium/ElementaryCellularAutomaton/input/05 - rule 110, different start.txt +3 -0
  3402. package/config/medium/ElementaryCellularAutomaton/output/01 - pyramid.txt +5 -0
  3403. package/config/medium/ElementaryCellularAutomaton/output/02 - sierpi/305/204ski triangle.txt" +16 -0
  3404. package/config/medium/ElementaryCellularAutomaton/output/03 - rule 30: conus textile.txt +14 -0
  3405. package/config/medium/ElementaryCellularAutomaton/output/04 - sierpi/305/204ski triangle, continued.txt" +16 -0
  3406. package/config/medium/ElementaryCellularAutomaton/output/05 - rule 110, different start.txt +21 -0
  3407. package/config/medium/EllipticCurveCryptography/code/CGCode.js +11 -0
  3408. package/config/medium/EllipticCurveCryptography/code/CGCode.php +14 -0
  3409. package/config/medium/EllipticCurveCryptography/config.json +33 -0
  3410. package/config/medium/EllipticCurveCryptography/input/01 - small unique.txt +2 -0
  3411. package/config/medium/EllipticCurveCryptography/input/02 - small multiple.txt +4 -0
  3412. package/config/medium/EllipticCurveCryptography/input/03 - Medium multiple.txt +51 -0
  3413. package/config/medium/EllipticCurveCryptography/input/04 - long unique.txt +2 -0
  3414. package/config/medium/EllipticCurveCryptography/input/05 - long multiple.txt +51 -0
  3415. package/config/medium/EllipticCurveCryptography/output/01 - small unique.txt +1 -0
  3416. package/config/medium/EllipticCurveCryptography/output/02 - small multiple.txt +3 -0
  3417. package/config/medium/EllipticCurveCryptography/output/03 - Medium multiple.txt +50 -0
  3418. package/config/medium/EllipticCurveCryptography/output/04 - long unique.txt +1 -0
  3419. package/config/medium/EllipticCurveCryptography/output/05 - long multiple.txt +50 -0
  3420. package/config/medium/EnglishLengthUnitsConversion/code/CGCode.js +10 -0
  3421. package/config/medium/EnglishLengthUnitsConversion/code/CGCode.php +12 -0
  3422. package/config/medium/EnglishLengthUnitsConversion/config.json +28 -0
  3423. package/config/medium/EnglishLengthUnitsConversion/input/01 - direct relations.txt +5 -0
  3424. package/config/medium/EnglishLengthUnitsConversion/input/02 - direct relations with dead end.txt +6 -0
  3425. package/config/medium/EnglishLengthUnitsConversion/input/03 - with loops.txt +13 -0
  3426. package/config/medium/EnglishLengthUnitsConversion/input/04 - full tree.txt +49 -0
  3427. package/config/medium/EnglishLengthUnitsConversion/output/01 - direct relations.txt +1 -0
  3428. package/config/medium/EnglishLengthUnitsConversion/output/02 - direct relations with dead end.txt +1 -0
  3429. package/config/medium/EnglishLengthUnitsConversion/output/03 - with loops.txt +1 -0
  3430. package/config/medium/EnglishLengthUnitsConversion/output/04 - full tree.txt +1 -0
  3431. package/config/medium/EntryCode/code/CGCode.js +7 -0
  3432. package/config/medium/EntryCode/code/CGCode.php +8 -0
  3433. package/config/medium/EntryCode/config.json +33 -0
  3434. package/config/medium/EntryCode/input/01 - small 1.txt +2 -0
  3435. package/config/medium/EntryCode/input/02 - small 2.txt +2 -0
  3436. package/config/medium/EntryCode/input/03 - high number of digits.txt +2 -0
  3437. package/config/medium/EntryCode/input/04 - high number of characters.txt +2 -0
  3438. package/config/medium/EntryCode/input/05 - last test.txt +2 -0
  3439. package/config/medium/EntryCode/output/01 - small 1.txt +1 -0
  3440. package/config/medium/EntryCode/output/02 - small 2.txt +1 -0
  3441. package/config/medium/EntryCode/output/03 - high number of digits.txt +1 -0
  3442. package/config/medium/EntryCode/output/04 - high number of characters.txt +1 -0
  3443. package/config/medium/EntryCode/output/05 - last test.txt +1 -0
  3444. package/config/medium/EqualizingArrays/code/CGCode.js +14 -0
  3445. package/config/medium/EqualizingArrays/code/CGCode.php +17 -0
  3446. package/config/medium/EqualizingArrays/config.json +63 -0
  3447. package/config/medium/EqualizingArrays/input/01 - simple.txt +3 -0
  3448. package/config/medium/EqualizingArrays/input/02 - binary.txt +3 -0
  3449. package/config/medium/EqualizingArrays/input/03 - one hill.txt +3 -0
  3450. package/config/medium/EqualizingArrays/input/04 - two hill.txt +3 -0
  3451. package/config/medium/EqualizingArrays/input/05 - random.txt +3 -0
  3452. package/config/medium/EqualizingArrays/input/06 - opposite 1.txt +3 -0
  3453. package/config/medium/EqualizingArrays/input/07 - opposite 2.txt +3 -0
  3454. package/config/medium/EqualizingArrays/input/08 - one hill large.txt +3 -0
  3455. package/config/medium/EqualizingArrays/input/09 - two hill large.txt +3 -0
  3456. package/config/medium/EqualizingArrays/input/10 - blocks.txt +3 -0
  3457. package/config/medium/EqualizingArrays/input/11 - zero.txt +3 -0
  3458. package/config/medium/EqualizingArrays/output/01 - simple.txt +4 -0
  3459. package/config/medium/EqualizingArrays/output/02 - binary.txt +82 -0
  3460. package/config/medium/EqualizingArrays/output/03 - one hill.txt +10 -0
  3461. package/config/medium/EqualizingArrays/output/04 - two hill.txt +10 -0
  3462. package/config/medium/EqualizingArrays/output/05 - random.txt +50 -0
  3463. package/config/medium/EqualizingArrays/output/06 - opposite 1.txt +90 -0
  3464. package/config/medium/EqualizingArrays/output/07 - opposite 2.txt +100 -0
  3465. package/config/medium/EqualizingArrays/output/08 - one hill large.txt +50 -0
  3466. package/config/medium/EqualizingArrays/output/09 - two hill large.txt +50 -0
  3467. package/config/medium/EqualizingArrays/output/10 - blocks.txt +80 -0
  3468. package/config/medium/EqualizingArrays/output/11 - zero.txt +1 -0
  3469. package/config/medium/FactorialVsExponential/code/CGCode.js +10 -0
  3470. package/config/medium/FactorialVsExponential/code/CGCode.php +12 -0
  3471. package/config/medium/FactorialVsExponential/config.json +33 -0
  3472. package/config/medium/FactorialVsExponential/input/01 - few small integer values.txt +2 -0
  3473. package/config/medium/FactorialVsExponential/input/02 - few small float values.txt +2 -0
  3474. package/config/medium/FactorialVsExponential/input/03 - more float values.txt +2 -0
  3475. package/config/medium/FactorialVsExponential/input/04 - bigger float values.txt +2 -0
  3476. package/config/medium/FactorialVsExponential/input/05 - huge float values.txt +2 -0
  3477. package/config/medium/FactorialVsExponential/output/01 - few small integer values.txt +1 -0
  3478. package/config/medium/FactorialVsExponential/output/02 - few small float values.txt +1 -0
  3479. package/config/medium/FactorialVsExponential/output/03 - more float values.txt +1 -0
  3480. package/config/medium/FactorialVsExponential/output/04 - bigger float values.txt +1 -0
  3481. package/config/medium/FactorialVsExponential/output/05 - huge float values.txt +1 -0
  3482. package/config/medium/FairNumbering/code/CGCode.js +13 -0
  3483. package/config/medium/FairNumbering/code/CGCode.php +14 -0
  3484. package/config/medium/FairNumbering/config.json +43 -0
  3485. package/config/medium/FairNumbering/input/01 - examples.txt +5 -0
  3486. package/config/medium/FairNumbering/input/02 - typical cases.txt +22 -0
  3487. package/config/medium/FairNumbering/input/03 - wide range.txt +101 -0
  3488. package/config/medium/FairNumbering/input/04 - bigger numbers.txt +101 -0
  3489. package/config/medium/FairNumbering/input/05 - stress test 1.txt +141 -0
  3490. package/config/medium/FairNumbering/input/06 - stress test 2.txt +121 -0
  3491. package/config/medium/FairNumbering/input/07 - stress test 3.txt +101 -0
  3492. package/config/medium/FairNumbering/output/01 - examples.txt +4 -0
  3493. package/config/medium/FairNumbering/output/02 - typical cases.txt +21 -0
  3494. package/config/medium/FairNumbering/output/03 - wide range.txt +100 -0
  3495. package/config/medium/FairNumbering/output/04 - bigger numbers.txt +100 -0
  3496. package/config/medium/FairNumbering/output/05 - stress test 1.txt +140 -0
  3497. package/config/medium/FairNumbering/output/06 - stress test 2.txt +120 -0
  3498. package/config/medium/FairNumbering/output/07 - stress test 3.txt +100 -0
  3499. package/config/medium/FindTheMissingPlusSignsInAddition/code/CGCode.js +8 -0
  3500. package/config/medium/FindTheMissingPlusSignsInAddition/code/CGCode.php +9 -0
  3501. package/config/medium/FindTheMissingPlusSignsInAddition/config.json +33 -0
  3502. package/config/medium/FindTheMissingPlusSignsInAddition/input/01 - example with unique solution.txt +3 -0
  3503. package/config/medium/FindTheMissingPlusSignsInAddition/input/02 - no solution there.txt +3 -0
  3504. package/config/medium/FindTheMissingPlusSignsInAddition/input/03 - more than one solution.txt +3 -0
  3505. package/config/medium/FindTheMissingPlusSignsInAddition/input/04 - ten terms.txt +3 -0
  3506. package/config/medium/FindTheMissingPlusSignsInAddition/input/05 - 59 digits in O.txt +3 -0
  3507. package/config/medium/FindTheMissingPlusSignsInAddition/output/01 - example with unique solution.txt +1 -0
  3508. package/config/medium/FindTheMissingPlusSignsInAddition/output/02 - no solution there.txt +1 -0
  3509. package/config/medium/FindTheMissingPlusSignsInAddition/output/03 - more than one solution.txt +2 -0
  3510. package/config/medium/FindTheMissingPlusSignsInAddition/output/04 - ten terms.txt +1 -0
  3511. package/config/medium/FindTheMissingPlusSignsInAddition/output/05 - 59 digits in O.txt +1 -0
  3512. package/config/medium/FindTheReplacement/code/CGCode.js +7 -0
  3513. package/config/medium/FindTheReplacement/code/CGCode.php +8 -0
  3514. package/config/medium/FindTheReplacement/config.json +38 -0
  3515. package/config/medium/FindTheReplacement/input/01 - easy replacement.txt +2 -0
  3516. package/config/medium/FindTheReplacement/input/02 - no replacement.txt +2 -0
  3517. package/config/medium/FindTheReplacement/input/03 - CAN/342/200/231T (hard).txt" +2 -0
  3518. package/config/medium/FindTheReplacement/input/04 - symbols.txt +2 -0
  3519. package/config/medium/FindTheReplacement/input/05 - random, all different.txt +2 -0
  3520. package/config/medium/FindTheReplacement/input/06 - symbols reversed.txt +2 -0
  3521. package/config/medium/FindTheReplacement/output/01 - easy replacement.txt +2 -0
  3522. package/config/medium/FindTheReplacement/output/02 - no replacement.txt +1 -0
  3523. package/config/medium/FindTheReplacement/output/03 - CAN/342/200/231T (hard).txt" +1 -0
  3524. package/config/medium/FindTheReplacement/output/04 - symbols.txt +2 -0
  3525. package/config/medium/FindTheReplacement/output/05 - random, all different.txt +14 -0
  3526. package/config/medium/FindTheReplacement/output/06 - symbols reversed.txt +1 -0
  3527. package/config/medium/FiveDChests/code/CGCode.js +9 -0
  3528. package/config/medium/FiveDChests/code/CGCode.php +10 -0
  3529. package/config/medium/FiveDChests/config.json +28 -0
  3530. package/config/medium/FiveDChests/input/01 - N=5.txt +2 -0
  3531. package/config/medium/FiveDChests/input/02 - N=10.txt +2 -0
  3532. package/config/medium/FiveDChests/input/03 - N=15.txt +2 -0
  3533. package/config/medium/FiveDChests/input/04 - N=20.txt +2 -0
  3534. package/config/medium/FiveDChests/output/01 - N=5.txt +3 -0
  3535. package/config/medium/FiveDChests/output/02 - N=10.txt +3 -0
  3536. package/config/medium/FiveDChests/output/03 - N=15.txt +3 -0
  3537. package/config/medium/FiveDChests/output/04 - N=20.txt +3 -0
  3538. package/config/medium/FloodFillExample/code/CGCode.js +10 -0
  3539. package/config/medium/FloodFillExample/code/CGCode.php +12 -0
  3540. package/config/medium/FloodFillExample/config.json +33 -0
  3541. package/config/medium/FloodFillExample/input/01 - test 1.txt +12 -0
  3542. package/config/medium/FloodFillExample/input/02 - test 2.txt +14 -0
  3543. package/config/medium/FloodFillExample/input/03 - test 3.txt +22 -0
  3544. package/config/medium/FloodFillExample/input/04 - test 4.txt +27 -0
  3545. package/config/medium/FloodFillExample/input/05 - test 5.txt +3 -0
  3546. package/config/medium/FloodFillExample/output/01 - test 1.txt +10 -0
  3547. package/config/medium/FloodFillExample/output/02 - test 2.txt +12 -0
  3548. package/config/medium/FloodFillExample/output/03 - test 3.txt +20 -0
  3549. package/config/medium/FloodFillExample/output/04 - test 4.txt +25 -0
  3550. package/config/medium/FloodFillExample/output/05 - test 5.txt +1 -0
  3551. package/config/medium/FoldingANote/code/CGCode.js +9 -0
  3552. package/config/medium/FoldingANote/code/CGCode.php +11 -0
  3553. package/config/medium/FoldingANote/config.json +33 -0
  3554. package/config/medium/FoldingANote/input/01 - easy.txt +2 -0
  3555. package/config/medium/FoldingANote/input/02 - LOL.txt +3 -0
  3556. package/config/medium/FoldingANote/input/03 - brooo....txt +5 -0
  3557. package/config/medium/FoldingANote/input/04 - piggy.txt +9 -0
  3558. package/config/medium/FoldingANote/input/05 - i really like detention..txt +17 -0
  3559. package/config/medium/FoldingANote/output/01 - easy.txt +1 -0
  3560. package/config/medium/FoldingANote/output/02 - LOL.txt +1 -0
  3561. package/config/medium/FoldingANote/output/03 - brooo....txt +1 -0
  3562. package/config/medium/FoldingANote/output/04 - piggy.txt +1 -0
  3563. package/config/medium/FoldingANote/output/05 - i really like detention..txt +1 -0
  3564. package/config/medium/FrogExchange/code/CGCode.js +9 -0
  3565. package/config/medium/FrogExchange/code/CGCode.php +10 -0
  3566. package/config/medium/FrogExchange/config.json +28 -0
  3567. package/config/medium/FrogExchange/input/01 - n=3 m starts left.txt +1 -0
  3568. package/config/medium/FrogExchange/input/02 - n=5 m starts left.txt +1 -0
  3569. package/config/medium/FrogExchange/input/03 - n=11 m starts left.txt +1 -0
  3570. package/config/medium/FrogExchange/input/04 - no frog one stone.txt +1 -0
  3571. package/config/medium/FrogExchange/output/01 - n=3 m starts left.txt +4 -0
  3572. package/config/medium/FrogExchange/output/02 - n=5 m starts left.txt +9 -0
  3573. package/config/medium/FrogExchange/output/03 - n=11 m starts left.txt +36 -0
  3574. package/config/medium/FrogExchange/output/04 - no frog one stone.txt +1 -0
  3575. package/config/medium/FunWithSetTheory/code/CGCode.js +6 -0
  3576. package/config/medium/FunWithSetTheory/code/CGCode.php +7 -0
  3577. package/config/medium/FunWithSetTheory/config.json +83 -0
  3578. package/config/medium/FunWithSetTheory/input/01 - with braces.txt +1 -0
  3579. package/config/medium/FunWithSetTheory/input/02 - with brackets.txt +1 -0
  3580. package/config/medium/FunWithSetTheory/input/03 - simple union.txt +1 -0
  3581. package/config/medium/FunWithSetTheory/input/04 - multiple unions.txt +1 -0
  3582. package/config/medium/FunWithSetTheory/input/05 - simple intersection.txt +1 -0
  3583. package/config/medium/FunWithSetTheory/input/06 - multiple intersections.txt +1 -0
  3584. package/config/medium/FunWithSetTheory/input/07 - simple difference.txt +1 -0
  3585. package/config/medium/FunWithSetTheory/input/08 - multiple differences.txt +1 -0
  3586. package/config/medium/FunWithSetTheory/input/09 - braces and brackets.txt +1 -0
  3587. package/config/medium/FunWithSetTheory/input/10 - empty set.txt +1 -0
  3588. package/config/medium/FunWithSetTheory/input/11 - negative numbers.txt +1 -0
  3589. package/config/medium/FunWithSetTheory/input/12 - orientation of brackets.txt +1 -0
  3590. package/config/medium/FunWithSetTheory/input/13 - simple parentheses.txt +1 -0
  3591. package/config/medium/FunWithSetTheory/input/14 - nested parentheses.txt +1 -0
  3592. package/config/medium/FunWithSetTheory/input/15 - everything!.txt +1 -0
  3593. package/config/medium/FunWithSetTheory/output/01 - with braces.txt +1 -0
  3594. package/config/medium/FunWithSetTheory/output/02 - with brackets.txt +1 -0
  3595. package/config/medium/FunWithSetTheory/output/03 - simple union.txt +1 -0
  3596. package/config/medium/FunWithSetTheory/output/04 - multiple unions.txt +1 -0
  3597. package/config/medium/FunWithSetTheory/output/05 - simple intersection.txt +1 -0
  3598. package/config/medium/FunWithSetTheory/output/06 - multiple intersections.txt +1 -0
  3599. package/config/medium/FunWithSetTheory/output/07 - simple difference.txt +1 -0
  3600. package/config/medium/FunWithSetTheory/output/08 - multiple differences.txt +1 -0
  3601. package/config/medium/FunWithSetTheory/output/09 - braces and brackets.txt +1 -0
  3602. package/config/medium/FunWithSetTheory/output/10 - empty set.txt +1 -0
  3603. package/config/medium/FunWithSetTheory/output/11 - negative numbers.txt +1 -0
  3604. package/config/medium/FunWithSetTheory/output/12 - orientation of brackets.txt +1 -0
  3605. package/config/medium/FunWithSetTheory/output/13 - simple parentheses.txt +1 -0
  3606. package/config/medium/FunWithSetTheory/output/14 - nested parentheses.txt +1 -0
  3607. package/config/medium/FunWithSetTheory/output/15 - everything!.txt +1 -0
  3608. package/config/medium/FutoshikiSolver/code/CGCode.js +9 -0
  3609. package/config/medium/FutoshikiSolver/code/CGCode.php +11 -0
  3610. package/config/medium/FutoshikiSolver/config.json +63 -0
  3611. package/config/medium/FutoshikiSolver/input/01 - no comparisons.txt +4 -0
  3612. package/config/medium/FutoshikiSolver/input/02 - comparisons only horizontal.txt +4 -0
  3613. package/config/medium/FutoshikiSolver/input/03 - comparisons only vertical.txt +4 -0
  3614. package/config/medium/FutoshikiSolver/input/04 - 5x5.txt +10 -0
  3615. package/config/medium/FutoshikiSolver/input/05 - 7x7.txt +14 -0
  3616. package/config/medium/FutoshikiSolver/input/06 - more 5x5.txt +10 -0
  3617. package/config/medium/FutoshikiSolver/input/07 - 4x4.txt +8 -0
  3618. package/config/medium/FutoshikiSolver/input/08 - 6x6.txt +12 -0
  3619. package/config/medium/FutoshikiSolver/input/09 - more 6x6.txt +12 -0
  3620. package/config/medium/FutoshikiSolver/input/10 - 3x3.txt +6 -0
  3621. package/config/medium/FutoshikiSolver/input/11 - 1x1.txt +2 -0
  3622. package/config/medium/FutoshikiSolver/output/01 - no comparisons.txt +2 -0
  3623. package/config/medium/FutoshikiSolver/output/02 - comparisons only horizontal.txt +2 -0
  3624. package/config/medium/FutoshikiSolver/output/03 - comparisons only vertical.txt +2 -0
  3625. package/config/medium/FutoshikiSolver/output/04 - 5x5.txt +5 -0
  3626. package/config/medium/FutoshikiSolver/output/05 - 7x7.txt +7 -0
  3627. package/config/medium/FutoshikiSolver/output/06 - more 5x5.txt +5 -0
  3628. package/config/medium/FutoshikiSolver/output/07 - 4x4.txt +4 -0
  3629. package/config/medium/FutoshikiSolver/output/08 - 6x6.txt +6 -0
  3630. package/config/medium/FutoshikiSolver/output/09 - more 6x6.txt +6 -0
  3631. package/config/medium/FutoshikiSolver/output/10 - 3x3.txt +3 -0
  3632. package/config/medium/FutoshikiSolver/output/11 - 1x1.txt +1 -0
  3633. package/config/medium/GameOfLife/code/CGCode.js +11 -0
  3634. package/config/medium/GameOfLife/code/CGCode.php +11 -0
  3635. package/config/medium/GameOfLife/config.json +43 -0
  3636. package/config/medium/GameOfLife/input/01 - 3x3.txt +4 -0
  3637. package/config/medium/GameOfLife/input/02 - 3x3.txt +4 -0
  3638. package/config/medium/GameOfLife/input/03 - 26x5.txt +6 -0
  3639. package/config/medium/GameOfLife/input/04 - 1x100.txt +101 -0
  3640. package/config/medium/GameOfLife/input/05 - 100x1.txt +2 -0
  3641. package/config/medium/GameOfLife/input/06 - 30x30.txt +31 -0
  3642. package/config/medium/GameOfLife/input/07 - 1x1.txt +2 -0
  3643. package/config/medium/GameOfLife/output/01 - 3x3.txt +3 -0
  3644. package/config/medium/GameOfLife/output/02 - 3x3.txt +3 -0
  3645. package/config/medium/GameOfLife/output/03 - 26x5.txt +5 -0
  3646. package/config/medium/GameOfLife/output/04 - 1x100.txt +100 -0
  3647. package/config/medium/GameOfLife/output/05 - 100x1.txt +1 -0
  3648. package/config/medium/GameOfLife/output/06 - 30x30.txt +30 -0
  3649. package/config/medium/GameOfLife/output/07 - 1x1.txt +1 -0
  3650. package/config/medium/GoldbachsConjecture/code/CGCode.js +9 -0
  3651. package/config/medium/GoldbachsConjecture/code/CGCode.php +11 -0
  3652. package/config/medium/GoldbachsConjecture/config.json +43 -0
  3653. package/config/medium/GoldbachsConjecture/input/01 - example.txt +2 -0
  3654. package/config/medium/GoldbachsConjecture/input/02 - be careful.txt +3 -0
  3655. package/config/medium/GoldbachsConjecture/input/03 - no more alone.txt +3 -0
  3656. package/config/medium/GoldbachsConjecture/input/04 - some hulks.txt +4 -0
  3657. package/config/medium/GoldbachsConjecture/input/05 - commandments.txt +11 -0
  3658. package/config/medium/GoldbachsConjecture/input/06 - dalmatians.txt +102 -0
  3659. package/config/medium/GoldbachsConjecture/input/07 - tacite.txt +121 -0
  3660. package/config/medium/GoldbachsConjecture/output/01 - example.txt +1 -0
  3661. package/config/medium/GoldbachsConjecture/output/02 - be careful.txt +2 -0
  3662. package/config/medium/GoldbachsConjecture/output/03 - no more alone.txt +2 -0
  3663. package/config/medium/GoldbachsConjecture/output/04 - some hulks.txt +3 -0
  3664. package/config/medium/GoldbachsConjecture/output/05 - commandments.txt +10 -0
  3665. package/config/medium/GoldbachsConjecture/output/06 - dalmatians.txt +101 -0
  3666. package/config/medium/GoldbachsConjecture/output/07 - tacite.txt +120 -0
  3667. package/config/medium/GoroWantChocolate/code/CGCode.js +8 -0
  3668. package/config/medium/GoroWantChocolate/code/CGCode.php +7 -0
  3669. package/config/medium/GoroWantChocolate/config.json +28 -0
  3670. package/config/medium/GoroWantChocolate/input/01 - test 1.txt +1 -0
  3671. package/config/medium/GoroWantChocolate/input/02 - test 2.txt +1 -0
  3672. package/config/medium/GoroWantChocolate/input/03 - test 3.txt +1 -0
  3673. package/config/medium/GoroWantChocolate/input/04 - test 4.txt +1 -0
  3674. package/config/medium/GoroWantChocolate/output/01 - test 1.txt +1 -0
  3675. package/config/medium/GoroWantChocolate/output/02 - test 2.txt +1 -0
  3676. package/config/medium/GoroWantChocolate/output/03 - test 3.txt +1 -0
  3677. package/config/medium/GoroWantChocolate/output/04 - test 4.txt +1 -0
  3678. package/config/medium/Gravity/code/CGCode.js +11 -0
  3679. package/config/medium/Gravity/code/CGCode.php +11 -0
  3680. package/config/medium/Gravity/config.json +33 -0
  3681. package/config/medium/Gravity/input/01 - example.txt +6 -0
  3682. package/config/medium/Gravity/input/02 - one fall.txt +3 -0
  3683. package/config/medium/Gravity/input/03 - single.txt +2 -0
  3684. package/config/medium/Gravity/input/04 - CodinGame.txt +6 -0
  3685. package/config/medium/Gravity/input/05 - simple.txt +3 -0
  3686. package/config/medium/Gravity/output/01 - example.txt +5 -0
  3687. package/config/medium/Gravity/output/02 - one fall.txt +2 -0
  3688. package/config/medium/Gravity/output/03 - single.txt +1 -0
  3689. package/config/medium/Gravity/output/04 - CodinGame.txt +5 -0
  3690. package/config/medium/Gravity/output/05 - simple.txt +2 -0
  3691. package/config/medium/GravityCentrifuge/code/CGCode.js +13 -0
  3692. package/config/medium/GravityCentrifuge/code/CGCode.php +13 -0
  3693. package/config/medium/GravityCentrifuge/config.json +63 -0
  3694. package/config/medium/GravityCentrifuge/input/01 - tumble.txt +7 -0
  3695. package/config/medium/GravityCentrifuge/input/02 - double tumble.txt +7 -0
  3696. package/config/medium/GravityCentrifuge/input/03 - triple tumble.txt +7 -0
  3697. package/config/medium/GravityCentrifuge/input/04 - octal, remember.txt +7 -0
  3698. package/config/medium/GravityCentrifuge/input/05 - dead beef!.txt +7 -0
  3699. package/config/medium/GravityCentrifuge/input/06 - wait, what.txt +32 -0
  3700. package/config/medium/GravityCentrifuge/input/07 - leonardo would be proud of you!.txt +7 -0
  3701. package/config/medium/GravityCentrifuge/input/08 - randomize this! 1.txt +7 -0
  3702. package/config/medium/GravityCentrifuge/input/09 - randomize this! 2.txt +7 -0
  3703. package/config/medium/GravityCentrifuge/input/10 - randomize this! 3.txt +7 -0
  3704. package/config/medium/GravityCentrifuge/input/11 - binary overflow.txt +7 -0
  3705. package/config/medium/GravityCentrifuge/output/01 - tumble.txt +17 -0
  3706. package/config/medium/GravityCentrifuge/output/02 - double tumble.txt +5 -0
  3707. package/config/medium/GravityCentrifuge/output/03 - triple tumble.txt +17 -0
  3708. package/config/medium/GravityCentrifuge/output/04 - octal, remember.txt +53 -0
  3709. package/config/medium/GravityCentrifuge/output/05 - dead beef!.txt +17 -0
  3710. package/config/medium/GravityCentrifuge/output/06 - wait, what.txt +30 -0
  3711. package/config/medium/GravityCentrifuge/output/07 - leonardo would be proud of you!.txt +5 -0
  3712. package/config/medium/GravityCentrifuge/output/08 - randomize this! 1.txt +53 -0
  3713. package/config/medium/GravityCentrifuge/output/09 - randomize this! 2.txt +53 -0
  3714. package/config/medium/GravityCentrifuge/output/10 - randomize this! 3.txt +5 -0
  3715. package/config/medium/GravityCentrifuge/output/11 - binary overflow.txt +5 -0
  3716. package/config/medium/GravityCentrifugeTuning/code/CGCode.js +6 -0
  3717. package/config/medium/GravityCentrifugeTuning/code/CGCode.php +7 -0
  3718. package/config/medium/GravityCentrifugeTuning/config.json +63 -0
  3719. package/config/medium/GravityCentrifugeTuning/input/01 - tumble.txt +1 -0
  3720. package/config/medium/GravityCentrifugeTuning/input/02 - double tumble.txt +1 -0
  3721. package/config/medium/GravityCentrifugeTuning/input/03 - triple tumble.txt +1 -0
  3722. package/config/medium/GravityCentrifugeTuning/input/04 - octal, remember.txt +1 -0
  3723. package/config/medium/GravityCentrifugeTuning/input/05 - dead beef!.txt +1 -0
  3724. package/config/medium/GravityCentrifugeTuning/input/06 - wait, what.txt +1 -0
  3725. package/config/medium/GravityCentrifugeTuning/input/07 - ramp it up! 1.txt +1 -0
  3726. package/config/medium/GravityCentrifugeTuning/input/08 - ramp it up! 2.txt +1 -0
  3727. package/config/medium/GravityCentrifugeTuning/input/09 - ramp it up! 3.txt +1 -0
  3728. package/config/medium/GravityCentrifugeTuning/input/10 - binary overflow.txt +1 -0
  3729. package/config/medium/GravityCentrifugeTuning/input/11 - Zeckendorf would be proud of you!.txt +1 -0
  3730. package/config/medium/GravityCentrifugeTuning/output/01 - tumble.txt +1 -0
  3731. package/config/medium/GravityCentrifugeTuning/output/02 - double tumble.txt +1 -0
  3732. package/config/medium/GravityCentrifugeTuning/output/03 - triple tumble.txt +1 -0
  3733. package/config/medium/GravityCentrifugeTuning/output/04 - octal, remember.txt +1 -0
  3734. package/config/medium/GravityCentrifugeTuning/output/05 - dead beef!.txt +1 -0
  3735. package/config/medium/GravityCentrifugeTuning/output/06 - wait, what.txt +1 -0
  3736. package/config/medium/GravityCentrifugeTuning/output/07 - ramp it up! 1.txt +1 -0
  3737. package/config/medium/GravityCentrifugeTuning/output/08 - ramp it up! 2.txt +1 -0
  3738. package/config/medium/GravityCentrifugeTuning/output/09 - ramp it up! 3.txt +1 -0
  3739. package/config/medium/GravityCentrifugeTuning/output/10 - binary overflow.txt +1 -0
  3740. package/config/medium/GravityCentrifugeTuning/output/11 - Zeckendorf would be proud of you!.txt +1 -0
  3741. package/config/medium/GravityTumbler/code/CGCode.js +13 -0
  3742. package/config/medium/GravityTumbler/code/CGCode.php +13 -0
  3743. package/config/medium/GravityTumbler/config.json +38 -0
  3744. package/config/medium/GravityTumbler/input/01 - tumble.txt +7 -0
  3745. package/config/medium/GravityTumbler/input/02 - double.txt +7 -0
  3746. package/config/medium/GravityTumbler/input/03 - triple.txt +7 -0
  3747. package/config/medium/GravityTumbler/input/04 - whee!.txt +7 -0
  3748. package/config/medium/GravityTumbler/input/05 - CodinGame 1.txt +7 -0
  3749. package/config/medium/GravityTumbler/input/06 - CodinGame 2.txt +7 -0
  3750. package/config/medium/GravityTumbler/output/01 - tumble.txt +17 -0
  3751. package/config/medium/GravityTumbler/output/02 - double.txt +5 -0
  3752. package/config/medium/GravityTumbler/output/03 - triple.txt +17 -0
  3753. package/config/medium/GravityTumbler/output/04 - whee!.txt +5 -0
  3754. package/config/medium/GravityTumbler/output/05 - CodinGame 1.txt +5 -0
  3755. package/config/medium/GravityTumbler/output/06 - CodinGame 2.txt +53 -0
  3756. package/config/medium/GreenValleys/code/CGCode.js +13 -0
  3757. package/config/medium/GreenValleys/code/CGCode.php +16 -0
  3758. package/config/medium/GreenValleys/config.json +33 -0
  3759. package/config/medium/GreenValleys/input/01 - one valley.txt +7 -0
  3760. package/config/medium/GreenValleys/input/02 - two valleys.txt +6 -0
  3761. package/config/medium/GreenValleys/input/03 - three valleys.txt +7 -0
  3762. package/config/medium/GreenValleys/input/04 - no valley.txt +5 -0
  3763. package/config/medium/GreenValleys/input/05 - alps and valleys.txt +22 -0
  3764. package/config/medium/GreenValleys/output/01 - one valley.txt +1 -0
  3765. package/config/medium/GreenValleys/output/02 - two valleys.txt +1 -0
  3766. package/config/medium/GreenValleys/output/03 - three valleys.txt +1 -0
  3767. package/config/medium/GreenValleys/output/04 - no valley.txt +1 -0
  3768. package/config/medium/GreenValleys/output/05 - alps and valleys.txt +1 -0
  3769. package/config/medium/HackingAtRobberCity/code/CGCode.js +8 -0
  3770. package/config/medium/HackingAtRobberCity/code/CGCode.php +9 -0
  3771. package/config/medium/HackingAtRobberCity/config.json +38 -0
  3772. package/config/medium/HackingAtRobberCity/input/01 - greetings.txt +3 -0
  3773. package/config/medium/HackingAtRobberCity/input/02 - are you sure about that.txt +3 -0
  3774. package/config/medium/HackingAtRobberCity/input/03 - hey ! i/342/200/231m listening.txt" +3 -0
  3775. package/config/medium/HackingAtRobberCity/input/04 - not a chance !.txt +3 -0
  3776. package/config/medium/HackingAtRobberCity/input/05 - who laughs last laughs longest.txt +3 -0
  3777. package/config/medium/HackingAtRobberCity/input/06 - THIS is really stupid.txt +3 -0
  3778. package/config/medium/HackingAtRobberCity/output/01 - greetings.txt +1 -0
  3779. package/config/medium/HackingAtRobberCity/output/02 - are you sure about that.txt +1 -0
  3780. package/config/medium/HackingAtRobberCity/output/03 - hey ! i/342/200/231m listening.txt" +1 -0
  3781. package/config/medium/HackingAtRobberCity/output/04 - not a chance !.txt +1 -0
  3782. package/config/medium/HackingAtRobberCity/output/05 - who laughs last laughs longest.txt +1 -0
  3783. package/config/medium/HackingAtRobberCity/output/06 - THIS is really stupid.txt +1 -0
  3784. package/config/medium/HexagonalMaze/code/CGCode.js +13 -0
  3785. package/config/medium/HexagonalMaze/code/CGCode.php +13 -0
  3786. package/config/medium/HexagonalMaze/config.json +48 -0
  3787. package/config/medium/HexagonalMaze/input/01 - easy.txt +7 -0
  3788. package/config/medium/HexagonalMaze/input/02 - loop.txt +9 -0
  3789. package/config/medium/HexagonalMaze/input/03 - through borders.txt +7 -0
  3790. package/config/medium/HexagonalMaze/input/04 - corner ....txt +7 -0
  3791. package/config/medium/HexagonalMaze/input/05 - ... or not.txt +7 -0
  3792. package/config/medium/HexagonalMaze/input/06 - everything.txt +13 -0
  3793. package/config/medium/HexagonalMaze/input/07 - real hexagon.txt +21 -0
  3794. package/config/medium/HexagonalMaze/input/08 - nothing to change.txt +5 -0
  3795. package/config/medium/HexagonalMaze/output/01 - easy.txt +6 -0
  3796. package/config/medium/HexagonalMaze/output/02 - loop.txt +8 -0
  3797. package/config/medium/HexagonalMaze/output/03 - through borders.txt +6 -0
  3798. package/config/medium/HexagonalMaze/output/04 - corner ....txt +6 -0
  3799. package/config/medium/HexagonalMaze/output/05 - ... or not.txt +6 -0
  3800. package/config/medium/HexagonalMaze/output/06 - everything.txt +12 -0
  3801. package/config/medium/HexagonalMaze/output/07 - real hexagon.txt +20 -0
  3802. package/config/medium/HexagonalMaze/output/08 - nothing to change.txt +4 -0
  3803. package/config/medium/HexagonalMazePart2/code/CGCode.js +11 -0
  3804. package/config/medium/HexagonalMazePart2/code/CGCode.php +11 -0
  3805. package/config/medium/HexagonalMazePart2/config.json +68 -0
  3806. package/config/medium/HexagonalMazePart2/input/01 - example.txt +5 -0
  3807. package/config/medium/HexagonalMazePart2/input/02 - need the key.txt +11 -0
  3808. package/config/medium/HexagonalMazePart2/input/03 - choose shortest.txt +11 -0
  3809. package/config/medium/HexagonalMazePart2/input/04 - shortest with sliding.txt +6 -0
  3810. package/config/medium/HexagonalMazePart2/input/05 - sliding junction.txt +11 -0
  3811. package/config/medium/HexagonalMazePart2/input/06 - sliding until wall.txt +11 -0
  3812. package/config/medium/HexagonalMazePart2/input/07 - sliding or not sliding, that is the junction.txt +7 -0
  3813. package/config/medium/HexagonalMazePart2/input/08 - crazy doors.txt +7 -0
  3814. package/config/medium/HexagonalMazePart2/input/09 - visited or not.txt +9 -0
  3815. package/config/medium/HexagonalMazePart2/input/10 - skating rink.txt +31 -0
  3816. package/config/medium/HexagonalMazePart2/input/11 - skating rink with keys.txt +31 -0
  3817. package/config/medium/HexagonalMazePart2/input/12 - bonus test.txt +13 -0
  3818. package/config/medium/HexagonalMazePart2/output/01 - example.txt +1 -0
  3819. package/config/medium/HexagonalMazePart2/output/02 - need the key.txt +1 -0
  3820. package/config/medium/HexagonalMazePart2/output/03 - choose shortest.txt +1 -0
  3821. package/config/medium/HexagonalMazePart2/output/04 - shortest with sliding.txt +1 -0
  3822. package/config/medium/HexagonalMazePart2/output/05 - sliding junction.txt +1 -0
  3823. package/config/medium/HexagonalMazePart2/output/06 - sliding until wall.txt +1 -0
  3824. package/config/medium/HexagonalMazePart2/output/07 - sliding or not sliding, that is the junction.txt +1 -0
  3825. package/config/medium/HexagonalMazePart2/output/08 - crazy doors.txt +1 -0
  3826. package/config/medium/HexagonalMazePart2/output/09 - visited or not.txt +1 -0
  3827. package/config/medium/HexagonalMazePart2/output/10 - skating rink.txt +1 -0
  3828. package/config/medium/HexagonalMazePart2/output/11 - skating rink with keys.txt +1 -0
  3829. package/config/medium/HexagonalMazePart2/output/12 - bonus test.txt +1 -0
  3830. package/config/medium/HiddenWord/code/CGCode.js +15 -0
  3831. package/config/medium/HiddenWord/code/CGCode.php +16 -0
  3832. package/config/medium/HiddenWord/config.json +28 -0
  3833. package/config/medium/HiddenWord/input/01 - horizontal words.txt +7 -0
  3834. package/config/medium/HiddenWord/input/02 - vertical words.txt +10 -0
  3835. package/config/medium/HiddenWord/input/03 - all directions (small).txt +9 -0
  3836. package/config/medium/HiddenWord/input/04 - all directions (big).txt +36 -0
  3837. package/config/medium/HiddenWord/output/01 - horizontal words.txt +1 -0
  3838. package/config/medium/HiddenWord/output/02 - vertical words.txt +1 -0
  3839. package/config/medium/HiddenWord/output/03 - all directions (small).txt +1 -0
  3840. package/config/medium/HiddenWord/output/04 - all directions (big).txt +1 -0
  3841. package/config/medium/HoleyTimes/code/CGCode.js +9 -0
  3842. package/config/medium/HoleyTimes/code/CGCode.php +11 -0
  3843. package/config/medium/HoleyTimes/config.json +48 -0
  3844. package/config/medium/HoleyTimes/input/01 - one missing digit in the operand.txt +7 -0
  3845. package/config/medium/HoleyTimes/input/02 - missing digits in the operands.txt +8 -0
  3846. package/config/medium/HoleyTimes/input/03 - missing digits in the partial results.txt +8 -0
  3847. package/config/medium/HoleyTimes/input/04 - missing digits in the result.txt +9 -0
  3848. package/config/medium/HoleyTimes/input/05 - missing digits everywhere.txt +8 -0
  3849. package/config/medium/HoleyTimes/input/06 - no leading zeros.txt +9 -0
  3850. package/config/medium/HoleyTimes/input/07 - mind the hole.txt +9 -0
  3851. package/config/medium/HoleyTimes/input/08 - the tough one.txt +9 -0
  3852. package/config/medium/HoleyTimes/output/01 - one missing digit in the operand.txt +6 -0
  3853. package/config/medium/HoleyTimes/output/02 - missing digits in the operands.txt +7 -0
  3854. package/config/medium/HoleyTimes/output/03 - missing digits in the partial results.txt +7 -0
  3855. package/config/medium/HoleyTimes/output/04 - missing digits in the result.txt +8 -0
  3856. package/config/medium/HoleyTimes/output/05 - missing digits everywhere.txt +7 -0
  3857. package/config/medium/HoleyTimes/output/06 - no leading zeros.txt +8 -0
  3858. package/config/medium/HoleyTimes/output/07 - mind the hole.txt +8 -0
  3859. package/config/medium/HoleyTimes/output/08 - the tough one.txt +8 -0
  3860. package/config/medium/HorseHyperracingHyperduals/code/CGCode.js +14 -0
  3861. package/config/medium/HorseHyperracingHyperduals/code/CGCode.php +11 -0
  3862. package/config/medium/HorseHyperracingHyperduals/config.json +73 -0
  3863. package/config/medium/HorseHyperracingHyperduals/input/01 - check your LCG.txt +2 -0
  3864. package/config/medium/HorseHyperracingHyperduals/input/02 - 2D horses.txt +21 -0
  3865. package/config/medium/HorseHyperracingHyperduals/input/03 - a fistful of horses.txt +101 -0
  3866. package/config/medium/HorseHyperracingHyperduals/input/04 - for a few horse more.txt +251 -0
  3867. package/config/medium/HorseHyperracingHyperduals/input/05 - all your horse are belong to us.txt +401 -0
  3868. package/config/medium/HorseHyperracingHyperduals/input/06 - many horses.txt +601 -0
  3869. package/config/medium/HorseHyperracingHyperduals/input/07 - more horse.txt +1 -0
  3870. package/config/medium/HorseHyperracingHyperduals/input/08 - horse OVER 9000!.txt +1 -0
  3871. package/config/medium/HorseHyperracingHyperduals/input/09 - horse overflow.txt +1 -0
  3872. package/config/medium/HorseHyperracingHyperduals/input/10 - can/342/200/231t leave racers sitting horizontally.txt" +27 -0
  3873. package/config/medium/HorseHyperracingHyperduals/input/11 - can/342/200/231t leave racers sitting vertically either.txt" +27 -0
  3874. package/config/medium/HorseHyperracingHyperduals/input/12 - peak zexion.txt +596 -0
  3875. package/config/medium/HorseHyperracingHyperduals/input/13 - roll JBM.txt +596 -0
  3876. package/config/medium/HorseHyperracingHyperduals/output/01 - check your LCG.txt +1 -0
  3877. package/config/medium/HorseHyperracingHyperduals/output/02 - 2D horses.txt +1 -0
  3878. package/config/medium/HorseHyperracingHyperduals/output/03 - a fistful of horses.txt +1 -0
  3879. package/config/medium/HorseHyperracingHyperduals/output/04 - for a few horse more.txt +1 -0
  3880. package/config/medium/HorseHyperracingHyperduals/output/05 - all your horse are belong to us.txt +1 -0
  3881. package/config/medium/HorseHyperracingHyperduals/output/06 - many horses.txt +1 -0
  3882. package/config/medium/HorseHyperracingHyperduals/output/07 - more horse.txt +1 -0
  3883. package/config/medium/HorseHyperracingHyperduals/output/08 - horse OVER 9000!.txt +1 -0
  3884. package/config/medium/HorseHyperracingHyperduals/output/09 - horse overflow.txt +1 -0
  3885. package/config/medium/HorseHyperracingHyperduals/output/10 - can/342/200/231t leave racers sitting horizontally.txt" +1 -0
  3886. package/config/medium/HorseHyperracingHyperduals/output/11 - can/342/200/231t leave racers sitting vertically either.txt" +1 -0
  3887. package/config/medium/HorseHyperracingHyperduals/output/12 - peak zexion.txt +1 -0
  3888. package/config/medium/HorseHyperracingHyperduals/output/13 - roll JBM.txt +1 -0
  3889. package/config/medium/HuffmanCode/code/CGCode.js +10 -0
  3890. package/config/medium/HuffmanCode/code/CGCode.php +12 -0
  3891. package/config/medium/HuffmanCode/config.json +38 -0
  3892. package/config/medium/HuffmanCode/input/01 - test 1.txt +2 -0
  3893. package/config/medium/HuffmanCode/input/02 - test 2.txt +2 -0
  3894. package/config/medium/HuffmanCode/input/03 - test 3.txt +2 -0
  3895. package/config/medium/HuffmanCode/input/04 - test 4.txt +2 -0
  3896. package/config/medium/HuffmanCode/input/05 - test 5.txt +2 -0
  3897. package/config/medium/HuffmanCode/input/06 - test 6.txt +2 -0
  3898. package/config/medium/HuffmanCode/output/01 - test 1.txt +1 -0
  3899. package/config/medium/HuffmanCode/output/02 - test 2.txt +1 -0
  3900. package/config/medium/HuffmanCode/output/03 - test 3.txt +1 -0
  3901. package/config/medium/HuffmanCode/output/04 - test 4.txt +1 -0
  3902. package/config/medium/HuffmanCode/output/05 - test 5.txt +1 -0
  3903. package/config/medium/HuffmanCode/output/06 - test 6.txt +1 -0
  3904. package/config/medium/IPMaskCalculating/code/CGCode.js +7 -0
  3905. package/config/medium/IPMaskCalculating/code/CGCode.php +8 -0
  3906. package/config/medium/IPMaskCalculating/config.json +48 -0
  3907. package/config/medium/IPMaskCalculating/input/01 - your ip at home.txt +1 -0
  3908. package/config/medium/IPMaskCalculating/input/02 - your ip at school.txt +1 -0
  3909. package/config/medium/IPMaskCalculating/input/03 - not a real network mask.txt +1 -0
  3910. package/config/medium/IPMaskCalculating/input/04 - little mask (not a real network mask too).txt +1 -0
  3911. package/config/medium/IPMaskCalculating/input/05 - 255.255.240.0.txt +1 -0
  3912. package/config/medium/IPMaskCalculating/input/06 - 254.0.0.0.txt +1 -0
  3913. package/config/medium/IPMaskCalculating/input/07 - a strange IP.txt +1 -0
  3914. package/config/medium/IPMaskCalculating/input/08 - 42.txt +1 -0
  3915. package/config/medium/IPMaskCalculating/output/01 - your ip at home.txt +2 -0
  3916. package/config/medium/IPMaskCalculating/output/02 - your ip at school.txt +2 -0
  3917. package/config/medium/IPMaskCalculating/output/03 - not a real network mask.txt +2 -0
  3918. package/config/medium/IPMaskCalculating/output/04 - little mask (not a real network mask too).txt +2 -0
  3919. package/config/medium/IPMaskCalculating/output/05 - 255.255.240.0.txt +2 -0
  3920. package/config/medium/IPMaskCalculating/output/06 - 254.0.0.0.txt +2 -0
  3921. package/config/medium/IPMaskCalculating/output/07 - a strange IP.txt +2 -0
  3922. package/config/medium/IPMaskCalculating/output/08 - 42.txt +2 -0
  3923. package/config/medium/IdentifyingDataStructure/code/CGCode.js +9 -0
  3924. package/config/medium/IdentifyingDataStructure/code/CGCode.php +11 -0
  3925. package/config/medium/IdentifyingDataStructure/config.json +28 -0
  3926. package/config/medium/IdentifyingDataStructure/input/01 - basic.txt +6 -0
  3927. package/config/medium/IdentifyingDataStructure/input/02 - more.txt +9 -0
  3928. package/config/medium/IdentifyingDataStructure/input/03 - much more.txt +22 -0
  3929. package/config/medium/IdentifyingDataStructure/input/04 - long ops.txt +63 -0
  3930. package/config/medium/IdentifyingDataStructure/output/01 - basic.txt +5 -0
  3931. package/config/medium/IdentifyingDataStructure/output/02 - more.txt +8 -0
  3932. package/config/medium/IdentifyingDataStructure/output/03 - much more.txt +21 -0
  3933. package/config/medium/IdentifyingDataStructure/output/04 - long ops.txt +62 -0
  3934. package/config/medium/IfThenElse/code/CGCode.js +9 -0
  3935. package/config/medium/IfThenElse/code/CGCode.php +11 -0
  3936. package/config/medium/IfThenElse/config.json +43 -0
  3937. package/config/medium/IfThenElse/input/01 - multiple conditions.txt +9 -0
  3938. package/config/medium/IfThenElse/input/02 - nested conditions.txt +12 -0
  3939. package/config/medium/IfThenElse/input/03 - smallest program.txt +3 -0
  3940. package/config/medium/IfThenElse/input/04 - optional statements.txt +31 -0
  3941. package/config/medium/IfThenElse/input/05 - more conditions.txt +44 -0
  3942. package/config/medium/IfThenElse/input/06 - deeper nests.txt +43 -0
  3943. package/config/medium/IfThenElse/input/07 - conditions overflow.txt +98 -0
  3944. package/config/medium/IfThenElse/output/01 - multiple conditions.txt +1 -0
  3945. package/config/medium/IfThenElse/output/02 - nested conditions.txt +1 -0
  3946. package/config/medium/IfThenElse/output/03 - smallest program.txt +1 -0
  3947. package/config/medium/IfThenElse/output/04 - optional statements.txt +1 -0
  3948. package/config/medium/IfThenElse/output/05 - more conditions.txt +1 -0
  3949. package/config/medium/IfThenElse/output/06 - deeper nests.txt +1 -0
  3950. package/config/medium/IfThenElse/output/07 - conditions overflow.txt +1 -0
  3951. package/config/medium/IsTheKingInCheckPart2/code/CGCode.js +8 -0
  3952. package/config/medium/IsTheKingInCheckPart2/code/CGCode.php +10 -0
  3953. package/config/medium/IsTheKingInCheckPart2/config.json +38 -0
  3954. package/config/medium/IsTheKingInCheckPart2/input/01 - test 1.txt +8 -0
  3955. package/config/medium/IsTheKingInCheckPart2/input/02 - test 2.txt +8 -0
  3956. package/config/medium/IsTheKingInCheckPart2/input/03 - test 3.txt +8 -0
  3957. package/config/medium/IsTheKingInCheckPart2/input/04 - test 4.txt +8 -0
  3958. package/config/medium/IsTheKingInCheckPart2/input/05 - test 5.txt +8 -0
  3959. package/config/medium/IsTheKingInCheckPart2/input/06 - test 6.txt +8 -0
  3960. package/config/medium/IsTheKingInCheckPart2/output/01 - test 1.txt +1 -0
  3961. package/config/medium/IsTheKingInCheckPart2/output/02 - test 2.txt +1 -0
  3962. package/config/medium/IsTheKingInCheckPart2/output/03 - test 3.txt +1 -0
  3963. package/config/medium/IsTheKingInCheckPart2/output/04 - test 4.txt +1 -0
  3964. package/config/medium/IsTheKingInCheckPart2/output/05 - test 5.txt +1 -0
  3965. package/config/medium/IsTheKingInCheckPart2/output/06 - test 6.txt +1 -0
  3966. package/config/medium/JoinTheDots/code/CGCode.js +20 -0
  3967. package/config/medium/JoinTheDots/code/CGCode.php +20 -0
  3968. package/config/medium/JoinTheDots/config.json +43 -0
  3969. package/config/medium/JoinTheDots/input/01 - square of 4.txt +5 -0
  3970. package/config/medium/JoinTheDots/input/02 - zig-zag.txt +8 -0
  3971. package/config/medium/JoinTheDots/input/03 - x marks the spot.txt +6 -0
  3972. package/config/medium/JoinTheDots/input/04 - plus one.txt +6 -0
  3973. package/config/medium/JoinTheDots/input/05 - inspire.txt +14 -0
  3974. package/config/medium/JoinTheDots/input/06 - unicorn-ish.txt +24 -0
  3975. package/config/medium/JoinTheDots/input/07 - butterfly.txt +10 -0
  3976. package/config/medium/JoinTheDots/output/01 - square of 4.txt +4 -0
  3977. package/config/medium/JoinTheDots/output/02 - zig-zag.txt +7 -0
  3978. package/config/medium/JoinTheDots/output/03 - x marks the spot.txt +5 -0
  3979. package/config/medium/JoinTheDots/output/04 - plus one.txt +5 -0
  3980. package/config/medium/JoinTheDots/output/05 - inspire.txt +13 -0
  3981. package/config/medium/JoinTheDots/output/06 - unicorn-ish.txt +23 -0
  3982. package/config/medium/JoinTheDots/output/07 - butterfly.txt +9 -0
  3983. package/config/medium/JumpingFrogs/code/CGCode.js +11 -0
  3984. package/config/medium/JumpingFrogs/code/CGCode.php +10 -0
  3985. package/config/medium/JumpingFrogs/config.json +73 -0
  3986. package/config/medium/JumpingFrogs/input/01 - simple jump.txt +3 -0
  3987. package/config/medium/JumpingFrogs/input/02 - little stretch.txt +3 -0
  3988. package/config/medium/JumpingFrogs/input/03 - long jump.txt +3 -0
  3989. package/config/medium/JumpingFrogs/input/04 - javelin jump.txt +3 -0
  3990. package/config/medium/JumpingFrogs/input/05 - teleport.txt +3 -0
  3991. package/config/medium/JumpingFrogs/input/06 - all i need is jump.txt +3 -0
  3992. package/config/medium/JumpingFrogs/input/07 - jump for the win.txt +3 -0
  3993. package/config/medium/JumpingFrogs/input/08 - jump is not enough.txt +3 -0
  3994. package/config/medium/JumpingFrogs/input/09 - too many Jumps.txt +3 -0
  3995. package/config/medium/JumpingFrogs/input/10 - lot of jumps.txt +3 -0
  3996. package/config/medium/JumpingFrogs/input/11 - fly in the air.txt +3 -0
  3997. package/config/medium/JumpingFrogs/input/12 - over the mountain.txt +3 -0
  3998. package/config/medium/JumpingFrogs/input/13 - over the sky.txt +3 -0
  3999. package/config/medium/JumpingFrogs/output/01 - simple jump.txt +1 -0
  4000. package/config/medium/JumpingFrogs/output/02 - little stretch.txt +1 -0
  4001. package/config/medium/JumpingFrogs/output/03 - long jump.txt +1 -0
  4002. package/config/medium/JumpingFrogs/output/04 - javelin jump.txt +1 -0
  4003. package/config/medium/JumpingFrogs/output/05 - teleport.txt +1 -0
  4004. package/config/medium/JumpingFrogs/output/06 - all i need is jump.txt +1 -0
  4005. package/config/medium/JumpingFrogs/output/07 - jump for the win.txt +1 -0
  4006. package/config/medium/JumpingFrogs/output/08 - jump is not enough.txt +1 -0
  4007. package/config/medium/JumpingFrogs/output/09 - too many Jumps.txt +1 -0
  4008. package/config/medium/JumpingFrogs/output/10 - lot of jumps.txt +1 -0
  4009. package/config/medium/JumpingFrogs/output/11 - fly in the air.txt +1 -0
  4010. package/config/medium/JumpingFrogs/output/12 - over the mountain.txt +1 -0
  4011. package/config/medium/JumpingFrogs/output/13 - over the sky.txt +1 -0
  4012. package/config/medium/KaprekarsRoutine/code/CGCode.js +6 -0
  4013. package/config/medium/KaprekarsRoutine/code/CGCode.php +7 -0
  4014. package/config/medium/KaprekarsRoutine/config.json +28 -0
  4015. package/config/medium/KaprekarsRoutine/input/01 - length 1 cycle.txt +1 -0
  4016. package/config/medium/KaprekarsRoutine/input/02 - dont forget padding.txt +1 -0
  4017. package/config/medium/KaprekarsRoutine/input/03 - number of the beast.txt +1 -0
  4018. package/config/medium/KaprekarsRoutine/input/04 - big.txt +1 -0
  4019. package/config/medium/KaprekarsRoutine/output/01 - length 1 cycle.txt +1 -0
  4020. package/config/medium/KaprekarsRoutine/output/02 - dont forget padding.txt +1 -0
  4021. package/config/medium/KaprekarsRoutine/output/03 - number of the beast.txt +1 -0
  4022. package/config/medium/KaprekarsRoutine/output/04 - big.txt +1 -0
  4023. package/config/medium/KillerSudokuSolver/code/CGCode.js +11 -0
  4024. package/config/medium/KillerSudokuSolver/code/CGCode.php +11 -0
  4025. package/config/medium/KillerSudokuSolver/config.json +28 -0
  4026. package/config/medium/KillerSudokuSolver/input/01 - easy.txt +10 -0
  4027. package/config/medium/KillerSudokuSolver/input/02 - medium.txt +10 -0
  4028. package/config/medium/KillerSudokuSolver/input/03 - hard.txt +10 -0
  4029. package/config/medium/KillerSudokuSolver/input/04 - expert.txt +10 -0
  4030. package/config/medium/KillerSudokuSolver/output/01 - easy.txt +9 -0
  4031. package/config/medium/KillerSudokuSolver/output/02 - medium.txt +9 -0
  4032. package/config/medium/KillerSudokuSolver/output/03 - hard.txt +9 -0
  4033. package/config/medium/KillerSudokuSolver/output/04 - expert.txt +9 -0
  4034. package/config/medium/KnightsJam/code/CGCode.js +8 -0
  4035. package/config/medium/KnightsJam/code/CGCode.php +10 -0
  4036. package/config/medium/KnightsJam/config.json +73 -0
  4037. package/config/medium/KnightsJam/input/01 - example.txt +3 -0
  4038. package/config/medium/KnightsJam/input/02 - central problem #1.txt +3 -0
  4039. package/config/medium/KnightsJam/input/03 - central problem #2.txt +3 -0
  4040. package/config/medium/KnightsJam/input/04 - reachable #1.txt +3 -0
  4041. package/config/medium/KnightsJam/input/05 - unreachable #1.txt +3 -0
  4042. package/config/medium/KnightsJam/input/06 - reachable #2.txt +3 -0
  4043. package/config/medium/KnightsJam/input/07 - unreachable #2.txt +3 -0
  4044. package/config/medium/KnightsJam/input/08 - reachable #3.txt +3 -0
  4045. package/config/medium/KnightsJam/input/09 - unreachable #3.txt +3 -0
  4046. package/config/medium/KnightsJam/input/10 - reachable #4.txt +3 -0
  4047. package/config/medium/KnightsJam/input/11 - unreachable #4.txt +3 -0
  4048. package/config/medium/KnightsJam/input/12 - unreachable #5.txt +3 -0
  4049. package/config/medium/KnightsJam/input/13 - reachable #5.txt +3 -0
  4050. package/config/medium/KnightsJam/output/01 - example.txt +1 -0
  4051. package/config/medium/KnightsJam/output/02 - central problem #1.txt +1 -0
  4052. package/config/medium/KnightsJam/output/03 - central problem #2.txt +1 -0
  4053. package/config/medium/KnightsJam/output/04 - reachable #1.txt +1 -0
  4054. package/config/medium/KnightsJam/output/05 - unreachable #1.txt +1 -0
  4055. package/config/medium/KnightsJam/output/06 - reachable #2.txt +1 -0
  4056. package/config/medium/KnightsJam/output/07 - unreachable #2.txt +1 -0
  4057. package/config/medium/KnightsJam/output/08 - reachable #3.txt +1 -0
  4058. package/config/medium/KnightsJam/output/09 - unreachable #3.txt +1 -0
  4059. package/config/medium/KnightsJam/output/10 - reachable #4.txt +1 -0
  4060. package/config/medium/KnightsJam/output/11 - unreachable #4.txt +1 -0
  4061. package/config/medium/KnightsJam/output/12 - unreachable #5.txt +1 -0
  4062. package/config/medium/KnightsJam/output/13 - reachable #5.txt +1 -0
  4063. package/config/medium/LTriominoes/code/CGCode.js +16 -0
  4064. package/config/medium/LTriominoes/code/CGCode.php +16 -0
  4065. package/config/medium/LTriominoes/config.json +28 -0
  4066. package/config/medium/LTriominoes/input/01 - test 1 2x2.txt +2 -0
  4067. package/config/medium/LTriominoes/input/02 - test 2 4x4.txt +2 -0
  4068. package/config/medium/LTriominoes/input/03 - test 3 8x8.txt +2 -0
  4069. package/config/medium/LTriominoes/input/04 - test 4 8x8.txt +2 -0
  4070. package/config/medium/LTriominoes/output/01 - test 1 2x2.txt +5 -0
  4071. package/config/medium/LTriominoes/output/02 - test 2 4x4.txt +9 -0
  4072. package/config/medium/LTriominoes/output/03 - test 3 8x8.txt +17 -0
  4073. package/config/medium/LTriominoes/output/04 - test 4 8x8.txt +17 -0
  4074. package/config/medium/LangtonsAnt/code/CGCode.js +18 -0
  4075. package/config/medium/LangtonsAnt/code/CGCode.php +17 -0
  4076. package/config/medium/LangtonsAnt/config.json +33 -0
  4077. package/config/medium/LangtonsAnt/input/01 - small uniform grid, few turns.txt +9 -0
  4078. package/config/medium/LangtonsAnt/input/02 - uniform grid, lots of turns.txt +19 -0
  4079. package/config/medium/LangtonsAnt/input/03 - random grid, huge number of turns.txt +34 -0
  4080. package/config/medium/LangtonsAnt/input/04 - checkerboard.txt +24 -0
  4081. package/config/medium/LangtonsAnt/input/05 - attractor.txt +30 -0
  4082. package/config/medium/LangtonsAnt/output/01 - small uniform grid, few turns.txt +5 -0
  4083. package/config/medium/LangtonsAnt/output/02 - uniform grid, lots of turns.txt +15 -0
  4084. package/config/medium/LangtonsAnt/output/03 - random grid, huge number of turns.txt +30 -0
  4085. package/config/medium/LangtonsAnt/output/04 - checkerboard.txt +20 -0
  4086. package/config/medium/LangtonsAnt/output/05 - attractor.txt +26 -0
  4087. package/config/medium/LengthOfSyracuseConjectureSequence/code/CGCode.js +13 -0
  4088. package/config/medium/LengthOfSyracuseConjectureSequence/code/CGCode.php +14 -0
  4089. package/config/medium/LengthOfSyracuseConjectureSequence/config.json +28 -0
  4090. package/config/medium/LengthOfSyracuseConjectureSequence/input/01 - only one range.txt +2 -0
  4091. package/config/medium/LengthOfSyracuseConjectureSequence/input/02 - two ranges.txt +3 -0
  4092. package/config/medium/LengthOfSyracuseConjectureSequence/input/03 - large range.txt +2 -0
  4093. package/config/medium/LengthOfSyracuseConjectureSequence/input/04 - large ranges.txt +11 -0
  4094. package/config/medium/LengthOfSyracuseConjectureSequence/output/01 - only one range.txt +1 -0
  4095. package/config/medium/LengthOfSyracuseConjectureSequence/output/02 - two ranges.txt +2 -0
  4096. package/config/medium/LengthOfSyracuseConjectureSequence/output/03 - large range.txt +1 -0
  4097. package/config/medium/LengthOfSyracuseConjectureSequence/output/04 - large ranges.txt +10 -0
  4098. package/config/medium/LetsGoToTheCinema/code/CGCode.js +15 -0
  4099. package/config/medium/LetsGoToTheCinema/code/CGCode.php +12 -0
  4100. package/config/medium/LetsGoToTheCinema/config.json +58 -0
  4101. package/config/medium/LetsGoToTheCinema/input/01 - example.txt +6 -0
  4102. package/config/medium/LetsGoToTheCinema/input/02 - family comes to living room to watch tv.txt +3 -0
  4103. package/config/medium/LetsGoToTheCinema/input/03 - family TV, but cat is sitting on edge of sofa.txt +4 -0
  4104. package/config/medium/LetsGoToTheCinema/input/04 - family TV, but 2 cats are sitting on middle of sofa.txt +5 -0
  4105. package/config/medium/LetsGoToTheCinema/input/05 - there ain/342/200/231t no problem!.txt" +9 -0
  4106. package/config/medium/LetsGoToTheCinema/input/06 - we ain/342/200/231t need no seat numbering!.txt" +9 -0
  4107. package/config/medium/LetsGoToTheCinema/input/07 - small cinema.txt +35 -0
  4108. package/config/medium/LetsGoToTheCinema/input/08 - bigger cinema.txt +187 -0
  4109. package/config/medium/LetsGoToTheCinema/input/09 - chain reaction.txt +10 -0
  4110. package/config/medium/LetsGoToTheCinema/input/10 - blind date.txt +11 -0
  4111. package/config/medium/LetsGoToTheCinema/output/01 - example.txt +1 -0
  4112. package/config/medium/LetsGoToTheCinema/output/02 - family comes to living room to watch tv.txt +1 -0
  4113. package/config/medium/LetsGoToTheCinema/output/03 - family TV, but cat is sitting on edge of sofa.txt +1 -0
  4114. package/config/medium/LetsGoToTheCinema/output/04 - family TV, but 2 cats are sitting on middle of sofa.txt +1 -0
  4115. package/config/medium/LetsGoToTheCinema/output/05 - there ain/342/200/231t no problem!.txt" +1 -0
  4116. package/config/medium/LetsGoToTheCinema/output/06 - we ain/342/200/231t need no seat numbering!.txt" +1 -0
  4117. package/config/medium/LetsGoToTheCinema/output/07 - small cinema.txt +1 -0
  4118. package/config/medium/LetsGoToTheCinema/output/08 - bigger cinema.txt +1 -0
  4119. package/config/medium/LetsGoToTheCinema/output/09 - chain reaction.txt +1 -0
  4120. package/config/medium/LetsGoToTheCinema/output/10 - blind date.txt +1 -0
  4121. package/config/medium/LevelOfNestedParentheses/code/CGCode.js +6 -0
  4122. package/config/medium/LevelOfNestedParentheses/code/CGCode.php +7 -0
  4123. package/config/medium/LevelOfNestedParentheses/config.json +33 -0
  4124. package/config/medium/LevelOfNestedParentheses/input/01 - only one level.txt +1 -0
  4125. package/config/medium/LevelOfNestedParentheses/input/02 - two levels.txt +1 -0
  4126. package/config/medium/LevelOfNestedParentheses/input/03 - two levels, unbalanced.txt +1 -0
  4127. package/config/medium/LevelOfNestedParentheses/input/04 - lisp.txt +1 -0
  4128. package/config/medium/LevelOfNestedParentheses/input/05 - no parenthesis.txt +1 -0
  4129. package/config/medium/LevelOfNestedParentheses/output/01 - only one level.txt +4 -0
  4130. package/config/medium/LevelOfNestedParentheses/output/02 - two levels.txt +5 -0
  4131. package/config/medium/LevelOfNestedParentheses/output/03 - two levels, unbalanced.txt +5 -0
  4132. package/config/medium/LevelOfNestedParentheses/output/04 - lisp.txt +8 -0
  4133. package/config/medium/LevelOfNestedParentheses/output/05 - no parenthesis.txt +1 -0
  4134. package/config/medium/LightBulbs/code/CGCode.js +7 -0
  4135. package/config/medium/LightBulbs/code/CGCode.php +8 -0
  4136. package/config/medium/LightBulbs/config.json +53 -0
  4137. package/config/medium/LightBulbs/input/01 - example.txt +2 -0
  4138. package/config/medium/LightBulbs/input/02 - N=5.txt +2 -0
  4139. package/config/medium/LightBulbs/input/03 - N=6.txt +2 -0
  4140. package/config/medium/LightBulbs/input/04 - N=8.txt +2 -0
  4141. package/config/medium/LightBulbs/input/05 - N=11.txt +2 -0
  4142. package/config/medium/LightBulbs/input/06 - N=16.txt +2 -0
  4143. package/config/medium/LightBulbs/input/07 - N=19.txt +2 -0
  4144. package/config/medium/LightBulbs/input/08 - N=22.txt +2 -0
  4145. package/config/medium/LightBulbs/input/09 - N=25.txt +2 -0
  4146. package/config/medium/LightBulbs/output/01 - example.txt +1 -0
  4147. package/config/medium/LightBulbs/output/02 - N=5.txt +1 -0
  4148. package/config/medium/LightBulbs/output/03 - N=6.txt +1 -0
  4149. package/config/medium/LightBulbs/output/04 - N=8.txt +1 -0
  4150. package/config/medium/LightBulbs/output/05 - N=11.txt +1 -0
  4151. package/config/medium/LightBulbs/output/06 - N=16.txt +1 -0
  4152. package/config/medium/LightBulbs/output/07 - N=19.txt +1 -0
  4153. package/config/medium/LightBulbs/output/08 - N=22.txt +1 -0
  4154. package/config/medium/LightBulbs/output/09 - N=25.txt +1 -0
  4155. package/config/medium/LockedInGear/code/CGCode.js +12 -0
  4156. package/config/medium/LockedInGear/code/CGCode.php +11 -0
  4157. package/config/medium/LockedInGear/config.json +43 -0
  4158. package/config/medium/LockedInGear/input/01 - example.txt +3 -0
  4159. package/config/medium/LockedInGear/input/02 - the missing link.txt +4 -0
  4160. package/config/medium/LockedInGear/input/03 - a dead end.txt +6 -0
  4161. package/config/medium/LockedInGear/input/04 - jammed.txt +4 -0
  4162. package/config/medium/LockedInGear/input/05 - this problem is beyond me.txt +9 -0
  4163. package/config/medium/LockedInGear/input/06 - lots of gears.txt +1001 -0
  4164. package/config/medium/LockedInGear/input/07 - an entire different problem altogether.txt +6 -0
  4165. package/config/medium/LockedInGear/output/01 - example.txt +1 -0
  4166. package/config/medium/LockedInGear/output/02 - the missing link.txt +1 -0
  4167. package/config/medium/LockedInGear/output/03 - a dead end.txt +1 -0
  4168. package/config/medium/LockedInGear/output/04 - jammed.txt +1 -0
  4169. package/config/medium/LockedInGear/output/05 - this problem is beyond me.txt +1 -0
  4170. package/config/medium/LockedInGear/output/06 - lots of gears.txt +1 -0
  4171. package/config/medium/LockedInGear/output/07 - an entire different problem altogether.txt +1 -0
  4172. package/config/medium/LongestIncreasingSubsequence/code/CGCode.js +9 -0
  4173. package/config/medium/LongestIncreasingSubsequence/code/CGCode.php +11 -0
  4174. package/config/medium/LongestIncreasingSubsequence/config.json +33 -0
  4175. package/config/medium/LongestIncreasingSubsequence/input/01 - simple.txt +9 -0
  4176. package/config/medium/LongestIncreasingSubsequence/input/02 - still simple.txt +6 -0
  4177. package/config/medium/LongestIncreasingSubsequence/input/03 - medium.txt +24 -0
  4178. package/config/medium/LongestIncreasingSubsequence/input/04 - getting harder.txt +66 -0
  4179. package/config/medium/LongestIncreasingSubsequence/input/05 - lots of numbers!.txt +2569 -0
  4180. package/config/medium/LongestIncreasingSubsequence/output/01 - simple.txt +1 -0
  4181. package/config/medium/LongestIncreasingSubsequence/output/02 - still simple.txt +1 -0
  4182. package/config/medium/LongestIncreasingSubsequence/output/03 - medium.txt +1 -0
  4183. package/config/medium/LongestIncreasingSubsequence/output/04 - getting harder.txt +1 -0
  4184. package/config/medium/LongestIncreasingSubsequence/output/05 - lots of numbers!.txt +1 -0
  4185. package/config/medium/LongestRoad/code/CGCode.js +9 -0
  4186. package/config/medium/LongestRoad/code/CGCode.php +11 -0
  4187. package/config/medium/LongestRoad/config.json +38 -0
  4188. package/config/medium/LongestRoad/input/01 - one player, only roads.txt +6 -0
  4189. package/config/medium/LongestRoad/input/02 - one player.txt +6 -0
  4190. package/config/medium/LongestRoad/input/03 - not long enough.txt +6 -0
  4191. package/config/medium/LongestRoad/input/04 - two players.txt +6 -0
  4192. package/config/medium/LongestRoad/input/05 - four players and overlapping roads.txt +11 -0
  4193. package/config/medium/LongestRoad/input/06 - loops and branches.txt +6 -0
  4194. package/config/medium/LongestRoad/output/01 - one player, only roads.txt +1 -0
  4195. package/config/medium/LongestRoad/output/02 - one player.txt +1 -0
  4196. package/config/medium/LongestRoad/output/03 - not long enough.txt +1 -0
  4197. package/config/medium/LongestRoad/output/04 - two players.txt +1 -0
  4198. package/config/medium/LongestRoad/output/05 - four players and overlapping roads.txt +1 -0
  4199. package/config/medium/LongestRoad/output/06 - loops and branches.txt +1 -0
  4200. package/config/medium/LunarLockout/code/CGCode.js +8 -0
  4201. package/config/medium/LunarLockout/code/CGCode.php +10 -0
  4202. package/config/medium/LunarLockout/config.json +38 -0
  4203. package/config/medium/LunarLockout/input/01 - one move.txt +5 -0
  4204. package/config/medium/LunarLockout/input/02 - a little more movement.txt +5 -0
  4205. package/config/medium/LunarLockout/input/03 - a few more moves.txt +5 -0
  4206. package/config/medium/LunarLockout/input/04 - many more movements.txt +5 -0
  4207. package/config/medium/LunarLockout/input/05 - the maximum of movements.txt +5 -0
  4208. package/config/medium/LunarLockout/input/06 - example of the statement.txt +5 -0
  4209. package/config/medium/LunarLockout/output/01 - one move.txt +7 -0
  4210. package/config/medium/LunarLockout/output/02 - a little more movement.txt +7 -0
  4211. package/config/medium/LunarLockout/output/03 - a few more moves.txt +7 -0
  4212. package/config/medium/LunarLockout/output/04 - many more movements.txt +7 -0
  4213. package/config/medium/LunarLockout/output/05 - the maximum of movements.txt +7 -0
  4214. package/config/medium/LunarLockout/output/06 - example of the statement.txt +7 -0
  4215. package/config/medium/MCxxxxMicrocontrollerSimulation/code/CGCode.js +14 -0
  4216. package/config/medium/MCxxxxMicrocontrollerSimulation/code/CGCode.php +17 -0
  4217. package/config/medium/MCxxxxMicrocontrollerSimulation/config.json +93 -0
  4218. package/config/medium/MCxxxxMicrocontrollerSimulation/input/01 - simple IO.txt +4 -0
  4219. package/config/medium/MCxxxxMicrocontrollerSimulation/input/02 - double IO.txt +5 -0
  4220. package/config/medium/MCxxxxMicrocontrollerSimulation/input/03 - buffering with dat & acc.txt +7 -0
  4221. package/config/medium/MCxxxxMicrocontrollerSimulation/input/04 - first grade arithmetics.txt +10 -0
  4222. package/config/medium/MCxxxxMicrocontrollerSimulation/input/05 - third grade arithmetics.txt +7 -0
  4223. package/config/medium/MCxxxxMicrocontrollerSimulation/input/06 - NOT what you think.txt +15 -0
  4224. package/config/medium/MCxxxxMicrocontrollerSimulation/input/07 - labels, jumps and unnecessary text.txt +14 -0
  4225. package/config/medium/MCxxxxMicrocontrollerSimulation/input/08 - one last time.txt +10 -0
  4226. package/config/medium/MCxxxxMicrocontrollerSimulation/input/09 - what the heck.txt +6 -0
  4227. package/config/medium/MCxxxxMicrocontrollerSimulation/input/10 - overflow !!!.txt +13 -0
  4228. package/config/medium/MCxxxxMicrocontrollerSimulation/input/11 - conditional execution I.txt +10 -0
  4229. package/config/medium/MCxxxxMicrocontrollerSimulation/input/12 - conditional execution II.txt +10 -0
  4230. package/config/medium/MCxxxxMicrocontrollerSimulation/input/13 - conditional execution III.txt +13 -0
  4231. package/config/medium/MCxxxxMicrocontrollerSimulation/input/14 - digit manipulation I.txt +16 -0
  4232. package/config/medium/MCxxxxMicrocontrollerSimulation/input/15 - digit manipulation II.txt +12 -0
  4233. package/config/medium/MCxxxxMicrocontrollerSimulation/input/16 - concrete example.txt +14 -0
  4234. package/config/medium/MCxxxxMicrocontrollerSimulation/input/17 - JUMP JUMP JUMP !!!.txt +19 -0
  4235. package/config/medium/MCxxxxMicrocontrollerSimulation/output/01 - simple IO.txt +1 -0
  4236. package/config/medium/MCxxxxMicrocontrollerSimulation/output/02 - double IO.txt +1 -0
  4237. package/config/medium/MCxxxxMicrocontrollerSimulation/output/03 - buffering with dat & acc.txt +1 -0
  4238. package/config/medium/MCxxxxMicrocontrollerSimulation/output/04 - first grade arithmetics.txt +1 -0
  4239. package/config/medium/MCxxxxMicrocontrollerSimulation/output/05 - third grade arithmetics.txt +1 -0
  4240. package/config/medium/MCxxxxMicrocontrollerSimulation/output/06 - NOT what you think.txt +1 -0
  4241. package/config/medium/MCxxxxMicrocontrollerSimulation/output/07 - labels, jumps and unnecessary text.txt +1 -0
  4242. package/config/medium/MCxxxxMicrocontrollerSimulation/output/08 - one last time.txt +1 -0
  4243. package/config/medium/MCxxxxMicrocontrollerSimulation/output/09 - what the heck.txt +1 -0
  4244. package/config/medium/MCxxxxMicrocontrollerSimulation/output/10 - overflow !!!.txt +1 -0
  4245. package/config/medium/MCxxxxMicrocontrollerSimulation/output/11 - conditional execution I.txt +1 -0
  4246. package/config/medium/MCxxxxMicrocontrollerSimulation/output/12 - conditional execution II.txt +1 -0
  4247. package/config/medium/MCxxxxMicrocontrollerSimulation/output/13 - conditional execution III.txt +1 -0
  4248. package/config/medium/MCxxxxMicrocontrollerSimulation/output/14 - digit manipulation I.txt +1 -0
  4249. package/config/medium/MCxxxxMicrocontrollerSimulation/output/15 - digit manipulation II.txt +1 -0
  4250. package/config/medium/MCxxxxMicrocontrollerSimulation/output/16 - concrete example.txt +1 -0
  4251. package/config/medium/MCxxxxMicrocontrollerSimulation/output/17 - JUMP JUMP JUMP !!!.txt +1 -0
  4252. package/config/medium/MagicStones/code/CGCode.js +10 -0
  4253. package/config/medium/MagicStones/code/CGCode.php +12 -0
  4254. package/config/medium/MagicStones/config.json +43 -0
  4255. package/config/medium/MagicStones/input/01 - axiom.txt +2 -0
  4256. package/config/medium/MagicStones/input/02 - add me up.txt +2 -0
  4257. package/config/medium/MagicStones/input/03 - too far.txt +2 -0
  4258. package/config/medium/MagicStones/input/04 - odd.txt +2 -0
  4259. package/config/medium/MagicStones/input/05 - powerless.txt +2 -0
  4260. package/config/medium/MagicStones/input/06 - complex.txt +2 -0
  4261. package/config/medium/MagicStones/input/07 - huge.txt +2 -0
  4262. package/config/medium/MagicStones/output/01 - axiom.txt +1 -0
  4263. package/config/medium/MagicStones/output/02 - add me up.txt +1 -0
  4264. package/config/medium/MagicStones/output/03 - too far.txt +1 -0
  4265. package/config/medium/MagicStones/output/04 - odd.txt +1 -0
  4266. package/config/medium/MagicStones/output/05 - powerless.txt +1 -0
  4267. package/config/medium/MagicStones/output/06 - complex.txt +1 -0
  4268. package/config/medium/MagicStones/output/07 - huge.txt +1 -0
  4269. package/config/medium/MaximumSubSequence/code/CGCode.js +10 -0
  4270. package/config/medium/MaximumSubSequence/code/CGCode.php +12 -0
  4271. package/config/medium/MaximumSubSequence/config.json +28 -0
  4272. package/config/medium/MaximumSubSequence/input/01 - simple.txt +2 -0
  4273. package/config/medium/MaximumSubSequence/input/02 - bigger Ik.txt +2 -0
  4274. package/config/medium/MaximumSubSequence/input/03 - two choices.txt +2 -0
  4275. package/config/medium/MaximumSubSequence/input/04 - even bigger Ik.txt +2 -0
  4276. package/config/medium/MaximumSubSequence/output/01 - simple.txt +1 -0
  4277. package/config/medium/MaximumSubSequence/output/02 - bigger Ik.txt +1 -0
  4278. package/config/medium/MaximumSubSequence/output/03 - two choices.txt +1 -0
  4279. package/config/medium/MaximumSubSequence/output/04 - even bigger Ik.txt +1 -0
  4280. package/config/medium/Maze/code/CGCode.js +14 -0
  4281. package/config/medium/Maze/code/CGCode.php +12 -0
  4282. package/config/medium/Maze/config.json +33 -0
  4283. package/config/medium/Maze/input/01 - single exit.txt +9 -0
  4284. package/config/medium/Maze/input/02 - multiple exits.txt +13 -0
  4285. package/config/medium/Maze/input/03 - no way out.txt +13 -0
  4286. package/config/medium/Maze/input/04 - loops.txt +13 -0
  4287. package/config/medium/Maze/input/05 - all together, 21x21.txt +23 -0
  4288. package/config/medium/Maze/output/01 - single exit.txt +2 -0
  4289. package/config/medium/Maze/output/02 - multiple exits.txt +3 -0
  4290. package/config/medium/Maze/output/03 - no way out.txt +1 -0
  4291. package/config/medium/Maze/output/04 - loops.txt +2 -0
  4292. package/config/medium/Maze/output/05 - all together, 21x21.txt +5 -0
  4293. package/config/medium/MazeForTheChampions/code/CGCode.js +10 -0
  4294. package/config/medium/MazeForTheChampions/code/CGCode.php +12 -0
  4295. package/config/medium/MazeForTheChampions/config.json +48 -0
  4296. package/config/medium/MazeForTheChampions/input/01 - easy for warrior.txt +10 -0
  4297. package/config/medium/MazeForTheChampions/input/02 - easy for elf.txt +10 -0
  4298. package/config/medium/MazeForTheChampions/input/03 - easy for mage.txt +11 -0
  4299. package/config/medium/MazeForTheChampions/input/04 - easy for dwarf.txt +15 -0
  4300. package/config/medium/MazeForTheChampions/input/05 - complex for warrior.txt +21 -0
  4301. package/config/medium/MazeForTheChampions/input/06 - complex for elf.txt +13 -0
  4302. package/config/medium/MazeForTheChampions/input/07 - complex for mage.txt +22 -0
  4303. package/config/medium/MazeForTheChampions/input/08 - complex for dwarf.txt +22 -0
  4304. package/config/medium/MazeForTheChampions/output/01 - easy for warrior.txt +9 -0
  4305. package/config/medium/MazeForTheChampions/output/02 - easy for elf.txt +9 -0
  4306. package/config/medium/MazeForTheChampions/output/03 - easy for mage.txt +10 -0
  4307. package/config/medium/MazeForTheChampions/output/04 - easy for dwarf.txt +14 -0
  4308. package/config/medium/MazeForTheChampions/output/05 - complex for warrior.txt +20 -0
  4309. package/config/medium/MazeForTheChampions/output/06 - complex for elf.txt +12 -0
  4310. package/config/medium/MazeForTheChampions/output/07 - complex for mage.txt +21 -0
  4311. package/config/medium/MazeForTheChampions/output/08 - complex for dwarf.txt +21 -0
  4312. package/config/medium/MazeWithTeleportersAndJumps/code/CGCode.js +10 -0
  4313. package/config/medium/MazeWithTeleportersAndJumps/code/CGCode.php +12 -0
  4314. package/config/medium/MazeWithTeleportersAndJumps/config.json +38 -0
  4315. package/config/medium/MazeWithTeleportersAndJumps/input/01 - example.txt +7 -0
  4316. package/config/medium/MazeWithTeleportersAndJumps/input/02 - jumps.txt +5 -0
  4317. package/config/medium/MazeWithTeleportersAndJumps/input/03 - no way out.txt +9 -0
  4318. package/config/medium/MazeWithTeleportersAndJumps/input/04 - teleporter maze.txt +11 -0
  4319. package/config/medium/MazeWithTeleportersAndJumps/input/05 - jumps and teleports.txt +11 -0
  4320. package/config/medium/MazeWithTeleportersAndJumps/input/06 - don/342/200/231t take it.txt" +7 -0
  4321. package/config/medium/MazeWithTeleportersAndJumps/output/01 - example.txt +1 -0
  4322. package/config/medium/MazeWithTeleportersAndJumps/output/02 - jumps.txt +1 -0
  4323. package/config/medium/MazeWithTeleportersAndJumps/output/03 - no way out.txt +1 -0
  4324. package/config/medium/MazeWithTeleportersAndJumps/output/04 - teleporter maze.txt +1 -0
  4325. package/config/medium/MazeWithTeleportersAndJumps/output/05 - jumps and teleports.txt +1 -0
  4326. package/config/medium/MazeWithTeleportersAndJumps/output/06 - don/342/200/231t take it.txt" +1 -0
  4327. package/config/medium/MerlinsMagicSquare/code/CGCode.js +9 -0
  4328. package/config/medium/MerlinsMagicSquare/code/CGCode.php +10 -0
  4329. package/config/medium/MerlinsMagicSquare/config.json +133 -0
  4330. package/config/medium/MerlinsMagicSquare/input/01 - simple.txt +4 -0
  4331. package/config/medium/MerlinsMagicSquare/input/02 - test 2.txt +4 -0
  4332. package/config/medium/MerlinsMagicSquare/input/03 - test 3.txt +4 -0
  4333. package/config/medium/MerlinsMagicSquare/input/04 - test 4.txt +4 -0
  4334. package/config/medium/MerlinsMagicSquare/input/05 - test 5.txt +4 -0
  4335. package/config/medium/MerlinsMagicSquare/input/06 - test 6.txt +4 -0
  4336. package/config/medium/MerlinsMagicSquare/input/07 - test 7.txt +4 -0
  4337. package/config/medium/MerlinsMagicSquare/input/08 - test 8.txt +4 -0
  4338. package/config/medium/MerlinsMagicSquare/input/09 - test 9.txt +4 -0
  4339. package/config/medium/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +4 -0
  4340. package/config/medium/MerlinsMagicSquare/input/11 - one button.txt +4 -0
  4341. package/config/medium/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +4 -0
  4342. package/config/medium/MerlinsMagicSquare/input/13 - test 13.txt +4 -0
  4343. package/config/medium/MerlinsMagicSquare/input/14 - test 14.txt +4 -0
  4344. package/config/medium/MerlinsMagicSquare/input/15 - test 15.txt +4 -0
  4345. package/config/medium/MerlinsMagicSquare/input/16 - test 16.txt +4 -0
  4346. package/config/medium/MerlinsMagicSquare/input/17 - test 17.txt +4 -0
  4347. package/config/medium/MerlinsMagicSquare/input/18 - test 18.txt +4 -0
  4348. package/config/medium/MerlinsMagicSquare/input/19 - test 19.txt +4 -0
  4349. package/config/medium/MerlinsMagicSquare/input/20 - test 20.txt +4 -0
  4350. package/config/medium/MerlinsMagicSquare/input/21 - test 21.txt +4 -0
  4351. package/config/medium/MerlinsMagicSquare/input/22 - test 22.txt +4 -0
  4352. package/config/medium/MerlinsMagicSquare/input/23 - test 23.txt +4 -0
  4353. package/config/medium/MerlinsMagicSquare/input/24 - test 24.txt +4 -0
  4354. package/config/medium/MerlinsMagicSquare/input/25 - test 25.txt +4 -0
  4355. package/config/medium/MerlinsMagicSquare/output/01 - simple.txt +1 -0
  4356. package/config/medium/MerlinsMagicSquare/output/02 - test 2.txt +1 -0
  4357. package/config/medium/MerlinsMagicSquare/output/03 - test 3.txt +1 -0
  4358. package/config/medium/MerlinsMagicSquare/output/04 - test 4.txt +1 -0
  4359. package/config/medium/MerlinsMagicSquare/output/05 - test 5.txt +1 -0
  4360. package/config/medium/MerlinsMagicSquare/output/06 - test 6.txt +1 -0
  4361. package/config/medium/MerlinsMagicSquare/output/07 - test 7.txt +1 -0
  4362. package/config/medium/MerlinsMagicSquare/output/08 - test 8.txt +1 -0
  4363. package/config/medium/MerlinsMagicSquare/output/09 - test 9.txt +1 -0
  4364. package/config/medium/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +1 -0
  4365. package/config/medium/MerlinsMagicSquare/output/11 - one button.txt +1 -0
  4366. package/config/medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" +1 -0
  4367. package/config/medium/MerlinsMagicSquare/output/13 - test 13.txt +1 -0
  4368. package/config/medium/MerlinsMagicSquare/output/14 - test 14.txt +1 -0
  4369. package/config/medium/MerlinsMagicSquare/output/15 - test 15.txt +1 -0
  4370. package/config/medium/MerlinsMagicSquare/output/16 - test 16.txt +1 -0
  4371. package/config/medium/MerlinsMagicSquare/output/17 - test 17.txt +1 -0
  4372. package/config/medium/MerlinsMagicSquare/output/18 - test 18.txt +1 -0
  4373. package/config/medium/MerlinsMagicSquare/output/19 - test 19.txt +1 -0
  4374. package/config/medium/MerlinsMagicSquare/output/20 - test 20.txt +1 -0
  4375. package/config/medium/MerlinsMagicSquare/output/21 - test 21.txt +1 -0
  4376. package/config/medium/MerlinsMagicSquare/output/22 - test 22.txt +1 -0
  4377. package/config/medium/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
  4378. package/config/medium/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
  4379. package/config/medium/MerlinsMagicSquare/output/25 - test 25.txt +1 -0
  4380. package/config/medium/MicroAssembly/code/CGCode.js +14 -0
  4381. package/config/medium/MicroAssembly/code/CGCode.php +12 -0
  4382. package/config/medium/MicroAssembly/config.json +48 -0
  4383. package/config/medium/MicroAssembly/input/01 - MOV test.txt +4 -0
  4384. package/config/medium/MicroAssembly/input/02 - ADD test.txt +5 -0
  4385. package/config/medium/MicroAssembly/input/03 - SUB test.txt +5 -0
  4386. package/config/medium/MicroAssembly/input/04 - JNE test.txt +4 -0
  4387. package/config/medium/MicroAssembly/input/05 - handling negative values.txt +6 -0
  4388. package/config/medium/MicroAssembly/input/06 - calculating sum of 1..N.txt +5 -0
  4389. package/config/medium/MicroAssembly/input/07 - nested loops.txt +11 -0
  4390. package/config/medium/MicroAssembly/input/08 - multiplication and jump over instruction.txt +15 -0
  4391. package/config/medium/MicroAssembly/output/01 - MOV test.txt +1 -0
  4392. package/config/medium/MicroAssembly/output/02 - ADD test.txt +1 -0
  4393. package/config/medium/MicroAssembly/output/03 - SUB test.txt +1 -0
  4394. package/config/medium/MicroAssembly/output/04 - JNE test.txt +1 -0
  4395. package/config/medium/MicroAssembly/output/05 - handling negative values.txt +1 -0
  4396. package/config/medium/MicroAssembly/output/06 - calculating sum of 1..N.txt +1 -0
  4397. package/config/medium/MicroAssembly/output/07 - nested loops.txt +1 -0
  4398. package/config/medium/MicroAssembly/output/08 - multiplication and jump over instruction.txt +1 -0
  4399. package/config/medium/Minesweeper/code/CGCode.js +14 -0
  4400. package/config/medium/Minesweeper/code/CGCode.php +15 -0
  4401. package/config/medium/Minesweeper/config.json +33 -0
  4402. package/config/medium/Minesweeper/input/01 - example.txt +8 -0
  4403. package/config/medium/Minesweeper/input/02 - hidden mines.txt +7 -0
  4404. package/config/medium/Minesweeper/input/03 - one line.txt +5 -0
  4405. package/config/medium/Minesweeper/input/04 - two blocks.txt +7 -0
  4406. package/config/medium/Minesweeper/input/05 - final test.txt +11 -0
  4407. package/config/medium/Minesweeper/output/01 - example.txt +4 -0
  4408. package/config/medium/Minesweeper/output/02 - hidden mines.txt +6 -0
  4409. package/config/medium/Minesweeper/output/03 - one line.txt +9 -0
  4410. package/config/medium/Minesweeper/output/04 - two blocks.txt +3 -0
  4411. package/config/medium/Minesweeper/output/05 - final test.txt +12 -0
  4412. package/config/medium/MinimalNumberOfSwaps/code/CGCode.js +10 -0
  4413. package/config/medium/MinimalNumberOfSwaps/code/CGCode.php +12 -0
  4414. package/config/medium/MinimalNumberOfSwaps/config.json +38 -0
  4415. package/config/medium/MinimalNumberOfSwaps/input/01 - example.txt +2 -0
  4416. package/config/medium/MinimalNumberOfSwaps/input/02 - test 2.txt +2 -0
  4417. package/config/medium/MinimalNumberOfSwaps/input/03 - test 3.txt +2 -0
  4418. package/config/medium/MinimalNumberOfSwaps/input/04 - test 4.txt +2 -0
  4419. package/config/medium/MinimalNumberOfSwaps/input/05 - test 5.txt +2 -0
  4420. package/config/medium/MinimalNumberOfSwaps/input/06 - test 6.txt +2 -0
  4421. package/config/medium/MinimalNumberOfSwaps/output/01 - example.txt +1 -0
  4422. package/config/medium/MinimalNumberOfSwaps/output/02 - test 2.txt +1 -0
  4423. package/config/medium/MinimalNumberOfSwaps/output/03 - test 3.txt +1 -0
  4424. package/config/medium/MinimalNumberOfSwaps/output/04 - test 4.txt +1 -0
  4425. package/config/medium/MinimalNumberOfSwaps/output/05 - test 5.txt +1 -0
  4426. package/config/medium/MinimalNumberOfSwaps/output/06 - test 6.txt +1 -0
  4427. package/config/medium/MinimaxExercise/code/CGCode.js +9 -0
  4428. package/config/medium/MinimaxExercise/code/CGCode.php +8 -0
  4429. package/config/medium/MinimaxExercise/config.json +43 -0
  4430. package/config/medium/MinimaxExercise/input/01 - depth 1 game.txt +2 -0
  4431. package/config/medium/MinimaxExercise/input/02 - depth 2, no cutoffs.txt +2 -0
  4432. package/config/medium/MinimaxExercise/input/03 - depth 2, cutoffs.txt +2 -0
  4433. package/config/medium/MinimaxExercise/input/04 - small game.txt +2 -0
  4434. package/config/medium/MinimaxExercise/input/05 - slightly deeper game.txt +2 -0
  4435. package/config/medium/MinimaxExercise/input/06 - random game, deep but narrow.txt +2 -0
  4436. package/config/medium/MinimaxExercise/input/07 - another large random game.txt +2 -0
  4437. package/config/medium/MinimaxExercise/output/01 - depth 1 game.txt +1 -0
  4438. package/config/medium/MinimaxExercise/output/02 - depth 2, no cutoffs.txt +1 -0
  4439. package/config/medium/MinimaxExercise/output/03 - depth 2, cutoffs.txt +1 -0
  4440. package/config/medium/MinimaxExercise/output/04 - small game.txt +1 -0
  4441. package/config/medium/MinimaxExercise/output/05 - slightly deeper game.txt +1 -0
  4442. package/config/medium/MinimaxExercise/output/06 - random game, deep but narrow.txt +1 -0
  4443. package/config/medium/MinimaxExercise/output/07 - another large random game.txt +1 -0
  4444. package/config/medium/MitosisMayhem/code/CGCode.js +14 -0
  4445. package/config/medium/MitosisMayhem/code/CGCode.php +11 -0
  4446. package/config/medium/MitosisMayhem/config.json +73 -0
  4447. package/config/medium/MitosisMayhem/input/01 - all full.txt +2 -0
  4448. package/config/medium/MitosisMayhem/input/02 - missing a few.txt +2 -0
  4449. package/config/medium/MitosisMayhem/input/03 - multiple.txt +3 -0
  4450. package/config/medium/MitosisMayhem/input/04 - overflow!.txt +3 -0
  4451. package/config/medium/MitosisMayhem/input/05 - overflow! 2.txt +5 -0
  4452. package/config/medium/MitosisMayhem/input/06 - stop!.txt +4 -0
  4453. package/config/medium/MitosisMayhem/input/07 - conflict!.txt +4 -0
  4454. package/config/medium/MitosisMayhem/input/08 - overpowered.txt +4 -0
  4455. package/config/medium/MitosisMayhem/input/09 - uneven conflict.txt +4 -0
  4456. package/config/medium/MitosisMayhem/input/10 - consumption.txt +4 -0
  4457. package/config/medium/MitosisMayhem/input/11 - bigger fish.txt +6 -0
  4458. package/config/medium/MitosisMayhem/input/12 - skip the little ones.txt +7 -0
  4459. package/config/medium/MitosisMayhem/input/13 - imperfect conflict.txt +4 -0
  4460. package/config/medium/MitosisMayhem/output/01 - all full.txt +1 -0
  4461. package/config/medium/MitosisMayhem/output/02 - missing a few.txt +2 -0
  4462. package/config/medium/MitosisMayhem/output/03 - multiple.txt +3 -0
  4463. package/config/medium/MitosisMayhem/output/04 - overflow!.txt +1 -0
  4464. package/config/medium/MitosisMayhem/output/05 - overflow! 2.txt +1 -0
  4465. package/config/medium/MitosisMayhem/output/06 - stop!.txt +2 -0
  4466. package/config/medium/MitosisMayhem/output/07 - conflict!.txt +2 -0
  4467. package/config/medium/MitosisMayhem/output/08 - overpowered.txt +2 -0
  4468. package/config/medium/MitosisMayhem/output/09 - uneven conflict.txt +2 -0
  4469. package/config/medium/MitosisMayhem/output/10 - consumption.txt +2 -0
  4470. package/config/medium/MitosisMayhem/output/11 - bigger fish.txt +3 -0
  4471. package/config/medium/MitosisMayhem/output/12 - skip the little ones.txt +4 -0
  4472. package/config/medium/MitosisMayhem/output/13 - imperfect conflict.txt +3 -0
  4473. package/config/medium/NearPalindromes/code/CGCode.js +9 -0
  4474. package/config/medium/NearPalindromes/code/CGCode.php +11 -0
  4475. package/config/medium/NearPalindromes/config.json +33 -0
  4476. package/config/medium/NearPalindromes/input/01 - near-palindrome.txt +3 -0
  4477. package/config/medium/NearPalindromes/input/02 - non-near-palindrome.txt +2 -0
  4478. package/config/medium/NearPalindromes/input/03 - multiple words.txt +540 -0
  4479. package/config/medium/NearPalindromes/input/04 - big word.txt +2 -0
  4480. package/config/medium/NearPalindromes/input/05 - river.txt +851 -0
  4481. package/config/medium/NearPalindromes/output/01 - near-palindrome.txt +1 -0
  4482. package/config/medium/NearPalindromes/output/02 - non-near-palindrome.txt +1 -0
  4483. package/config/medium/NearPalindromes/output/03 - multiple words.txt +1 -0
  4484. package/config/medium/NearPalindromes/output/04 - big word.txt +1 -0
  4485. package/config/medium/NearPalindromes/output/05 - river.txt +1 -0
  4486. package/config/medium/NumberOfLettersInANumberBinary/code/CGCode.js +8 -0
  4487. package/config/medium/NumberOfLettersInANumberBinary/code/CGCode.php +7 -0
  4488. package/config/medium/NumberOfLettersInANumberBinary/config.json +43 -0
  4489. package/config/medium/NumberOfLettersInANumberBinary/input/01 - one past the example.txt +1 -0
  4490. package/config/medium/NumberOfLettersInANumberBinary/input/02 - bigger start.txt +1 -0
  4491. package/config/medium/NumberOfLettersInANumberBinary/input/03 - bigger n.txt +1 -0
  4492. package/config/medium/NumberOfLettersInANumberBinary/input/04 - a pattern emerges.txt +1 -0
  4493. package/config/medium/NumberOfLettersInANumberBinary/input/05 - another pattern.txt +1 -0
  4494. package/config/medium/NumberOfLettersInANumberBinary/input/06 - big numbers.txt +1 -0
  4495. package/config/medium/NumberOfLettersInANumberBinary/input/07 - bigger numbers.txt +1 -0
  4496. package/config/medium/NumberOfLettersInANumberBinary/output/01 - one past the example.txt +1 -0
  4497. package/config/medium/NumberOfLettersInANumberBinary/output/02 - bigger start.txt +1 -0
  4498. package/config/medium/NumberOfLettersInANumberBinary/output/03 - bigger n.txt +1 -0
  4499. package/config/medium/NumberOfLettersInANumberBinary/output/04 - a pattern emerges.txt +1 -0
  4500. package/config/medium/NumberOfLettersInANumberBinary/output/05 - another pattern.txt +1 -0
  4501. package/config/medium/NumberOfLettersInANumberBinary/output/06 - big numbers.txt +1 -0
  4502. package/config/medium/NumberOfLettersInANumberBinary/output/07 - bigger numbers.txt +1 -0
  4503. package/config/medium/NumberOfPathsBetween2Points/code/CGCode.js +10 -0
  4504. package/config/medium/NumberOfPathsBetween2Points/code/CGCode.php +12 -0
  4505. package/config/medium/NumberOfPathsBetween2Points/config.json +28 -0
  4506. package/config/medium/NumberOfPathsBetween2Points/input/01 - test 1.txt +4 -0
  4507. package/config/medium/NumberOfPathsBetween2Points/input/02 - test 2.txt +4 -0
  4508. package/config/medium/NumberOfPathsBetween2Points/input/03 - test 3.txt +12 -0
  4509. package/config/medium/NumberOfPathsBetween2Points/input/04 - test 4.txt +12 -0
  4510. package/config/medium/NumberOfPathsBetween2Points/output/01 - test 1.txt +1 -0
  4511. package/config/medium/NumberOfPathsBetween2Points/output/02 - test 2.txt +1 -0
  4512. package/config/medium/NumberOfPathsBetween2Points/output/03 - test 3.txt +1 -0
  4513. package/config/medium/NumberOfPathsBetween2Points/output/04 - test 4.txt +1 -0
  4514. package/config/medium/NumeralSystem/code/CGCode.js +6 -0
  4515. package/config/medium/NumeralSystem/code/CGCode.php +7 -0
  4516. package/config/medium/NumeralSystem/config.json +33 -0
  4517. package/config/medium/NumeralSystem/input/01 - easy.txt +1 -0
  4518. package/config/medium/NumeralSystem/input/02 - normal.txt +1 -0
  4519. package/config/medium/NumeralSystem/input/03 - corner case min.txt +1 -0
  4520. package/config/medium/NumeralSystem/input/04 - corner case max.txt +1 -0
  4521. package/config/medium/NumeralSystem/input/05 - minimum valid system.txt +1 -0
  4522. package/config/medium/NumeralSystem/output/01 - easy.txt +1 -0
  4523. package/config/medium/NumeralSystem/output/02 - normal.txt +1 -0
  4524. package/config/medium/NumeralSystem/output/03 - corner case min.txt +1 -0
  4525. package/config/medium/NumeralSystem/output/04 - corner case max.txt +1 -0
  4526. package/config/medium/NumeralSystem/output/05 - minimum valid system.txt +1 -0
  4527. package/config/medium/One0One0One/code/CGCode.js +10 -0
  4528. package/config/medium/One0One0One/code/CGCode.php +12 -0
  4529. package/config/medium/One0One0One/config.json +28 -0
  4530. package/config/medium/One0One0One/input/01 - tiny.txt +5 -0
  4531. package/config/medium/One0One0One/input/02 - stretch.txt +5 -0
  4532. package/config/medium/One0One0One/input/03 - you lose.txt +8 -0
  4533. package/config/medium/One0One0One/input/04 - big.txt +12 -0
  4534. package/config/medium/One0One0One/output/01 - tiny.txt +1 -0
  4535. package/config/medium/One0One0One/output/02 - stretch.txt +1 -0
  4536. package/config/medium/One0One0One/output/03 - you lose.txt +1 -0
  4537. package/config/medium/One0One0One/output/04 - big.txt +1 -0
  4538. package/config/medium/OneWayCity/code/CGCode.js +7 -0
  4539. package/config/medium/OneWayCity/code/CGCode.php +8 -0
  4540. package/config/medium/OneWayCity/config.json +38 -0
  4541. package/config/medium/OneWayCity/input/01 - small village.txt +2 -0
  4542. package/config/medium/OneWayCity/input/02 - one way.txt +2 -0
  4543. package/config/medium/OneWayCity/input/03 - small city.txt +2 -0
  4544. package/config/medium/OneWayCity/input/04 - 20th century.txt +2 -0
  4545. package/config/medium/OneWayCity/input/05 - conurbation.txt +2 -0
  4546. package/config/medium/OneWayCity/input/06 - megalopolis.txt +2 -0
  4547. package/config/medium/OneWayCity/output/01 - small village.txt +1 -0
  4548. package/config/medium/OneWayCity/output/02 - one way.txt +1 -0
  4549. package/config/medium/OneWayCity/output/03 - small city.txt +1 -0
  4550. package/config/medium/OneWayCity/output/04 - 20th century.txt +1 -0
  4551. package/config/medium/OneWayCity/output/05 - conurbation.txt +1 -0
  4552. package/config/medium/OneWayCity/output/06 - megalopolis.txt +1 -0
  4553. package/config/medium/Othello/code/CGCode.js +11 -0
  4554. package/config/medium/Othello/code/CGCode.php +11 -0
  4555. package/config/medium/Othello/config.json +28 -0
  4556. package/config/medium/Othello/input/01 - start.txt +9 -0
  4557. package/config/medium/Othello/input/02 - nope.txt +9 -0
  4558. package/config/medium/Othello/input/03 - null.txt +9 -0
  4559. package/config/medium/Othello/input/04 - real game.txt +9 -0
  4560. package/config/medium/Othello/output/01 - start.txt +1 -0
  4561. package/config/medium/Othello/output/02 - nope.txt +1 -0
  4562. package/config/medium/Othello/output/03 - null.txt +1 -0
  4563. package/config/medium/Othello/output/04 - real game.txt +1 -0
  4564. package/config/medium/PalindromicDecomposition/code/CGCode.js +6 -0
  4565. package/config/medium/PalindromicDecomposition/code/CGCode.php +7 -0
  4566. package/config/medium/PalindromicDecomposition/config.json +63 -0
  4567. package/config/medium/PalindromicDecomposition/input/01 - example.txt +1 -0
  4568. package/config/medium/PalindromicDecomposition/input/02 - small a.txt +1 -0
  4569. package/config/medium/PalindromicDecomposition/input/03 - small aab.txt +1 -0
  4570. package/config/medium/PalindromicDecomposition/input/04 - large a.txt +1 -0
  4571. package/config/medium/PalindromicDecomposition/input/05 - large aba.txt +1 -0
  4572. package/config/medium/PalindromicDecomposition/input/06 - large ababa.txt +1 -0
  4573. package/config/medium/PalindromicDecomposition/input/07 - large aabaa.txt +1 -0
  4574. package/config/medium/PalindromicDecomposition/input/08 - large ab.txt +1 -0
  4575. package/config/medium/PalindromicDecomposition/input/09 - large aab.txt +1 -0
  4576. package/config/medium/PalindromicDecomposition/input/10 - large abba.txt +1 -0
  4577. package/config/medium/PalindromicDecomposition/input/11 - all letters.txt +1 -0
  4578. package/config/medium/PalindromicDecomposition/output/01 - example.txt +1 -0
  4579. package/config/medium/PalindromicDecomposition/output/02 - small a.txt +1 -0
  4580. package/config/medium/PalindromicDecomposition/output/03 - small aab.txt +1 -0
  4581. package/config/medium/PalindromicDecomposition/output/04 - large a.txt +1 -0
  4582. package/config/medium/PalindromicDecomposition/output/05 - large aba.txt +1 -0
  4583. package/config/medium/PalindromicDecomposition/output/06 - large ababa.txt +1 -0
  4584. package/config/medium/PalindromicDecomposition/output/07 - large aabaa.txt +1 -0
  4585. package/config/medium/PalindromicDecomposition/output/08 - large ab.txt +1 -0
  4586. package/config/medium/PalindromicDecomposition/output/09 - large aab.txt +1 -0
  4587. package/config/medium/PalindromicDecomposition/output/10 - large abba.txt +1 -0
  4588. package/config/medium/PalindromicDecomposition/output/11 - all letters.txt +1 -0
  4589. package/config/medium/PaperLabyrinth/code/CGCode.js +17 -0
  4590. package/config/medium/PaperLabyrinth/code/CGCode.php +13 -0
  4591. package/config/medium/PaperLabyrinth/config.json +43 -0
  4592. package/config/medium/PaperLabyrinth/input/01 - simple.txt +4 -0
  4593. package/config/medium/PaperLabyrinth/input/02 - no one-way door, no loops.txt +7 -0
  4594. package/config/medium/PaperLabyrinth/input/03 - one way door.txt +7 -0
  4595. package/config/medium/PaperLabyrinth/input/04 - house of cards.txt +9 -0
  4596. package/config/medium/PaperLabyrinth/input/05 - test 5.txt +10 -0
  4597. package/config/medium/PaperLabyrinth/input/06 - test 6.txt +10 -0
  4598. package/config/medium/PaperLabyrinth/input/07 - test 7.txt +10 -0
  4599. package/config/medium/PaperLabyrinth/output/01 - simple.txt +1 -0
  4600. package/config/medium/PaperLabyrinth/output/02 - no one-way door, no loops.txt +1 -0
  4601. package/config/medium/PaperLabyrinth/output/03 - one way door.txt +1 -0
  4602. package/config/medium/PaperLabyrinth/output/04 - house of cards.txt +1 -0
  4603. package/config/medium/PaperLabyrinth/output/05 - test 5.txt +1 -0
  4604. package/config/medium/PaperLabyrinth/output/06 - test 6.txt +1 -0
  4605. package/config/medium/PaperLabyrinth/output/07 - test 7.txt +1 -0
  4606. package/config/medium/PavingWithBricks/code/CGCode.js +7 -0
  4607. package/config/medium/PavingWithBricks/code/CGCode.php +8 -0
  4608. package/config/medium/PavingWithBricks/config.json +43 -0
  4609. package/config/medium/PavingWithBricks/input/01 - test 1.txt +2 -0
  4610. package/config/medium/PavingWithBricks/input/02 - test 2.txt +2 -0
  4611. package/config/medium/PavingWithBricks/input/03 - test 3.txt +2 -0
  4612. package/config/medium/PavingWithBricks/input/04 - test 4.txt +2 -0
  4613. package/config/medium/PavingWithBricks/input/05 - test 5.txt +2 -0
  4614. package/config/medium/PavingWithBricks/input/06 - test 6.txt +2 -0
  4615. package/config/medium/PavingWithBricks/input/07 - test 7.txt +2 -0
  4616. package/config/medium/PavingWithBricks/output/01 - test 1.txt +1 -0
  4617. package/config/medium/PavingWithBricks/output/02 - test 2.txt +1 -0
  4618. package/config/medium/PavingWithBricks/output/03 - test 3.txt +1 -0
  4619. package/config/medium/PavingWithBricks/output/04 - test 4.txt +1 -0
  4620. package/config/medium/PavingWithBricks/output/05 - test 5.txt +1 -0
  4621. package/config/medium/PavingWithBricks/output/06 - test 6.txt +1 -0
  4622. package/config/medium/PavingWithBricks/output/07 - test 7.txt +1 -0
  4623. package/config/medium/PhotoBoothTransformation/code/CGCode.js +11 -0
  4624. package/config/medium/PhotoBoothTransformation/code/CGCode.php +11 -0
  4625. package/config/medium/PhotoBoothTransformation/config.json +43 -0
  4626. package/config/medium/PhotoBoothTransformation/input/01 - example.txt +3 -0
  4627. package/config/medium/PhotoBoothTransformation/input/02 - size LTOE 10.txt +11 -0
  4628. package/config/medium/PhotoBoothTransformation/input/03 - size LTOE 20.txt +11 -0
  4629. package/config/medium/PhotoBoothTransformation/input/04 - size LTOE 100.txt +6 -0
  4630. package/config/medium/PhotoBoothTransformation/input/05 - size LTOE 500.txt +8 -0
  4631. package/config/medium/PhotoBoothTransformation/input/06 - size LTOE 1000.txt +6 -0
  4632. package/config/medium/PhotoBoothTransformation/input/07 - size LTOE 2000.txt +4 -0
  4633. package/config/medium/PhotoBoothTransformation/output/01 - example.txt +2 -0
  4634. package/config/medium/PhotoBoothTransformation/output/02 - size LTOE 10.txt +10 -0
  4635. package/config/medium/PhotoBoothTransformation/output/03 - size LTOE 20.txt +10 -0
  4636. package/config/medium/PhotoBoothTransformation/output/04 - size LTOE 100.txt +5 -0
  4637. package/config/medium/PhotoBoothTransformation/output/05 - size LTOE 500.txt +7 -0
  4638. package/config/medium/PhotoBoothTransformation/output/06 - size LTOE 1000.txt +5 -0
  4639. package/config/medium/PhotoBoothTransformation/output/07 - size LTOE 2000.txt +3 -0
  4640. package/config/medium/PlagueJr/code/CGCode.js +11 -0
  4641. package/config/medium/PlagueJr/code/CGCode.php +11 -0
  4642. package/config/medium/PlagueJr/config.json +33 -0
  4643. package/config/medium/PlagueJr/input/01 - the example.txt +3 -0
  4644. package/config/medium/PlagueJr/input/02 - easy case.txt +100 -0
  4645. package/config/medium/PlagueJr/input/03 - advanced case.txt +1000 -0
  4646. package/config/medium/PlagueJr/input/04 - donut case.txt +1000 -0
  4647. package/config/medium/PlagueJr/input/05 - spokey case.txt +1000 -0
  4648. package/config/medium/PlagueJr/output/01 - the example.txt +1 -0
  4649. package/config/medium/PlagueJr/output/02 - easy case.txt +1 -0
  4650. package/config/medium/PlagueJr/output/03 - advanced case.txt +1 -0
  4651. package/config/medium/PlagueJr/output/04 - donut case.txt +1 -0
  4652. package/config/medium/PlagueJr/output/05 - spokey case.txt +1 -0
  4653. package/config/medium/PlayfairCipher/code/CGCode.js +15 -0
  4654. package/config/medium/PlayfairCipher/code/CGCode.php +19 -0
  4655. package/config/medium/PlayfairCipher/config.json +48 -0
  4656. package/config/medium/PlayfairCipher/input/01 - row.txt +8 -0
  4657. package/config/medium/PlayfairCipher/input/02 - column.txt +8 -0
  4658. package/config/medium/PlayfairCipher/input/03 - row and column.txt +10 -0
  4659. package/config/medium/PlayfairCipher/input/04 - invalid characters.txt +11 -0
  4660. package/config/medium/PlayfairCipher/input/05 - decryption.txt +11 -0
  4661. package/config/medium/PlayfairCipher/input/06 - DUD.txt +11 -0
  4662. package/config/medium/PlayfairCipher/input/07 - some messages.txt +12 -0
  4663. package/config/medium/PlayfairCipher/input/08 - more messages.txt +37 -0
  4664. package/config/medium/PlayfairCipher/output/01 - row.txt +1 -0
  4665. package/config/medium/PlayfairCipher/output/02 - column.txt +1 -0
  4666. package/config/medium/PlayfairCipher/output/03 - row and column.txt +3 -0
  4667. package/config/medium/PlayfairCipher/output/04 - invalid characters.txt +4 -0
  4668. package/config/medium/PlayfairCipher/output/05 - decryption.txt +4 -0
  4669. package/config/medium/PlayfairCipher/output/06 - DUD.txt +4 -0
  4670. package/config/medium/PlayfairCipher/output/07 - some messages.txt +5 -0
  4671. package/config/medium/PlayfairCipher/output/08 - more messages.txt +30 -0
  4672. package/config/medium/PlightOfTheFellowshipOfTheRing/code/CGCode.js +25 -0
  4673. package/config/medium/PlightOfTheFellowshipOfTheRing/code/CGCode.php +23 -0
  4674. package/config/medium/PlightOfTheFellowshipOfTheRing/config.json +33 -0
  4675. package/config/medium/PlightOfTheFellowshipOfTheRing/input/01 - one orc.txt +14 -0
  4676. package/config/medium/PlightOfTheFellowshipOfTheRing/input/02 - multiple orcs.txt +26 -0
  4677. package/config/medium/PlightOfTheFellowshipOfTheRing/input/03 - many choices.txt +32 -0
  4678. package/config/medium/PlightOfTheFellowshipOfTheRing/input/04 - impossible.txt +11 -0
  4679. package/config/medium/PlightOfTheFellowshipOfTheRing/input/05 - no orcs!.txt +13 -0
  4680. package/config/medium/PlightOfTheFellowshipOfTheRing/output/01 - one orc.txt +1 -0
  4681. package/config/medium/PlightOfTheFellowshipOfTheRing/output/02 - multiple orcs.txt +1 -0
  4682. package/config/medium/PlightOfTheFellowshipOfTheRing/output/03 - many choices.txt +1 -0
  4683. package/config/medium/PlightOfTheFellowshipOfTheRing/output/04 - impossible.txt +1 -0
  4684. package/config/medium/PlightOfTheFellowshipOfTheRing/output/05 - no orcs!.txt +1 -0
  4685. package/config/medium/PorcupineFever/code/CGCode.js +15 -0
  4686. package/config/medium/PorcupineFever/code/CGCode.php +15 -0
  4687. package/config/medium/PorcupineFever/config.json +33 -0
  4688. package/config/medium/PorcupineFever/input/01 - one sick cage.txt +4 -0
  4689. package/config/medium/PorcupineFever/input/02 - no porcupines.txt +2 -0
  4690. package/config/medium/PorcupineFever/input/03 - one cage goes extinct.txt +5 -0
  4691. package/config/medium/PorcupineFever/input/04 - dead farm.txt +64 -0
  4692. package/config/medium/PorcupineFever/input/05 - bigger farm.txt +474 -0
  4693. package/config/medium/PorcupineFever/output/01 - one sick cage.txt +3 -0
  4694. package/config/medium/PorcupineFever/output/02 - no porcupines.txt +1 -0
  4695. package/config/medium/PorcupineFever/output/03 - one cage goes extinct.txt +3 -0
  4696. package/config/medium/PorcupineFever/output/04 - dead farm.txt +12 -0
  4697. package/config/medium/PorcupineFever/output/05 - bigger farm.txt +50 -0
  4698. package/config/medium/PropositionsInFregesIdeography/code/CGCode.js +9 -0
  4699. package/config/medium/PropositionsInFregesIdeography/code/CGCode.php +11 -0
  4700. package/config/medium/PropositionsInFregesIdeography/config.json +58 -0
  4701. package/config/medium/PropositionsInFregesIdeography/input/01 - A implies A.txt +3 -0
  4702. package/config/medium/PropositionsInFregesIdeography/input/02 - formula 31 (fifth axiom).txt +3 -0
  4703. package/config/medium/PropositionsInFregesIdeography/input/03 - A implies B.txt +3 -0
  4704. package/config/medium/PropositionsInFregesIdeography/input/04 - A nor B.txt +3 -0
  4705. package/config/medium/PropositionsInFregesIdeography/input/05 - formula 1 (first axiom).txt +4 -0
  4706. package/config/medium/PropositionsInFregesIdeography/input/06 - formula 2 (second axiom).txt +8 -0
  4707. package/config/medium/PropositionsInFregesIdeography/input/07 - formula 8 (third axiom).txt +7 -0
  4708. package/config/medium/PropositionsInFregesIdeography/input/08 - formula 28 (fourth axiom).txt +5 -0
  4709. package/config/medium/PropositionsInFregesIdeography/input/09 - (C and B) implies A is not a tautology.txt +4 -0
  4710. package/config/medium/PropositionsInFregesIdeography/input/10 - [(C and B) implies A] implies [(C implies B) implies A] is not a tautology.txt +7 -0
  4711. package/config/medium/PropositionsInFregesIdeography/output/01 - A implies A.txt +1 -0
  4712. package/config/medium/PropositionsInFregesIdeography/output/02 - formula 31 (fifth axiom).txt +1 -0
  4713. package/config/medium/PropositionsInFregesIdeography/output/03 - A implies B.txt +1 -0
  4714. package/config/medium/PropositionsInFregesIdeography/output/04 - A nor B.txt +3 -0
  4715. package/config/medium/PropositionsInFregesIdeography/output/05 - formula 1 (first axiom).txt +1 -0
  4716. package/config/medium/PropositionsInFregesIdeography/output/06 - formula 2 (second axiom).txt +1 -0
  4717. package/config/medium/PropositionsInFregesIdeography/output/07 - formula 8 (third axiom).txt +1 -0
  4718. package/config/medium/PropositionsInFregesIdeography/output/08 - formula 28 (fourth axiom).txt +1 -0
  4719. package/config/medium/PropositionsInFregesIdeography/output/09 - (C and B) implies A is not a tautology.txt +1 -0
  4720. package/config/medium/PropositionsInFregesIdeography/output/10 - [(C and B) implies A] implies [(C implies B) implies A] is not a tautology.txt +2 -0
  4721. package/config/medium/QuaternionMultiplication/code/CGCode.js +6 -0
  4722. package/config/medium/QuaternionMultiplication/code/CGCode.php +7 -0
  4723. package/config/medium/QuaternionMultiplication/config.json +28 -0
  4724. package/config/medium/QuaternionMultiplication/input/01 - small.txt +1 -0
  4725. package/config/medium/QuaternionMultiplication/input/02 - medium.txt +1 -0
  4726. package/config/medium/QuaternionMultiplication/input/03 - large.txt +1 -0
  4727. package/config/medium/QuaternionMultiplication/input/04 - giant.txt +1 -0
  4728. package/config/medium/QuaternionMultiplication/output/01 - small.txt +1 -0
  4729. package/config/medium/QuaternionMultiplication/output/02 - medium.txt +1 -0
  4730. package/config/medium/QuaternionMultiplication/output/03 - large.txt +1 -0
  4731. package/config/medium/QuaternionMultiplication/output/04 - giant.txt +1 -0
  4732. package/config/medium/QueneauNumbers/code/CGCode.js +6 -0
  4733. package/config/medium/QueneauNumbers/code/CGCode.php +7 -0
  4734. package/config/medium/QueneauNumbers/config.json +33 -0
  4735. package/config/medium/QueneauNumbers/input/01 - terine.txt +1 -0
  4736. package/config/medium/QueneauNumbers/input/02 - impossible.txt +1 -0
  4737. package/config/medium/QueneauNumbers/input/03 - sextine.txt +1 -0
  4738. package/config/medium/QueneauNumbers/input/04 - so big yet so perfect.txt +1 -0
  4739. package/config/medium/QueneauNumbers/input/05 - so big yet so ugly.txt +1 -0
  4740. package/config/medium/QueneauNumbers/output/01 - terine.txt +3 -0
  4741. package/config/medium/QueneauNumbers/output/02 - impossible.txt +1 -0
  4742. package/config/medium/QueneauNumbers/output/03 - sextine.txt +6 -0
  4743. package/config/medium/QueneauNumbers/output/04 - so big yet so perfect.txt +15 -0
  4744. package/config/medium/QueneauNumbers/output/05 - so big yet so ugly.txt +1 -0
  4745. package/config/medium/RationalNumberTree/code/CGCode.js +9 -0
  4746. package/config/medium/RationalNumberTree/code/CGCode.php +11 -0
  4747. package/config/medium/RationalNumberTree/config.json +38 -0
  4748. package/config/medium/RationalNumberTree/input/01 - examples.txt +6 -0
  4749. package/config/medium/RationalNumberTree/input/02 - near the root 1.txt +101 -0
  4750. package/config/medium/RationalNumberTree/input/03 - near the root 2.txt +101 -0
  4751. package/config/medium/RationalNumberTree/input/04 - longer and bigger.txt +21 -0
  4752. package/config/medium/RationalNumberTree/input/05 - big big numbers.txt +21 -0
  4753. package/config/medium/RationalNumberTree/input/06 - long long path.txt +11 -0
  4754. package/config/medium/RationalNumberTree/output/01 - examples.txt +5 -0
  4755. package/config/medium/RationalNumberTree/output/02 - near the root 1.txt +100 -0
  4756. package/config/medium/RationalNumberTree/output/03 - near the root 2.txt +100 -0
  4757. package/config/medium/RationalNumberTree/output/04 - longer and bigger.txt +20 -0
  4758. package/config/medium/RationalNumberTree/output/05 - big big numbers.txt +20 -0
  4759. package/config/medium/RationalNumberTree/output/06 - long long path.txt +10 -0
  4760. package/config/medium/RearrangeStringToTwoNumbers/code/CGCode.js +6 -0
  4761. package/config/medium/RearrangeStringToTwoNumbers/code/CGCode.php +7 -0
  4762. package/config/medium/RearrangeStringToTwoNumbers/config.json +98 -0
  4763. package/config/medium/RearrangeStringToTwoNumbers/input/01 - two digits.txt +1 -0
  4764. package/config/medium/RearrangeStringToTwoNumbers/input/02 - too many digits.txt +1 -0
  4765. package/config/medium/RearrangeStringToTwoNumbers/input/03 - maximum B.txt +1 -0
  4766. package/config/medium/RearrangeStringToTwoNumbers/input/04 - too many 0/342/200/231s.txt" +1 -0
  4767. package/config/medium/RearrangeStringToTwoNumbers/input/05 - maximum B with 0.txt +1 -0
  4768. package/config/medium/RearrangeStringToTwoNumbers/input/06 - small A maximum B.txt +1 -0
  4769. package/config/medium/RearrangeStringToTwoNumbers/input/07 - small A big B.txt +1 -0
  4770. package/config/medium/RearrangeStringToTwoNumbers/input/08 - too many 0/342/200/231s - 2.txt" +1 -0
  4771. package/config/medium/RearrangeStringToTwoNumbers/input/09 - too few digits.txt +1 -0
  4772. package/config/medium/RearrangeStringToTwoNumbers/input/10 - too many digits.txt +1 -0
  4773. package/config/medium/RearrangeStringToTwoNumbers/input/11 - zero.txt +1 -0
  4774. package/config/medium/RearrangeStringToTwoNumbers/input/12 - maximum.txt +1 -0
  4775. package/config/medium/RearrangeStringToTwoNumbers/input/13 - big with 0/342/200/231s.txt" +1 -0
  4776. package/config/medium/RearrangeStringToTwoNumbers/input/14 - big.txt +1 -0
  4777. package/config/medium/RearrangeStringToTwoNumbers/input/15 - internal zeros.txt +1 -0
  4778. package/config/medium/RearrangeStringToTwoNumbers/input/16 - small A big B - 2.txt +1 -0
  4779. package/config/medium/RearrangeStringToTwoNumbers/input/17 - small A big B - 3.txt +1 -0
  4780. package/config/medium/RearrangeStringToTwoNumbers/input/18 - two digits - 2.txt +1 -0
  4781. package/config/medium/RearrangeStringToTwoNumbers/output/01 - two digits.txt +1 -0
  4782. package/config/medium/RearrangeStringToTwoNumbers/output/02 - too many digits.txt +1 -0
  4783. package/config/medium/RearrangeStringToTwoNumbers/output/03 - maximum B.txt +1 -0
  4784. package/config/medium/RearrangeStringToTwoNumbers/output/04 - too many 0/342/200/231s.txt" +1 -0
  4785. package/config/medium/RearrangeStringToTwoNumbers/output/05 - maximum B with 0.txt +1 -0
  4786. package/config/medium/RearrangeStringToTwoNumbers/output/06 - small A maximum B.txt +1 -0
  4787. package/config/medium/RearrangeStringToTwoNumbers/output/07 - small A big B.txt +1 -0
  4788. package/config/medium/RearrangeStringToTwoNumbers/output/08 - too many 0/342/200/231s - 2.txt" +1 -0
  4789. package/config/medium/RearrangeStringToTwoNumbers/output/09 - too few digits.txt +1 -0
  4790. package/config/medium/RearrangeStringToTwoNumbers/output/10 - too many digits.txt +1 -0
  4791. package/config/medium/RearrangeStringToTwoNumbers/output/11 - zero.txt +1 -0
  4792. package/config/medium/RearrangeStringToTwoNumbers/output/12 - maximum.txt +1 -0
  4793. package/config/medium/RearrangeStringToTwoNumbers/output/13 - big with 0/342/200/231s.txt" +1 -0
  4794. package/config/medium/RearrangeStringToTwoNumbers/output/14 - big.txt +1 -0
  4795. package/config/medium/RearrangeStringToTwoNumbers/output/15 - internal zeros.txt +1 -0
  4796. package/config/medium/RearrangeStringToTwoNumbers/output/16 - small A big B - 2.txt +1 -0
  4797. package/config/medium/RearrangeStringToTwoNumbers/output/17 - small A big B - 3.txt +1 -0
  4798. package/config/medium/RearrangeStringToTwoNumbers/output/18 - two digits - 2.txt +1 -0
  4799. package/config/medium/RegularPolygons/code/CGCode.js +8 -0
  4800. package/config/medium/RegularPolygons/code/CGCode.php +7 -0
  4801. package/config/medium/RegularPolygons/config.json +33 -0
  4802. package/config/medium/RegularPolygons/input/01 - example.txt +1 -0
  4803. package/config/medium/RegularPolygons/input/02 - shortest range.txt +1 -0
  4804. package/config/medium/RegularPolygons/input/03 - short range.txt +1 -0
  4805. package/config/medium/RegularPolygons/input/04 - medium range.txt +1 -0
  4806. package/config/medium/RegularPolygons/input/05 - long range.txt +1 -0
  4807. package/config/medium/RegularPolygons/output/01 - example.txt +1 -0
  4808. package/config/medium/RegularPolygons/output/02 - shortest range.txt +1 -0
  4809. package/config/medium/RegularPolygons/output/03 - short range.txt +1 -0
  4810. package/config/medium/RegularPolygons/output/04 - medium range.txt +1 -0
  4811. package/config/medium/RegularPolygons/output/05 - long range.txt +1 -0
  4812. package/config/medium/RemainderFantasy/code/CGCode.js +11 -0
  4813. package/config/medium/RemainderFantasy/code/CGCode.php +11 -0
  4814. package/config/medium/RemainderFantasy/config.json +53 -0
  4815. package/config/medium/RemainderFantasy/input/01 - simple.txt +4 -0
  4816. package/config/medium/RemainderFantasy/input/02 - warm up.txt +5 -0
  4817. package/config/medium/RemainderFantasy/input/03 - harder.txt +5 -0
  4818. package/config/medium/RemainderFantasy/input/04 - get serious.txt +6 -0
  4819. package/config/medium/RemainderFantasy/input/05 - brute-force not work.txt +7 -0
  4820. package/config/medium/RemainderFantasy/input/06 - many conditions.txt +10 -0
  4821. package/config/medium/RemainderFantasy/input/07 - a few big conditions.txt +4 -0
  4822. package/config/medium/RemainderFantasy/input/08 - tricky small.txt +4 -0
  4823. package/config/medium/RemainderFantasy/input/09 - nasty big.txt +4 -0
  4824. package/config/medium/RemainderFantasy/output/01 - simple.txt +1 -0
  4825. package/config/medium/RemainderFantasy/output/02 - warm up.txt +1 -0
  4826. package/config/medium/RemainderFantasy/output/03 - harder.txt +1 -0
  4827. package/config/medium/RemainderFantasy/output/04 - get serious.txt +1 -0
  4828. package/config/medium/RemainderFantasy/output/05 - brute-force not work.txt +1 -0
  4829. package/config/medium/RemainderFantasy/output/06 - many conditions.txt +1 -0
  4830. package/config/medium/RemainderFantasy/output/07 - a few big conditions.txt +1 -0
  4831. package/config/medium/RemainderFantasy/output/08 - tricky small.txt +1 -0
  4832. package/config/medium/RemainderFantasy/output/09 - nasty big.txt +1 -0
  4833. package/config/medium/RemainingCard/code/CGCode.js +6 -0
  4834. package/config/medium/RemainingCard/code/CGCode.php +7 -0
  4835. package/config/medium/RemainingCard/config.json +58 -0
  4836. package/config/medium/RemainingCard/input/01 - example.txt +1 -0
  4837. package/config/medium/RemainingCard/input/02 - easy.txt +1 -0
  4838. package/config/medium/RemainingCard/input/03 - a little more.txt +1 -0
  4839. package/config/medium/RemainingCard/input/04 - a thick deck.txt +1 -0
  4840. package/config/medium/RemainingCard/input/05 - heavy deck.txt +1 -0
  4841. package/config/medium/RemainingCard/input/06 - getting serious.txt +1 -0
  4842. package/config/medium/RemainingCard/input/07 - millions 1.txt +1 -0
  4843. package/config/medium/RemainingCard/input/08 - millions 2.txt +1 -0
  4844. package/config/medium/RemainingCard/input/09 - ultimate test.txt +1 -0
  4845. package/config/medium/RemainingCard/input/10 - boundary case.txt +1 -0
  4846. package/config/medium/RemainingCard/output/01 - example.txt +1 -0
  4847. package/config/medium/RemainingCard/output/02 - easy.txt +1 -0
  4848. package/config/medium/RemainingCard/output/03 - a little more.txt +1 -0
  4849. package/config/medium/RemainingCard/output/04 - a thick deck.txt +1 -0
  4850. package/config/medium/RemainingCard/output/05 - heavy deck.txt +1 -0
  4851. package/config/medium/RemainingCard/output/06 - getting serious.txt +1 -0
  4852. package/config/medium/RemainingCard/output/07 - millions 1.txt +1 -0
  4853. package/config/medium/RemainingCard/output/08 - millions 2.txt +1 -0
  4854. package/config/medium/RemainingCard/output/09 - ultimate test.txt +1 -0
  4855. package/config/medium/RemainingCard/output/10 - boundary case.txt +1 -0
  4856. package/config/medium/ReversedLookAndSay/code/CGCode.js +6 -0
  4857. package/config/medium/ReversedLookAndSay/code/CGCode.php +7 -0
  4858. package/config/medium/ReversedLookAndSay/config.json +33 -0
  4859. package/config/medium/ReversedLookAndSay/input/01 - an easy one.txt +1 -0
  4860. package/config/medium/ReversedLookAndSay/input/02 - not so easy.txt +1 -0
  4861. package/config/medium/ReversedLookAndSay/input/03 - give it a try.txt +1 -0
  4862. package/config/medium/ReversedLookAndSay/input/04 - to infinity and beyond!.txt +1 -0
  4863. package/config/medium/ReversedLookAndSay/input/05 - not a big deal.txt +1 -0
  4864. package/config/medium/ReversedLookAndSay/output/01 - an easy one.txt +1 -0
  4865. package/config/medium/ReversedLookAndSay/output/02 - not so easy.txt +1 -0
  4866. package/config/medium/ReversedLookAndSay/output/03 - give it a try.txt +1 -0
  4867. package/config/medium/ReversedLookAndSay/output/04 - to infinity and beyond!.txt +1 -0
  4868. package/config/medium/ReversedLookAndSay/output/05 - not a big deal.txt +1 -0
  4869. package/config/medium/RiverCrossing/code/CGCode.js +8 -0
  4870. package/config/medium/RiverCrossing/code/CGCode.php +9 -0
  4871. package/config/medium/RiverCrossing/config.json +33 -0
  4872. package/config/medium/RiverCrossing/input/01 - the question is the solution.txt +2 -0
  4873. package/config/medium/RiverCrossing/input/02 - the start is the solution.txt +2 -0
  4874. package/config/medium/RiverCrossing/input/03 - from one side to the other.txt +2 -0
  4875. package/config/medium/RiverCrossing/input/04 - mix it up.txt +2 -0
  4876. package/config/medium/RiverCrossing/input/05 - rescue one.txt +2 -0
  4877. package/config/medium/RiverCrossing/output/01 - the question is the solution.txt +2 -0
  4878. package/config/medium/RiverCrossing/output/02 - the start is the solution.txt +1 -0
  4879. package/config/medium/RiverCrossing/output/03 - from one side to the other.txt +8 -0
  4880. package/config/medium/RiverCrossing/output/04 - mix it up.txt +6 -0
  4881. package/config/medium/RiverCrossing/output/05 - rescue one.txt +5 -0
  4882. package/config/medium/RoadTrip/code/CGCode.js +14 -0
  4883. package/config/medium/RoadTrip/code/CGCode.php +11 -0
  4884. package/config/medium/RoadTrip/config.json +58 -0
  4885. package/config/medium/RoadTrip/input/01 - few real friends.txt +5 -0
  4886. package/config/medium/RoadTrip/input/02 - only fake friends.txt +4 -0
  4887. package/config/medium/RoadTrip/input/03 - useless fake friends.txt +13 -0
  4888. package/config/medium/RoadTrip/input/04 - necessary fake friends.txt +9 -0
  4889. package/config/medium/RoadTrip/input/05 - forever alone.txt +8 -0
  4890. package/config/medium/RoadTrip/input/06 - no base cost.txt +8 -0
  4891. package/config/medium/RoadTrip/input/07 - only base cost.txt +8 -0
  4892. package/config/medium/RoadTrip/input/08 - free trip!.txt +7 -0
  4893. package/config/medium/RoadTrip/input/09 - many real friends.txt +901 -0
  4894. package/config/medium/RoadTrip/input/10 - many friends.txt +901 -0
  4895. package/config/medium/RoadTrip/output/01 - few real friends.txt +1 -0
  4896. package/config/medium/RoadTrip/output/02 - only fake friends.txt +1 -0
  4897. package/config/medium/RoadTrip/output/03 - useless fake friends.txt +1 -0
  4898. package/config/medium/RoadTrip/output/04 - necessary fake friends.txt +1 -0
  4899. package/config/medium/RoadTrip/output/05 - forever alone.txt +1 -0
  4900. package/config/medium/RoadTrip/output/06 - no base cost.txt +1 -0
  4901. package/config/medium/RoadTrip/output/07 - only base cost.txt +1 -0
  4902. package/config/medium/RoadTrip/output/08 - free trip!.txt +1 -0
  4903. package/config/medium/RoadTrip/output/09 - many real friends.txt +1 -0
  4904. package/config/medium/RoadTrip/output/10 - many friends.txt +1 -0
  4905. package/config/medium/RobberyOptimisation/code/CGCode.js +9 -0
  4906. package/config/medium/RobberyOptimisation/code/CGCode.php +11 -0
  4907. package/config/medium/RobberyOptimisation/config.json +78 -0
  4908. package/config/medium/RobberyOptimisation/input/01 - example.txt +6 -0
  4909. package/config/medium/RobberyOptimisation/input/02 - 3 houses 1.txt +4 -0
  4910. package/config/medium/RobberyOptimisation/input/03 - 3 houses 2.txt +4 -0
  4911. package/config/medium/RobberyOptimisation/input/04 - 9 identical houses.txt +10 -0
  4912. package/config/medium/RobberyOptimisation/input/05 - 1 house.txt +2 -0
  4913. package/config/medium/RobberyOptimisation/input/06 - don/342/200/231t just alternate houses.txt" +6 -0
  4914. package/config/medium/RobberyOptimisation/input/07 - 20 houses.txt +21 -0
  4915. package/config/medium/RobberyOptimisation/input/08 - 50 houses.txt +51 -0
  4916. package/config/medium/RobberyOptimisation/input/09 - 8 houses.txt +9 -0
  4917. package/config/medium/RobberyOptimisation/input/10 - 75 houses.txt +76 -0
  4918. package/config/medium/RobberyOptimisation/input/11 - 100 houses.txt +101 -0
  4919. package/config/medium/RobberyOptimisation/input/12 - debug helper.txt +2 -0
  4920. package/config/medium/RobberyOptimisation/input/13 - negative values.txt +11 -0
  4921. package/config/medium/RobberyOptimisation/input/14 - negative and positive.txt +11 -0
  4922. package/config/medium/RobberyOptimisation/output/01 - example.txt +1 -0
  4923. package/config/medium/RobberyOptimisation/output/02 - 3 houses 1.txt +1 -0
  4924. package/config/medium/RobberyOptimisation/output/03 - 3 houses 2.txt +1 -0
  4925. package/config/medium/RobberyOptimisation/output/04 - 9 identical houses.txt +1 -0
  4926. package/config/medium/RobberyOptimisation/output/05 - 1 house.txt +1 -0
  4927. package/config/medium/RobberyOptimisation/output/06 - don/342/200/231t just alternate houses.txt" +1 -0
  4928. package/config/medium/RobberyOptimisation/output/07 - 20 houses.txt +1 -0
  4929. package/config/medium/RobberyOptimisation/output/08 - 50 houses.txt +1 -0
  4930. package/config/medium/RobberyOptimisation/output/09 - 8 houses.txt +1 -0
  4931. package/config/medium/RobberyOptimisation/output/10 - 75 houses.txt +1 -0
  4932. package/config/medium/RobberyOptimisation/output/11 - 100 houses.txt +1 -0
  4933. package/config/medium/RobberyOptimisation/output/12 - debug helper.txt +1 -0
  4934. package/config/medium/RobberyOptimisation/output/13 - negative values.txt +1 -0
  4935. package/config/medium/RobberyOptimisation/output/14 - negative and positive.txt +1 -0
  4936. package/config/medium/RockPaperScissorsWar/code/CGCode.js +12 -0
  4937. package/config/medium/RockPaperScissorsWar/code/CGCode.php +11 -0
  4938. package/config/medium/RockPaperScissorsWar/config.json +58 -0
  4939. package/config/medium/RockPaperScissorsWar/input/01 - example.txt +3 -0
  4940. package/config/medium/RockPaperScissorsWar/input/02 - win and lose.txt +4 -0
  4941. package/config/medium/RockPaperScissorsWar/input/03 - propagation.txt +10 -0
  4942. package/config/medium/RockPaperScissorsWar/input/04 - one fights a hundred.txt +9 -0
  4943. package/config/medium/RockPaperScissorsWar/input/05 - linear 1.txt +2 -0
  4944. package/config/medium/RockPaperScissorsWar/input/06 - linear 2.txt +16 -0
  4945. package/config/medium/RockPaperScissorsWar/input/07 - random.txt +21 -0
  4946. package/config/medium/RockPaperScissorsWar/input/08 - diamonds.txt +21 -0
  4947. package/config/medium/RockPaperScissorsWar/input/09 - united kingdom.txt +11 -0
  4948. package/config/medium/RockPaperScissorsWar/input/10 - united states.txt +11 -0
  4949. package/config/medium/RockPaperScissorsWar/output/01 - example.txt +2 -0
  4950. package/config/medium/RockPaperScissorsWar/output/02 - win and lose.txt +3 -0
  4951. package/config/medium/RockPaperScissorsWar/output/03 - propagation.txt +9 -0
  4952. package/config/medium/RockPaperScissorsWar/output/04 - one fights a hundred.txt +8 -0
  4953. package/config/medium/RockPaperScissorsWar/output/05 - linear 1.txt +1 -0
  4954. package/config/medium/RockPaperScissorsWar/output/06 - linear 2.txt +15 -0
  4955. package/config/medium/RockPaperScissorsWar/output/07 - random.txt +20 -0
  4956. package/config/medium/RockPaperScissorsWar/output/08 - diamonds.txt +20 -0
  4957. package/config/medium/RockPaperScissorsWar/output/09 - united kingdom.txt +10 -0
  4958. package/config/medium/RockPaperScissorsWar/output/10 - united states.txt +10 -0
  4959. package/config/medium/RodCuttingProblem/code/CGCode.js +12 -0
  4960. package/config/medium/RodCuttingProblem/code/CGCode.php +12 -0
  4961. package/config/medium/RodCuttingProblem/config.json +38 -0
  4962. package/config/medium/RodCuttingProblem/input/01 - example test.txt +6 -0
  4963. package/config/medium/RodCuttingProblem/input/02 - same pieces but longer rod.txt +6 -0
  4964. package/config/medium/RodCuttingProblem/input/03 - more pieces.txt +10 -0
  4965. package/config/medium/RodCuttingProblem/input/04 - big pieces.txt +6 -0
  4966. package/config/medium/RodCuttingProblem/input/05 - many pieces.txt +47 -0
  4967. package/config/medium/RodCuttingProblem/input/06 - huge rod.txt +47 -0
  4968. package/config/medium/RodCuttingProblem/output/01 - example test.txt +1 -0
  4969. package/config/medium/RodCuttingProblem/output/02 - same pieces but longer rod.txt +1 -0
  4970. package/config/medium/RodCuttingProblem/output/03 - more pieces.txt +1 -0
  4971. package/config/medium/RodCuttingProblem/output/04 - big pieces.txt +1 -0
  4972. package/config/medium/RodCuttingProblem/output/05 - many pieces.txt +1 -0
  4973. package/config/medium/RodCuttingProblem/output/06 - huge rod.txt +1 -0
  4974. package/config/medium/SandpileAddition/code/CGCode.js +12 -0
  4975. package/config/medium/SandpileAddition/code/CGCode.php +15 -0
  4976. package/config/medium/SandpileAddition/config.json +48 -0
  4977. package/config/medium/SandpileAddition/input/01 - one simple addition.txt +7 -0
  4978. package/config/medium/SandpileAddition/input/02 - one more simple case.txt +7 -0
  4979. package/config/medium/SandpileAddition/input/03 - a lot of redistribution.txt +7 -0
  4980. package/config/medium/SandpileAddition/input/04 - pretty packed.txt +7 -0
  4981. package/config/medium/SandpileAddition/input/05 - two full sandpiles.txt +7 -0
  4982. package/config/medium/SandpileAddition/input/06 - bigger grid.txt +9 -0
  4983. package/config/medium/SandpileAddition/input/07 - even bigger.txt +11 -0
  4984. package/config/medium/SandpileAddition/input/08 - asymmetric.txt +7 -0
  4985. package/config/medium/SandpileAddition/output/01 - one simple addition.txt +3 -0
  4986. package/config/medium/SandpileAddition/output/02 - one more simple case.txt +3 -0
  4987. package/config/medium/SandpileAddition/output/03 - a lot of redistribution.txt +3 -0
  4988. package/config/medium/SandpileAddition/output/04 - pretty packed.txt +3 -0
  4989. package/config/medium/SandpileAddition/output/05 - two full sandpiles.txt +3 -0
  4990. package/config/medium/SandpileAddition/output/06 - bigger grid.txt +4 -0
  4991. package/config/medium/SandpileAddition/output/07 - even bigger.txt +5 -0
  4992. package/config/medium/SandpileAddition/output/08 - asymmetric.txt +3 -0
  4993. package/config/medium/SeamCarving/code/CGCode.js +19 -0
  4994. package/config/medium/SeamCarving/code/CGCode.php +18 -0
  4995. package/config/medium/SeamCarving/config.json +58 -0
  4996. package/config/medium/SeamCarving/input/01 - height 8 & width -1.txt +12 -0
  4997. package/config/medium/SeamCarving/input/02 - height 11 & width -1.txt +15 -0
  4998. package/config/medium/SeamCarving/input/03 - height 16 & width -2.txt +20 -0
  4999. package/config/medium/SeamCarving/input/04 - height 19 & width -3.txt +23 -0
  5000. package/config/medium/SeamCarving/input/05 - height 35 & width -10.txt +39 -0
  5001. package/config/medium/SeamCarving/input/06 - height 37 & width -15.txt +41 -0
  5002. package/config/medium/SeamCarving/input/07 - height 60 & width -20.txt +64 -0
  5003. package/config/medium/SeamCarving/input/08 - height 27 & width -25.txt +31 -0
  5004. package/config/medium/SeamCarving/input/09 - height 38 & width -25.txt +42 -0
  5005. package/config/medium/SeamCarving/input/10 - height 35 & width -30.txt +39 -0
  5006. package/config/medium/SeamCarving/output/01 - height 8 & width -1.txt +1 -0
  5007. package/config/medium/SeamCarving/output/02 - height 11 & width -1.txt +1 -0
  5008. package/config/medium/SeamCarving/output/03 - height 16 & width -2.txt +2 -0
  5009. package/config/medium/SeamCarving/output/04 - height 19 & width -3.txt +3 -0
  5010. package/config/medium/SeamCarving/output/05 - height 35 & width -10.txt +10 -0
  5011. package/config/medium/SeamCarving/output/06 - height 37 & width -15.txt +15 -0
  5012. package/config/medium/SeamCarving/output/07 - height 60 & width -20.txt +20 -0
  5013. package/config/medium/SeamCarving/output/08 - height 27 & width -25.txt +25 -0
  5014. package/config/medium/SeamCarving/output/09 - height 38 & width -25.txt +25 -0
  5015. package/config/medium/SeamCarving/output/10 - height 35 & width -30.txt +30 -0
  5016. package/config/medium/ShikakuSolver/code/CGCode.js +14 -0
  5017. package/config/medium/ShikakuSolver/code/CGCode.php +15 -0
  5018. package/config/medium/ShikakuSolver/config.json +33 -0
  5019. package/config/medium/ShikakuSolver/input/01 - 10x10, one solution.txt +11 -0
  5020. package/config/medium/ShikakuSolver/input/02 - 15x20, more solutions.txt +21 -0
  5021. package/config/medium/ShikakuSolver/input/03 - 20x20.txt +21 -0
  5022. package/config/medium/ShikakuSolver/input/04 - 25x20.txt +21 -0
  5023. package/config/medium/ShikakuSolver/input/05 - 30x30.txt +31 -0
  5024. package/config/medium/ShikakuSolver/output/01 - 10x10, one solution.txt +11 -0
  5025. package/config/medium/ShikakuSolver/output/02 - 15x20, more solutions.txt +21 -0
  5026. package/config/medium/ShikakuSolver/output/03 - 20x20.txt +21 -0
  5027. package/config/medium/ShikakuSolver/output/04 - 25x20.txt +21 -0
  5028. package/config/medium/ShikakuSolver/output/05 - 30x30.txt +31 -0
  5029. package/config/medium/ShortAccountsMakeLongFriends/code/CGCode.js +14 -0
  5030. package/config/medium/ShortAccountsMakeLongFriends/code/CGCode.php +9 -0
  5031. package/config/medium/ShortAccountsMakeLongFriends/config.json +38 -0
  5032. package/config/medium/ShortAccountsMakeLongFriends/input/01 - very simple.txt +2 -0
  5033. package/config/medium/ShortAccountsMakeLongFriends/input/02 - bad bad bad.txt +2 -0
  5034. package/config/medium/ShortAccountsMakeLongFriends/input/03 - 425.txt +2 -0
  5035. package/config/medium/ShortAccountsMakeLongFriends/input/04 - 889.txt +2 -0
  5036. package/config/medium/ShortAccountsMakeLongFriends/input/05 - a division.txt +2 -0
  5037. package/config/medium/ShortAccountsMakeLongFriends/input/06 - another division.txt +2 -0
  5038. package/config/medium/ShortAccountsMakeLongFriends/output/01 - very simple.txt +2 -0
  5039. package/config/medium/ShortAccountsMakeLongFriends/output/02 - bad bad bad.txt +2 -0
  5040. package/config/medium/ShortAccountsMakeLongFriends/output/03 - 425.txt +2 -0
  5041. package/config/medium/ShortAccountsMakeLongFriends/output/04 - 889.txt +2 -0
  5042. package/config/medium/ShortAccountsMakeLongFriends/output/05 - a division.txt +2 -0
  5043. package/config/medium/ShortAccountsMakeLongFriends/output/06 - another division.txt +2 -0
  5044. package/config/medium/SimpleFractionToMixedNumber/code/CGCode.js +11 -0
  5045. package/config/medium/SimpleFractionToMixedNumber/code/CGCode.php +14 -0
  5046. package/config/medium/SimpleFractionToMixedNumber/config.json +48 -0
  5047. package/config/medium/SimpleFractionToMixedNumber/input/01 - both integer and fractional parts.txt +3 -0
  5048. package/config/medium/SimpleFractionToMixedNumber/input/02 - integer part only.txt +4 -0
  5049. package/config/medium/SimpleFractionToMixedNumber/input/03 - fractional part only.txt +3 -0
  5050. package/config/medium/SimpleFractionToMixedNumber/input/04 - zero.txt +3 -0
  5051. package/config/medium/SimpleFractionToMixedNumber/input/05 - division by zero.txt +2 -0
  5052. package/config/medium/SimpleFractionToMixedNumber/input/06 - sign handling.txt +3 -0
  5053. package/config/medium/SimpleFractionToMixedNumber/input/07 - some more sign handling.txt +3 -0
  5054. package/config/medium/SimpleFractionToMixedNumber/input/08 - several random cases.txt +14 -0
  5055. package/config/medium/SimpleFractionToMixedNumber/output/01 - both integer and fractional parts.txt +2 -0
  5056. package/config/medium/SimpleFractionToMixedNumber/output/02 - integer part only.txt +3 -0
  5057. package/config/medium/SimpleFractionToMixedNumber/output/03 - fractional part only.txt +2 -0
  5058. package/config/medium/SimpleFractionToMixedNumber/output/04 - zero.txt +2 -0
  5059. package/config/medium/SimpleFractionToMixedNumber/output/05 - division by zero.txt +1 -0
  5060. package/config/medium/SimpleFractionToMixedNumber/output/06 - sign handling.txt +2 -0
  5061. package/config/medium/SimpleFractionToMixedNumber/output/07 - some more sign handling.txt +2 -0
  5062. package/config/medium/SimpleFractionToMixedNumber/output/08 - several random cases.txt +13 -0
  5063. package/config/medium/SimplifiedMonopolyTurnsPrediction/code/CGCode.js +16 -0
  5064. package/config/medium/SimplifiedMonopolyTurnsPrediction/code/CGCode.php +20 -0
  5065. package/config/medium/SimplifiedMonopolyTurnsPrediction/config.json +48 -0
  5066. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/01 - start from Go.txt +50 -0
  5067. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/02 - not start from Go.txt +48 -0
  5068. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/03 - around the board.txt +50 -0
  5069. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/04 - lucky doubles.txt +52 -0
  5070. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/05 - go to jail.txt +53 -0
  5071. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/06 - early release.txt +49 -0
  5072. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/07 - friends forever.txt +56 -0
  5073. package/config/medium/SimplifiedMonopolyTurnsPrediction/input/08 - big run.txt +105 -0
  5074. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/01 - start from Go.txt +2 -0
  5075. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/02 - not start from Go.txt +2 -0
  5076. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/03 - around the board.txt +2 -0
  5077. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/04 - lucky doubles.txt +2 -0
  5078. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/05 - go to jail.txt +2 -0
  5079. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/06 - early release.txt +2 -0
  5080. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/07 - friends forever.txt +4 -0
  5081. package/config/medium/SimplifiedMonopolyTurnsPrediction/output/08 - big run.txt +6 -0
  5082. package/config/medium/SmoothFactory/code/CGCode.js +6 -0
  5083. package/config/medium/SmoothFactory/code/CGCode.php +7 -0
  5084. package/config/medium/SmoothFactory/config.json +28 -0
  5085. package/config/medium/SmoothFactory/input/01 - example.txt +1 -0
  5086. package/config/medium/SmoothFactory/input/02 - reading comprehension.txt +1 -0
  5087. package/config/medium/SmoothFactory/input/03 - medium figures.txt +1 -0
  5088. package/config/medium/SmoothFactory/input/04 - large figures.txt +1 -0
  5089. package/config/medium/SmoothFactory/output/01 - example.txt +1 -0
  5090. package/config/medium/SmoothFactory/output/02 - reading comprehension.txt +1 -0
  5091. package/config/medium/SmoothFactory/output/03 - medium figures.txt +1 -0
  5092. package/config/medium/SmoothFactory/output/04 - large figures.txt +1 -0
  5093. package/config/medium/SnakeEncoding/code/CGCode.js +10 -0
  5094. package/config/medium/SnakeEncoding/code/CGCode.php +12 -0
  5095. package/config/medium/SnakeEncoding/config.json +28 -0
  5096. package/config/medium/SnakeEncoding/input/01 - easy peasy.txt +5 -0
  5097. package/config/medium/SnakeEncoding/input/02 - more rows.txt +7 -0
  5098. package/config/medium/SnakeEncoding/input/03 - more loops.txt +9 -0
  5099. package/config/medium/SnakeEncoding/input/04 - let/342/200/231s try everything.txt" +12 -0
  5100. package/config/medium/SnakeEncoding/output/01 - easy peasy.txt +3 -0
  5101. package/config/medium/SnakeEncoding/output/02 - more rows.txt +5 -0
  5102. package/config/medium/SnakeEncoding/output/03 - more loops.txt +7 -0
  5103. package/config/medium/SnakeEncoding/output/04 - let/342/200/231s try everything.txt" +10 -0
  5104. package/config/medium/SolidInteger/code/CGCode.js +6 -0
  5105. package/config/medium/SolidInteger/code/CGCode.php +7 -0
  5106. package/config/medium/SolidInteger/config.json +53 -0
  5107. package/config/medium/SolidInteger/input/01 - starting small.txt +1 -0
  5108. package/config/medium/SolidInteger/input/02 - medium test.txt +1 -0
  5109. package/config/medium/SolidInteger/input/03 - 100k.txt +1 -0
  5110. package/config/medium/SolidInteger/input/04 - smart solution.txt +1 -0
  5111. package/config/medium/SolidInteger/input/05 - output might overflow.txt +1 -0
  5112. package/config/medium/SolidInteger/input/06 - single digit.txt +1 -0
  5113. package/config/medium/SolidInteger/input/07 - another small.txt +1 -0
  5114. package/config/medium/SolidInteger/input/08 - another medium.txt +1 -0
  5115. package/config/medium/SolidInteger/input/09 - another large.txt +1 -0
  5116. package/config/medium/SolidInteger/output/01 - starting small.txt +1 -0
  5117. package/config/medium/SolidInteger/output/02 - medium test.txt +1 -0
  5118. package/config/medium/SolidInteger/output/03 - 100k.txt +1 -0
  5119. package/config/medium/SolidInteger/output/04 - smart solution.txt +1 -0
  5120. package/config/medium/SolidInteger/output/05 - output might overflow.txt +1 -0
  5121. package/config/medium/SolidInteger/output/06 - single digit.txt +1 -0
  5122. package/config/medium/SolidInteger/output/07 - another small.txt +1 -0
  5123. package/config/medium/SolidInteger/output/08 - another medium.txt +1 -0
  5124. package/config/medium/SolidInteger/output/09 - another large.txt +1 -0
  5125. package/config/medium/SourceCodeAnalyser/code/CGCode.js +9 -0
  5126. package/config/medium/SourceCodeAnalyser/code/CGCode.php +11 -0
  5127. package/config/medium/SourceCodeAnalyser/config.json +88 -0
  5128. package/config/medium/SourceCodeAnalyser/input/01 - example.txt +6 -0
  5129. package/config/medium/SourceCodeAnalyser/input/02 - test 2 one liner.txt +2 -0
  5130. package/config/medium/SourceCodeAnalyser/input/03 - test 3 simple test with multiple lines, also with _ and numbers in identifiers.txt +5 -0
  5131. package/config/medium/SourceCodeAnalyser/input/04 - test 4 reserved keyword is not a function call.txt +6 -0
  5132. package/config/medium/SourceCodeAnalyser/input/05 - test 5 single line comment.txt +4 -0
  5133. package/config/medium/SourceCodeAnalyser/input/06 - test 6 multi-line comment.txt +8 -0
  5134. package/config/medium/SourceCodeAnalyser/input/07 - test 7 within a comment.txt +4 -0
  5135. package/config/medium/SourceCodeAnalyser/input/08 - test 8 string literals.txt +7 -0
  5136. package/config/medium/SourceCodeAnalyser/input/09 - test 9 mixing quotes.txt +5 -0
  5137. package/config/medium/SourceCodeAnalyser/input/10 - test 10 reserved keywords.txt +9 -0
  5138. package/config/medium/SourceCodeAnalyser/input/11 - test 11 user defined function.txt +9 -0
  5139. package/config/medium/SourceCodeAnalyser/input/12 - test 12 no function call.txt +4 -0
  5140. package/config/medium/SourceCodeAnalyser/input/13 - test 13 case sensitive names.txt +6 -0
  5141. package/config/medium/SourceCodeAnalyser/input/14 - test 14 function name from variable.txt +5 -0
  5142. package/config/medium/SourceCodeAnalyser/input/15 - test 15 multiple whitespaces.txt +11 -0
  5143. package/config/medium/SourceCodeAnalyser/input/16 - test 16 real life example.txt +142 -0
  5144. package/config/medium/SourceCodeAnalyser/output/01 - example.txt +2 -0
  5145. package/config/medium/SourceCodeAnalyser/output/02 - test 2 one liner.txt +1 -0
  5146. package/config/medium/SourceCodeAnalyser/output/03 - test 3 simple test with multiple lines, also with _ and numbers in identifiers.txt +3 -0
  5147. package/config/medium/SourceCodeAnalyser/output/04 - test 4 reserved keyword is not a function call.txt +2 -0
  5148. package/config/medium/SourceCodeAnalyser/output/05 - test 5 single line comment.txt +2 -0
  5149. package/config/medium/SourceCodeAnalyser/output/06 - test 6 multi-line comment.txt +2 -0
  5150. package/config/medium/SourceCodeAnalyser/output/07 - test 7 within a comment.txt +2 -0
  5151. package/config/medium/SourceCodeAnalyser/output/08 - test 8 string literals.txt +2 -0
  5152. package/config/medium/SourceCodeAnalyser/output/09 - test 9 mixing quotes.txt +2 -0
  5153. package/config/medium/SourceCodeAnalyser/output/10 - test 10 reserved keywords.txt +3 -0
  5154. package/config/medium/SourceCodeAnalyser/output/11 - test 11 user defined function.txt +3 -0
  5155. package/config/medium/SourceCodeAnalyser/output/12 - test 12 no function call.txt +1 -0
  5156. package/config/medium/SourceCodeAnalyser/output/13 - test 13 case sensitive names.txt +4 -0
  5157. package/config/medium/SourceCodeAnalyser/output/14 - test 14 function name from variable.txt +1 -0
  5158. package/config/medium/SourceCodeAnalyser/output/15 - test 15 multiple whitespaces.txt +3 -0
  5159. package/config/medium/SourceCodeAnalyser/output/16 - test 16 real life example.txt +7 -0
  5160. package/config/medium/StickyKeyboard/code/CGCode.js +11 -0
  5161. package/config/medium/StickyKeyboard/code/CGCode.php +14 -0
  5162. package/config/medium/StickyKeyboard/config.json +43 -0
  5163. package/config/medium/StickyKeyboard/input/01 - if it aint broke.txt +2 -0
  5164. package/config/medium/StickyKeyboard/input/02 - one repeat letterr.txt +2 -0
  5165. package/config/medium/StickyKeyboard/input/03 - repeat earlier.txt +3 -0
  5166. package/config/medium/StickyKeyboard/input/04 - dropped letters.txt +6 -0
  5167. package/config/medium/StickyKeyboard/input/05 - so much stickiness.txt +17 -0
  5168. package/config/medium/StickyKeyboard/input/06 - zorbishian alien language.txt +16 -0
  5169. package/config/medium/StickyKeyboard/input/07 - example.txt +7 -0
  5170. package/config/medium/StickyKeyboard/output/01 - if it aint broke.txt +1 -0
  5171. package/config/medium/StickyKeyboard/output/02 - one repeat letterr.txt +1 -0
  5172. package/config/medium/StickyKeyboard/output/03 - repeat earlier.txt +2 -0
  5173. package/config/medium/StickyKeyboard/output/04 - dropped letters.txt +5 -0
  5174. package/config/medium/StickyKeyboard/output/05 - so much stickiness.txt +16 -0
  5175. package/config/medium/StickyKeyboard/output/06 - zorbishian alien language.txt +15 -0
  5176. package/config/medium/StickyKeyboard/output/07 - example.txt +6 -0
  5177. package/config/medium/SudokuSolver/code/CGCode.js +8 -0
  5178. package/config/medium/SudokuSolver/code/CGCode.php +10 -0
  5179. package/config/medium/SudokuSolver/config.json +28 -0
  5180. package/config/medium/SudokuSolver/input/01 - very easy.txt +9 -0
  5181. package/config/medium/SudokuSolver/input/02 - easy.txt +9 -0
  5182. package/config/medium/SudokuSolver/input/03 - intermediate hard.txt +9 -0
  5183. package/config/medium/SudokuSolver/input/04 - worlds hardest sudoku.txt +9 -0
  5184. package/config/medium/SudokuSolver/output/01 - very easy.txt +9 -0
  5185. package/config/medium/SudokuSolver/output/02 - easy.txt +9 -0
  5186. package/config/medium/SudokuSolver/output/03 - intermediate hard.txt +9 -0
  5187. package/config/medium/SudokuSolver/output/04 - worlds hardest sudoku.txt +9 -0
  5188. package/config/medium/SuguruSolver/code/CGCode.js +11 -0
  5189. package/config/medium/SuguruSolver/code/CGCode.php +11 -0
  5190. package/config/medium/SuguruSolver/config.json +28 -0
  5191. package/config/medium/SuguruSolver/input/01 - 4x5.txt +6 -0
  5192. package/config/medium/SuguruSolver/input/02 - 8x8.txt +9 -0
  5193. package/config/medium/SuguruSolver/input/03 - 15x10.txt +11 -0
  5194. package/config/medium/SuguruSolver/input/04 - 20x20.txt +21 -0
  5195. package/config/medium/SuguruSolver/output/01 - 4x5.txt +5 -0
  5196. package/config/medium/SuguruSolver/output/02 - 8x8.txt +8 -0
  5197. package/config/medium/SuguruSolver/output/03 - 15x10.txt +10 -0
  5198. package/config/medium/SuguruSolver/output/04 - 20x20.txt +20 -0
  5199. package/config/medium/SumOfDivisors/code/CGCode.js +6 -0
  5200. package/config/medium/SumOfDivisors/code/CGCode.php +7 -0
  5201. package/config/medium/SumOfDivisors/config.json +28 -0
  5202. package/config/medium/SumOfDivisors/input/01 - test 1.txt +1 -0
  5203. package/config/medium/SumOfDivisors/input/02 - test 2.txt +1 -0
  5204. package/config/medium/SumOfDivisors/input/03 - test 3.txt +1 -0
  5205. package/config/medium/SumOfDivisors/input/04 - no brute-force here.txt +1 -0
  5206. package/config/medium/SumOfDivisors/output/01 - test 1.txt +1 -0
  5207. package/config/medium/SumOfDivisors/output/02 - test 2.txt +1 -0
  5208. package/config/medium/SumOfDivisors/output/03 - test 3.txt +1 -0
  5209. package/config/medium/SumOfDivisors/output/04 - no brute-force here.txt +1 -0
  5210. package/config/medium/Surakarta/code/CGCode.js +8 -0
  5211. package/config/medium/Surakarta/code/CGCode.php +10 -0
  5212. package/config/medium/Surakarta/config.json +58 -0
  5213. package/config/medium/Surakarta/input/01 - around the world.txt +6 -0
  5214. package/config/medium/Surakarta/input/02 - multiple ways.txt +6 -0
  5215. package/config/medium/Surakarta/input/03 - impossible.txt +6 -0
  5216. package/config/medium/Surakarta/input/04 - pass on yourself.txt +6 -0
  5217. package/config/medium/Surakarta/input/05 - angles are not OK.txt +6 -0
  5218. package/config/medium/Surakarta/input/06 - we have a problem.txt +6 -0
  5219. package/config/medium/Surakarta/input/07 - it works.txt +6 -0
  5220. package/config/medium/Surakarta/input/08 - number test.txt +6 -0
  5221. package/config/medium/Surakarta/input/09 - crossway.txt +6 -0
  5222. package/config/medium/Surakarta/input/10 - real test.txt +6 -0
  5223. package/config/medium/Surakarta/output/01 - around the world.txt +1 -0
  5224. package/config/medium/Surakarta/output/02 - multiple ways.txt +1 -0
  5225. package/config/medium/Surakarta/output/03 - impossible.txt +1 -0
  5226. package/config/medium/Surakarta/output/04 - pass on yourself.txt +1 -0
  5227. package/config/medium/Surakarta/output/05 - angles are not OK.txt +1 -0
  5228. package/config/medium/Surakarta/output/06 - we have a problem.txt +1 -0
  5229. package/config/medium/Surakarta/output/07 - it works.txt +1 -0
  5230. package/config/medium/Surakarta/output/08 - number test.txt +1 -0
  5231. package/config/medium/Surakarta/output/09 - crossway.txt +1 -0
  5232. package/config/medium/Surakarta/output/10 - real test.txt +1 -0
  5233. package/config/medium/TargetFiring/code/CGCode.js +13 -0
  5234. package/config/medium/TargetFiring/code/CGCode.php +11 -0
  5235. package/config/medium/TargetFiring/config.json +48 -0
  5236. package/config/medium/TargetFiring/input/01 - strongest first.txt +3 -0
  5237. package/config/medium/TargetFiring/input/02 - tankiest last.txt +3 -0
  5238. package/config/medium/TargetFiring/input/03 - strongest and tankiest.txt +3 -0
  5239. package/config/medium/TargetFiring/input/04 - boss and mooks.txt +6 -0
  5240. package/config/medium/TargetFiring/input/05 - the swarm.txt +51 -0
  5241. package/config/medium/TargetFiring/input/06 - not the shiny paint!.txt +11 -0
  5242. package/config/medium/TargetFiring/input/07 - close call.txt +21 -0
  5243. package/config/medium/TargetFiring/input/08 - tickle wars.txt +3 -0
  5244. package/config/medium/TargetFiring/output/01 - strongest first.txt +1 -0
  5245. package/config/medium/TargetFiring/output/02 - tankiest last.txt +1 -0
  5246. package/config/medium/TargetFiring/output/03 - strongest and tankiest.txt +1 -0
  5247. package/config/medium/TargetFiring/output/04 - boss and mooks.txt +1 -0
  5248. package/config/medium/TargetFiring/output/05 - the swarm.txt +1 -0
  5249. package/config/medium/TargetFiring/output/06 - not the shiny paint!.txt +1 -0
  5250. package/config/medium/TargetFiring/output/07 - close call.txt +1 -0
  5251. package/config/medium/TargetFiring/output/08 - tickle wars.txt +1 -0
  5252. package/config/medium/TexasHoldem/code/CGCode.js +8 -0
  5253. package/config/medium/TexasHoldem/code/CGCode.php +9 -0
  5254. package/config/medium/TexasHoldem/config.json +48 -0
  5255. package/config/medium/TexasHoldem/input/01 - test 1 - high card.txt +3 -0
  5256. package/config/medium/TexasHoldem/input/02 - test 2 - high card, last kicker.txt +3 -0
  5257. package/config/medium/TexasHoldem/input/03 - test 3 - flush.txt +3 -0
  5258. package/config/medium/TexasHoldem/input/04 - test 4 - straight flush vs flush.txt +3 -0
  5259. package/config/medium/TexasHoldem/input/05 - test 5 - full house.txt +3 -0
  5260. package/config/medium/TexasHoldem/input/06 - test 6 - best two pair.txt +3 -0
  5261. package/config/medium/TexasHoldem/input/07 - test 7 - three vs four of a kind.txt +3 -0
  5262. package/config/medium/TexasHoldem/input/08 - test 8 - draw.txt +3 -0
  5263. package/config/medium/TexasHoldem/output/01 - test 1 - high card.txt +1 -0
  5264. package/config/medium/TexasHoldem/output/02 - test 2 - high card, last kicker.txt +1 -0
  5265. package/config/medium/TexasHoldem/output/03 - test 3 - flush.txt +1 -0
  5266. package/config/medium/TexasHoldem/output/04 - test 4 - straight flush vs flush.txt +1 -0
  5267. package/config/medium/TexasHoldem/output/05 - test 5 - full house.txt +1 -0
  5268. package/config/medium/TexasHoldem/output/06 - test 6 - best two pair.txt +1 -0
  5269. package/config/medium/TexasHoldem/output/07 - test 7 - three vs four of a kind.txt +1 -0
  5270. package/config/medium/TexasHoldem/output/08 - test 8 - draw.txt +1 -0
  5271. package/config/medium/TextAlignment/code/CGCode.js +10 -0
  5272. package/config/medium/TextAlignment/code/CGCode.php +12 -0
  5273. package/config/medium/TextAlignment/config.json +28 -0
  5274. package/config/medium/TextAlignment/input/01 - test 1.txt +6 -0
  5275. package/config/medium/TextAlignment/input/02 - test 2.txt +6 -0
  5276. package/config/medium/TextAlignment/input/03 - test 3.txt +6 -0
  5277. package/config/medium/TextAlignment/input/04 - test 4.txt +6 -0
  5278. package/config/medium/TextAlignment/output/01 - test 1.txt +4 -0
  5279. package/config/medium/TextAlignment/output/02 - test 2.txt +4 -0
  5280. package/config/medium/TextAlignment/output/03 - test 3.txt +4 -0
  5281. package/config/medium/TextAlignment/output/04 - test 4.txt +4 -0
  5282. package/config/medium/TheGrandFestivalI/code/CGCode.js +10 -0
  5283. package/config/medium/TheGrandFestivalI/code/CGCode.php +7 -0
  5284. package/config/medium/TheGrandFestivalI/config.json +53 -0
  5285. package/config/medium/TheGrandFestivalI/input/01 - 1 week.txt +9 -0
  5286. package/config/medium/TheGrandFestivalI/input/02 - 2 weeks.txt +16 -0
  5287. package/config/medium/TheGrandFestivalI/input/03 - no rest.txt +12 -0
  5288. package/config/medium/TheGrandFestivalI/input/04 - fatigued.txt +9 -0
  5289. package/config/medium/TheGrandFestivalI/input/05 - long tour.txt +22 -0
  5290. package/config/medium/TheGrandFestivalI/input/06 - longer tour.txt +52 -0
  5291. package/config/medium/TheGrandFestivalI/input/07 - 70 days!.txt +72 -0
  5292. package/config/medium/TheGrandFestivalI/input/08 - centurion.txt +102 -0
  5293. package/config/medium/TheGrandFestivalI/input/09 - year long.txt +367 -0
  5294. package/config/medium/TheGrandFestivalI/output/01 - 1 week.txt +1 -0
  5295. package/config/medium/TheGrandFestivalI/output/02 - 2 weeks.txt +1 -0
  5296. package/config/medium/TheGrandFestivalI/output/03 - no rest.txt +1 -0
  5297. package/config/medium/TheGrandFestivalI/output/04 - fatigued.txt +1 -0
  5298. package/config/medium/TheGrandFestivalI/output/05 - long tour.txt +1 -0
  5299. package/config/medium/TheGrandFestivalI/output/06 - longer tour.txt +1 -0
  5300. package/config/medium/TheGrandFestivalI/output/07 - 70 days!.txt +1 -0
  5301. package/config/medium/TheGrandFestivalI/output/08 - centurion.txt +1 -0
  5302. package/config/medium/TheGrandFestivalI/output/09 - year long.txt +1 -0
  5303. package/config/medium/TheGrandFestivalII/code/CGCode.js +5 -0
  5304. package/config/medium/TheGrandFestivalII/code/CGCode.php +7 -0
  5305. package/config/medium/TheGrandFestivalII/config.json +33 -0
  5306. package/config/medium/TheGrandFestivalII/input/01 - easy.txt +9 -0
  5307. package/config/medium/TheGrandFestivalII/input/02 - 2 weeks.txt +16 -0
  5308. package/config/medium/TheGrandFestivalII/input/03 - no rest.txt +12 -0
  5309. package/config/medium/TheGrandFestivalII/input/04 - fatigued.txt +9 -0
  5310. package/config/medium/TheGrandFestivalII/input/05 - 1 year.txt +102 -0
  5311. package/config/medium/TheGrandFestivalII/output/01 - easy.txt +1 -0
  5312. package/config/medium/TheGrandFestivalII/output/02 - 2 weeks.txt +1 -0
  5313. package/config/medium/TheGrandFestivalII/output/03 - no rest.txt +1 -0
  5314. package/config/medium/TheGrandFestivalII/output/04 - fatigued.txt +1 -0
  5315. package/config/medium/TheGrandFestivalII/output/05 - 1 year.txt +1 -0
  5316. package/config/medium/TheLostChildEpisode1/code/CGCode.js +8 -0
  5317. package/config/medium/TheLostChildEpisode1/code/CGCode.php +10 -0
  5318. package/config/medium/TheLostChildEpisode1/config.json +33 -0
  5319. package/config/medium/TheLostChildEpisode1/input/01 - lost in playground.txt +10 -0
  5320. package/config/medium/TheLostChildEpisode1/input/02 - lost in paris.txt +10 -0
  5321. package/config/medium/TheLostChildEpisode1/input/03 - lost in jungle.txt +10 -0
  5322. package/config/medium/TheLostChildEpisode1/input/04 - lost in maze runner.txt +10 -0
  5323. package/config/medium/TheLostChildEpisode1/input/05 - lost in space.txt +10 -0
  5324. package/config/medium/TheLostChildEpisode1/output/01 - lost in playground.txt +1 -0
  5325. package/config/medium/TheLostChildEpisode1/output/02 - lost in paris.txt +1 -0
  5326. package/config/medium/TheLostChildEpisode1/output/03 - lost in jungle.txt +1 -0
  5327. package/config/medium/TheLostChildEpisode1/output/04 - lost in maze runner.txt +1 -0
  5328. package/config/medium/TheLostChildEpisode1/output/05 - lost in space.txt +1 -0
  5329. package/config/medium/TheLostFiles/code/CGCode.js +11 -0
  5330. package/config/medium/TheLostFiles/code/CGCode.php +11 -0
  5331. package/config/medium/TheLostFiles/config.json +28 -0
  5332. package/config/medium/TheLostFiles/input/01 - small example.txt +14 -0
  5333. package/config/medium/TheLostFiles/input/02 - single continent with big tiles.txt +102 -0
  5334. package/config/medium/TheLostFiles/input/03 - many islands.txt +101 -0
  5335. package/config/medium/TheLostFiles/input/04 - complex map.txt +503 -0
  5336. package/config/medium/TheLostFiles/output/01 - small example.txt +1 -0
  5337. package/config/medium/TheLostFiles/output/02 - single continent with big tiles.txt +1 -0
  5338. package/config/medium/TheLostFiles/output/03 - many islands.txt +1 -0
  5339. package/config/medium/TheLostFiles/output/04 - complex map.txt +1 -0
  5340. package/config/medium/TheOptimalUrinalProblem/code/CGCode.js +6 -0
  5341. package/config/medium/TheOptimalUrinalProblem/code/CGCode.php +7 -0
  5342. package/config/medium/TheOptimalUrinalProblem/config.json +48 -0
  5343. package/config/medium/TheOptimalUrinalProblem/input/01 - tiny toilet.txt +1 -0
  5344. package/config/medium/TheOptimalUrinalProblem/input/02 - small toilet.txt +1 -0
  5345. package/config/medium/TheOptimalUrinalProblem/input/03 - medium-sized toilet.txt +1 -0
  5346. package/config/medium/TheOptimalUrinalProblem/input/04 - It is not always the first.txt +1 -0
  5347. package/config/medium/TheOptimalUrinalProblem/input/05 - huge toilet.txt +1 -0
  5348. package/config/medium/TheOptimalUrinalProblem/input/06 - toilet island.txt +1 -0
  5349. package/config/medium/TheOptimalUrinalProblem/input/07 - toilet world.txt +1 -0
  5350. package/config/medium/TheOptimalUrinalProblem/input/08 - toilet universe.txt +1 -0
  5351. package/config/medium/TheOptimalUrinalProblem/output/01 - tiny toilet.txt +1 -0
  5352. package/config/medium/TheOptimalUrinalProblem/output/02 - small toilet.txt +1 -0
  5353. package/config/medium/TheOptimalUrinalProblem/output/03 - medium-sized toilet.txt +1 -0
  5354. package/config/medium/TheOptimalUrinalProblem/output/04 - It is not always the first.txt +1 -0
  5355. package/config/medium/TheOptimalUrinalProblem/output/05 - huge toilet.txt +1 -0
  5356. package/config/medium/TheOptimalUrinalProblem/output/06 - toilet island.txt +1 -0
  5357. package/config/medium/TheOptimalUrinalProblem/output/07 - toilet world.txt +1 -0
  5358. package/config/medium/TheOptimalUrinalProblem/output/08 - toilet universe.txt +1 -0
  5359. package/config/medium/ThePolishDictionary/code/CGCode.js +10 -0
  5360. package/config/medium/ThePolishDictionary/code/CGCode.php +12 -0
  5361. package/config/medium/ThePolishDictionary/config.json +48 -0
  5362. package/config/medium/ThePolishDictionary/input/01 - simple test.txt +2 -0
  5363. package/config/medium/ThePolishDictionary/input/02 - no parentheses needed.txt +2 -0
  5364. package/config/medium/ThePolishDictionary/input/03 - simple parentheses.txt +2 -0
  5365. package/config/medium/ThePolishDictionary/input/04 - multiple layers.txt +2 -0
  5366. package/config/medium/ThePolishDictionary/input/05 - parentheses inisde other parentheses.txt +2 -0
  5367. package/config/medium/ThePolishDictionary/input/06 - variables.txt +2 -0
  5368. package/config/medium/ThePolishDictionary/input/07 - tree divisions.txt +2 -0
  5369. package/config/medium/ThePolishDictionary/input/08 - big test.txt +2 -0
  5370. package/config/medium/ThePolishDictionary/output/01 - simple test.txt +1 -0
  5371. package/config/medium/ThePolishDictionary/output/02 - no parentheses needed.txt +1 -0
  5372. package/config/medium/ThePolishDictionary/output/03 - simple parentheses.txt +1 -0
  5373. package/config/medium/ThePolishDictionary/output/04 - multiple layers.txt +1 -0
  5374. package/config/medium/ThePolishDictionary/output/05 - parentheses inisde other parentheses.txt +1 -0
  5375. package/config/medium/ThePolishDictionary/output/06 - variables.txt +1 -0
  5376. package/config/medium/ThePolishDictionary/output/07 - tree divisions.txt +1 -0
  5377. package/config/medium/ThePolishDictionary/output/08 - big test.txt +1 -0
  5378. package/config/medium/TheStonemason/code/CGCode.js +6 -0
  5379. package/config/medium/TheStonemason/code/CGCode.php +7 -0
  5380. package/config/medium/TheStonemason/config.json +53 -0
  5381. package/config/medium/TheStonemason/input/01 - one.txt +1 -0
  5382. package/config/medium/TheStonemason/input/02 - three.txt +1 -0
  5383. package/config/medium/TheStonemason/input/03 - five.txt +1 -0
  5384. package/config/medium/TheStonemason/input/04 - seven.txt +1 -0
  5385. package/config/medium/TheStonemason/input/05 - nine.txt +1 -0
  5386. package/config/medium/TheStonemason/input/06 - eleven.txt +1 -0
  5387. package/config/medium/TheStonemason/input/07 - thirteen.txt +1 -0
  5388. package/config/medium/TheStonemason/input/08 - fifteen.txt +1 -0
  5389. package/config/medium/TheStonemason/input/09 - hey hey.txt +1 -0
  5390. package/config/medium/TheStonemason/output/01 - one.txt +1 -0
  5391. package/config/medium/TheStonemason/output/02 - three.txt +1 -0
  5392. package/config/medium/TheStonemason/output/03 - five.txt +1 -0
  5393. package/config/medium/TheStonemason/output/04 - seven.txt +1 -0
  5394. package/config/medium/TheStonemason/output/05 - nine.txt +1 -0
  5395. package/config/medium/TheStonemason/output/06 - eleven.txt +1 -0
  5396. package/config/medium/TheStonemason/output/07 - thirteen.txt +1 -0
  5397. package/config/medium/TheStonemason/output/08 - fifteen.txt +1 -0
  5398. package/config/medium/TheStonemason/output/09 - hey hey.txt +1 -0
  5399. package/config/medium/TheUrinalProblem/code/CGCode.js +7 -0
  5400. package/config/medium/TheUrinalProblem/code/CGCode.php +8 -0
  5401. package/config/medium/TheUrinalProblem/config.json +28 -0
  5402. package/config/medium/TheUrinalProblem/input/01 - small bathroom.txt +2 -0
  5403. package/config/medium/TheUrinalProblem/input/02 - school bathroom.txt +2 -0
  5404. package/config/medium/TheUrinalProblem/input/03 - sporting event.txt +2 -0
  5405. package/config/medium/TheUrinalProblem/input/04 - mostly empty.txt +2 -0
  5406. package/config/medium/TheUrinalProblem/output/01 - small bathroom.txt +1 -0
  5407. package/config/medium/TheUrinalProblem/output/02 - school bathroom.txt +1 -0
  5408. package/config/medium/TheUrinalProblem/output/03 - sporting event.txt +1 -0
  5409. package/config/medium/TheUrinalProblem/output/04 - mostly empty.txt +1 -0
  5410. package/config/medium/TheVoucher/code/CGCode.js +10 -0
  5411. package/config/medium/TheVoucher/code/CGCode.php +12 -0
  5412. package/config/medium/TheVoucher/config.json +33 -0
  5413. package/config/medium/TheVoucher/input/01 - example.txt +6 -0
  5414. package/config/medium/TheVoucher/input/02 - 3 copies of each.txt +6 -0
  5415. package/config/medium/TheVoucher/input/03 - many solutions.txt +6 -0
  5416. package/config/medium/TheVoucher/input/04 - different products with same price.txt +6 -0
  5417. package/config/medium/TheVoucher/input/05 - more money.txt +18 -0
  5418. package/config/medium/TheVoucher/output/01 - example.txt +1 -0
  5419. package/config/medium/TheVoucher/output/02 - 3 copies of each.txt +1 -0
  5420. package/config/medium/TheVoucher/output/03 - many solutions.txt +1 -0
  5421. package/config/medium/TheVoucher/output/04 - different products with same price.txt +1 -0
  5422. package/config/medium/TheVoucher/output/05 - more money.txt +1 -0
  5423. package/config/medium/TheseRomansAreCrazy/code/CGCode.js +2 -0
  5424. package/config/medium/TheseRomansAreCrazy/code/CGCode.php +3 -0
  5425. package/config/medium/TheseRomansAreCrazy/config.json +28 -0
  5426. package/config/medium/TheseRomansAreCrazy/input/01 - 6 + 7 = 13.txt +2 -0
  5427. package/config/medium/TheseRomansAreCrazy/input/02 - 12 + 27 = 39.txt +2 -0
  5428. package/config/medium/TheseRomansAreCrazy/input/03 - 123 + 321 = 444.txt +2 -0
  5429. package/config/medium/TheseRomansAreCrazy/input/04 - 2016 + 999 = 3015.txt +2 -0
  5430. package/config/medium/TheseRomansAreCrazy/output/01 - 6 + 7 = 13.txt +1 -0
  5431. package/config/medium/TheseRomansAreCrazy/output/02 - 12 + 27 = 39.txt +1 -0
  5432. package/config/medium/TheseRomansAreCrazy/output/03 - 123 + 321 = 444.txt +1 -0
  5433. package/config/medium/TheseRomansAreCrazy/output/04 - 2016 + 999 = 3015.txt +1 -0
  5434. package/config/medium/ThreeByNTiling/code/CGCode.js +13 -0
  5435. package/config/medium/ThreeByNTiling/code/CGCode.php +14 -0
  5436. package/config/medium/ThreeByNTiling/config.json +63 -0
  5437. package/config/medium/ThreeByNTiling/input/01 - 1/303/227N possible.txt" +3 -0
  5438. package/config/medium/ThreeByNTiling/input/02 - 1/303/227N impossible.txt" +3 -0
  5439. package/config/medium/ThreeByNTiling/input/03 - 1/303/227N mixed.txt" +6 -0
  5440. package/config/medium/ThreeByNTiling/input/04 - 2/303/227N simple.txt" +4 -0
  5441. package/config/medium/ThreeByNTiling/input/05 - 2/303/227N intermediate.txt" +11 -0
  5442. package/config/medium/ThreeByNTiling/input/06 - 2/303/227N advanced.txt" +11 -0
  5443. package/config/medium/ThreeByNTiling/input/07 - 3/303/227N simple.txt" +4 -0
  5444. package/config/medium/ThreeByNTiling/input/08 - 3/303/227N intermediate.txt" +11 -0
  5445. package/config/medium/ThreeByNTiling/input/09 - 3/303/227N advanced.txt" +11 -0
  5446. package/config/medium/ThreeByNTiling/input/10 - mixed.txt +11 -0
  5447. package/config/medium/ThreeByNTiling/input/11 - you might want to check these.txt +11 -0
  5448. package/config/medium/ThreeByNTiling/output/01 - 1/303/227N possible.txt" +2 -0
  5449. package/config/medium/ThreeByNTiling/output/02 - 1/303/227N impossible.txt" +2 -0
  5450. package/config/medium/ThreeByNTiling/output/03 - 1/303/227N mixed.txt" +5 -0
  5451. package/config/medium/ThreeByNTiling/output/04 - 2/303/227N simple.txt" +3 -0
  5452. package/config/medium/ThreeByNTiling/output/05 - 2/303/227N intermediate.txt" +10 -0
  5453. package/config/medium/ThreeByNTiling/output/06 - 2/303/227N advanced.txt" +10 -0
  5454. package/config/medium/ThreeByNTiling/output/07 - 3/303/227N simple.txt" +3 -0
  5455. package/config/medium/ThreeByNTiling/output/08 - 3/303/227N intermediate.txt" +10 -0
  5456. package/config/medium/ThreeByNTiling/output/09 - 3/303/227N advanced.txt" +10 -0
  5457. package/config/medium/ThreeByNTiling/output/10 - mixed.txt +10 -0
  5458. package/config/medium/ThreeByNTiling/output/11 - you might want to check these.txt +10 -0
  5459. package/config/medium/ThreeDPrinter/code/CGCode.js +17 -0
  5460. package/config/medium/ThreeDPrinter/code/CGCode.php +21 -0
  5461. package/config/medium/ThreeDPrinter/config.json +43 -0
  5462. package/config/medium/ThreeDPrinter/input/01 - example.txt +14 -0
  5463. package/config/medium/ThreeDPrinter/input/02 - weird shape.txt +15 -0
  5464. package/config/medium/ThreeDPrinter/input/03 - WHAT THE....txt +44 -0
  5465. package/config/medium/ThreeDPrinter/input/04 - hole.txt +11 -0
  5466. package/config/medium/ThreeDPrinter/input/05 - cube with a hole.txt +21 -0
  5467. package/config/medium/ThreeDPrinter/input/06 - a mug.txt +24 -0
  5468. package/config/medium/ThreeDPrinter/input/07 - a chair.txt +37 -0
  5469. package/config/medium/ThreeDPrinter/output/01 - example.txt +10 -0
  5470. package/config/medium/ThreeDPrinter/output/02 - weird shape.txt +15 -0
  5471. package/config/medium/ThreeDPrinter/output/03 - WHAT THE....txt +40 -0
  5472. package/config/medium/ThreeDPrinter/output/04 - hole.txt +10 -0
  5473. package/config/medium/ThreeDPrinter/output/05 - cube with a hole.txt +42 -0
  5474. package/config/medium/ThreeDPrinter/output/06 - a mug.txt +48 -0
  5475. package/config/medium/ThreeDPrinter/output/07 - a chair.txt +117 -0
  5476. package/config/medium/TrainPassenger/code/CGCode.js +13 -0
  5477. package/config/medium/TrainPassenger/code/CGCode.php +13 -0
  5478. package/config/medium/TrainPassenger/config.json +43 -0
  5479. package/config/medium/TrainPassenger/input/01 - simple A to B.txt +4 -0
  5480. package/config/medium/TrainPassenger/input/02 - more stations.txt +5 -0
  5481. package/config/medium/TrainPassenger/input/03 - even more stations.txt +28 -0
  5482. package/config/medium/TrainPassenger/input/04 - not in correct order.txt +7 -0
  5483. package/config/medium/TrainPassenger/input/05 - complex names.txt +5 -0
  5484. package/config/medium/TrainPassenger/input/06 - complex stations links.txt +20 -0
  5485. package/config/medium/TrainPassenger/input/07 - complete test.txt +11 -0
  5486. package/config/medium/TrainPassenger/output/01 - simple A to B.txt +1 -0
  5487. package/config/medium/TrainPassenger/output/02 - more stations.txt +1 -0
  5488. package/config/medium/TrainPassenger/output/03 - even more stations.txt +1 -0
  5489. package/config/medium/TrainPassenger/output/04 - not in correct order.txt +1 -0
  5490. package/config/medium/TrainPassenger/output/05 - complex names.txt +1 -0
  5491. package/config/medium/TrainPassenger/output/06 - complex stations links.txt +1 -0
  5492. package/config/medium/TrainPassenger/output/07 - complete test.txt +1 -0
  5493. package/config/medium/Trits/code/CGCode.js +8 -0
  5494. package/config/medium/Trits/code/CGCode.php +9 -0
  5495. package/config/medium/Trits/config.json +53 -0
  5496. package/config/medium/Trits/input/01 - addition.txt +3 -0
  5497. package/config/medium/Trits/input/02 - subtraction.txt +3 -0
  5498. package/config/medium/Trits/input/03 - multiplication.txt +3 -0
  5499. package/config/medium/Trits/input/04 - shift up.txt +3 -0
  5500. package/config/medium/Trits/input/05 - shift down.txt +3 -0
  5501. package/config/medium/Trits/input/06 - larger addition.txt +3 -0
  5502. package/config/medium/Trits/input/07 - too much shift down.txt +3 -0
  5503. package/config/medium/Trits/input/08 - larger subtraction.txt +3 -0
  5504. package/config/medium/Trits/input/09 - larger shift up.txt +3 -0
  5505. package/config/medium/Trits/output/01 - addition.txt +1 -0
  5506. package/config/medium/Trits/output/02 - subtraction.txt +1 -0
  5507. package/config/medium/Trits/output/03 - multiplication.txt +1 -0
  5508. package/config/medium/Trits/output/04 - shift up.txt +1 -0
  5509. package/config/medium/Trits/output/05 - shift down.txt +1 -0
  5510. package/config/medium/Trits/output/06 - larger addition.txt +1 -0
  5511. package/config/medium/Trits/output/07 - too much shift down.txt +1 -0
  5512. package/config/medium/Trits/output/08 - larger subtraction.txt +1 -0
  5513. package/config/medium/Trits/output/09 - larger shift up.txt +1 -0
  5514. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/code/CGCode.js +6 -0
  5515. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/code/CGCode.php +7 -0
  5516. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/config.json +28 -0
  5517. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/01 - simple move.txt +1 -0
  5518. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/02 - reverse move.txt +1 -0
  5519. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/03 - square move.txt +1 -0
  5520. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/04 - classical algorithms.txt +1 -0
  5521. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/01 - simple move.txt +2 -0
  5522. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/02 - reverse move.txt +2 -0
  5523. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/03 - square move.txt +2 -0
  5524. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/04 - classical algorithms.txt +2 -0
  5525. package/config/medium/TwoPlayerGameOnACalculator/code/CGCode.js +6 -0
  5526. package/config/medium/TwoPlayerGameOnACalculator/code/CGCode.php +7 -0
  5527. package/config/medium/TwoPlayerGameOnACalculator/config.json +28 -0
  5528. package/config/medium/TwoPlayerGameOnACalculator/input/01 - test 1.txt +1 -0
  5529. package/config/medium/TwoPlayerGameOnACalculator/input/02 - test 2.txt +1 -0
  5530. package/config/medium/TwoPlayerGameOnACalculator/input/03 - test 3.txt +1 -0
  5531. package/config/medium/TwoPlayerGameOnACalculator/input/04 - test 4.txt +1 -0
  5532. package/config/medium/TwoPlayerGameOnACalculator/output/01 - test 1.txt +1 -0
  5533. package/config/medium/TwoPlayerGameOnACalculator/output/02 - test 2.txt +1 -0
  5534. package/config/medium/TwoPlayerGameOnACalculator/output/03 - test 3.txt +1 -0
  5535. package/config/medium/TwoPlayerGameOnACalculator/output/04 - test 4.txt +1 -0
  5536. package/config/medium/TwoPointFiveDMaze/code/CGCode.js +17 -0
  5537. package/config/medium/TwoPointFiveDMaze/code/CGCode.php +13 -0
  5538. package/config/medium/TwoPointFiveDMaze/config.json +28 -0
  5539. package/config/medium/TwoPointFiveDMaze/input/01 - simple maze.txt +9 -0
  5540. package/config/medium/TwoPointFiveDMaze/input/02 - with slopes.txt +11 -0
  5541. package/config/medium/TwoPointFiveDMaze/input/03 - with bridges.txt +11 -0
  5542. package/config/medium/TwoPointFiveDMaze/input/04 - big maze.txt +19 -0
  5543. package/config/medium/TwoPointFiveDMaze/output/01 - simple maze.txt +1 -0
  5544. package/config/medium/TwoPointFiveDMaze/output/02 - with slopes.txt +1 -0
  5545. package/config/medium/TwoPointFiveDMaze/output/03 - with bridges.txt +1 -0
  5546. package/config/medium/TwoPointFiveDMaze/output/04 - big maze.txt +1 -0
  5547. package/config/medium/TwoThousandFortyEightScores/code/CGCode.js +12 -0
  5548. package/config/medium/TwoThousandFortyEightScores/code/CGCode.php +15 -0
  5549. package/config/medium/TwoThousandFortyEightScores/config.json +43 -0
  5550. package/config/medium/TwoThousandFortyEightScores/input/01 - example.txt +5 -0
  5551. package/config/medium/TwoThousandFortyEightScores/input/02 - small game.txt +5 -0
  5552. package/config/medium/TwoThousandFortyEightScores/input/03 - long game.txt +5 -0
  5553. package/config/medium/TwoThousandFortyEightScores/input/04 - big numbers.txt +5 -0
  5554. package/config/medium/TwoThousandFortyEightScores/input/05 - game over.txt +5 -0
  5555. package/config/medium/TwoThousandFortyEightScores/input/06 - beyond 2048.txt +5 -0
  5556. package/config/medium/TwoThousandFortyEightScores/input/07 - no hard coding!.txt +5 -0
  5557. package/config/medium/TwoThousandFortyEightScores/output/01 - example.txt +2 -0
  5558. package/config/medium/TwoThousandFortyEightScores/output/02 - small game.txt +2 -0
  5559. package/config/medium/TwoThousandFortyEightScores/output/03 - long game.txt +2 -0
  5560. package/config/medium/TwoThousandFortyEightScores/output/04 - big numbers.txt +2 -0
  5561. package/config/medium/TwoThousandFortyEightScores/output/05 - game over.txt +2 -0
  5562. package/config/medium/TwoThousandFortyEightScores/output/06 - beyond 2048.txt +2 -0
  5563. package/config/medium/TwoThousandFortyEightScores/output/07 - no hard coding!.txt +2 -0
  5564. package/config/medium/ValidBracketsInCode/code/CGCode.js +9 -0
  5565. package/config/medium/ValidBracketsInCode/code/CGCode.php +11 -0
  5566. package/config/medium/ValidBracketsInCode/config.json +78 -0
  5567. package/config/medium/ValidBracketsInCode/input/01 - test 1.txt +2 -0
  5568. package/config/medium/ValidBracketsInCode/input/02 - test 2.txt +3 -0
  5569. package/config/medium/ValidBracketsInCode/input/03 - test 3.txt +2 -0
  5570. package/config/medium/ValidBracketsInCode/input/04 - test 4.txt +2 -0
  5571. package/config/medium/ValidBracketsInCode/input/05 - test 5.txt +8 -0
  5572. package/config/medium/ValidBracketsInCode/input/06 - test 6.txt +18 -0
  5573. package/config/medium/ValidBracketsInCode/input/07 - test 7.txt +51 -0
  5574. package/config/medium/ValidBracketsInCode/input/08 - test 8.txt +13 -0
  5575. package/config/medium/ValidBracketsInCode/input/09 - test 9.txt +8 -0
  5576. package/config/medium/ValidBracketsInCode/input/10 - test 10.txt +7 -0
  5577. package/config/medium/ValidBracketsInCode/input/11 - test 11.txt +2 -0
  5578. package/config/medium/ValidBracketsInCode/input/12 - test 12.txt +2 -0
  5579. package/config/medium/ValidBracketsInCode/input/13 - test 13.txt +3 -0
  5580. package/config/medium/ValidBracketsInCode/input/14 - test 14.txt +2 -0
  5581. package/config/medium/ValidBracketsInCode/output/01 - test 1.txt +1 -0
  5582. package/config/medium/ValidBracketsInCode/output/02 - test 2.txt +1 -0
  5583. package/config/medium/ValidBracketsInCode/output/03 - test 3.txt +1 -0
  5584. package/config/medium/ValidBracketsInCode/output/04 - test 4.txt +1 -0
  5585. package/config/medium/ValidBracketsInCode/output/05 - test 5.txt +1 -0
  5586. package/config/medium/ValidBracketsInCode/output/06 - test 6.txt +1 -0
  5587. package/config/medium/ValidBracketsInCode/output/07 - test 7.txt +1 -0
  5588. package/config/medium/ValidBracketsInCode/output/08 - test 8.txt +1 -0
  5589. package/config/medium/ValidBracketsInCode/output/09 - test 9.txt +1 -0
  5590. package/config/medium/ValidBracketsInCode/output/10 - test 10.txt +1 -0
  5591. package/config/medium/ValidBracketsInCode/output/11 - test 11.txt +1 -0
  5592. package/config/medium/ValidBracketsInCode/output/12 - test 12.txt +1 -0
  5593. package/config/medium/ValidBracketsInCode/output/13 - test 13.txt +1 -0
  5594. package/config/medium/ValidBracketsInCode/output/14 - test 14.txt +1 -0
  5595. package/config/medium/VirusSpreadingAndClustering/code/CGCode.js +10 -0
  5596. package/config/medium/VirusSpreadingAndClustering/code/CGCode.php +12 -0
  5597. package/config/medium/VirusSpreadingAndClustering/config.json +48 -0
  5598. package/config/medium/VirusSpreadingAndClustering/input/01 - 5 items and 2 relationships.txt +4 -0
  5599. package/config/medium/VirusSpreadingAndClustering/input/02 - 20 items and 6 relationships.txt +8 -0
  5600. package/config/medium/VirusSpreadingAndClustering/input/03 - 100 items and 50 relationships.txt +52 -0
  5601. package/config/medium/VirusSpreadingAndClustering/input/04 - people has at least 1 connexion.txt +402 -0
  5602. package/config/medium/VirusSpreadingAndClustering/input/05 - people has at least 2 connexion argh !.txt +802 -0
  5603. package/config/medium/VirusSpreadingAndClustering/input/06 - average connexion 1 per people argh !.txt +502 -0
  5604. package/config/medium/VirusSpreadingAndClustering/input/07 - average connexion 0.8 per people.txt +402 -0
  5605. package/config/medium/VirusSpreadingAndClustering/input/08 - average connexion 0.5 per people.txt +252 -0
  5606. package/config/medium/VirusSpreadingAndClustering/output/01 - 5 items and 2 relationships.txt +2 -0
  5607. package/config/medium/VirusSpreadingAndClustering/output/02 - 20 items and 6 relationships.txt +3 -0
  5608. package/config/medium/VirusSpreadingAndClustering/output/03 - 100 items and 50 relationships.txt +7 -0
  5609. package/config/medium/VirusSpreadingAndClustering/output/04 - people has at least 1 connexion.txt +3 -0
  5610. package/config/medium/VirusSpreadingAndClustering/output/05 - people has at least 2 connexion argh !.txt +1 -0
  5611. package/config/medium/VirusSpreadingAndClustering/output/06 - average connexion 1 per people argh !.txt +4 -0
  5612. package/config/medium/VirusSpreadingAndClustering/output/07 - average connexion 0.8 per people.txt +6 -0
  5613. package/config/medium/VirusSpreadingAndClustering/output/08 - average connexion 0.5 per people.txt +11 -0
  5614. package/config/medium/VoteCounting/code/CGCode.js +17 -0
  5615. package/config/medium/VoteCounting/code/CGCode.php +16 -0
  5616. package/config/medium/VoteCounting/config.json +33 -0
  5617. package/config/medium/VoteCounting/input/01 - example.txt +7 -0
  5618. package/config/medium/VoteCounting/input/02 - invalid voter.txt +7 -0
  5619. package/config/medium/VoteCounting/input/03 - too many votes.txt +11 -0
  5620. package/config/medium/VoteCounting/input/04 - maybe vote.txt +6 -0
  5621. package/config/medium/VoteCounting/input/05 - complex.txt +15 -0
  5622. package/config/medium/VoteCounting/output/01 - example.txt +1 -0
  5623. package/config/medium/VoteCounting/output/02 - invalid voter.txt +1 -0
  5624. package/config/medium/VoteCounting/output/03 - too many votes.txt +1 -0
  5625. package/config/medium/VoteCounting/output/04 - maybe vote.txt +1 -0
  5626. package/config/medium/VoteCounting/output/05 - complex.txt +1 -0
  5627. package/config/medium/WaysToMakeChange/code/CGCode.js +11 -0
  5628. package/config/medium/WaysToMakeChange/code/CGCode.php +13 -0
  5629. package/config/medium/WaysToMakeChange/config.json +38 -0
  5630. package/config/medium/WaysToMakeChange/input/01 - small change.txt +3 -0
  5631. package/config/medium/WaysToMakeChange/input/02 - bigger change.txt +3 -0
  5632. package/config/medium/WaysToMakeChange/input/03 - that won/342/200/231t be easy !.txt" +3 -0
  5633. package/config/medium/WaysToMakeChange/input/04 - bank notes only please.txt +3 -0
  5634. package/config/medium/WaysToMakeChange/input/05 - how am i supposed to do !.txt +3 -0
  5635. package/config/medium/WaysToMakeChange/input/06 - pushing a bit....txt +3 -0
  5636. package/config/medium/WaysToMakeChange/output/01 - small change.txt +1 -0
  5637. package/config/medium/WaysToMakeChange/output/02 - bigger change.txt +1 -0
  5638. package/config/medium/WaysToMakeChange/output/03 - that won/342/200/231t be easy !.txt" +1 -0
  5639. package/config/medium/WaysToMakeChange/output/04 - bank notes only please.txt +1 -0
  5640. package/config/medium/WaysToMakeChange/output/05 - how am i supposed to do !.txt +1 -0
  5641. package/config/medium/WaysToMakeChange/output/06 - pushing a bit....txt +1 -0
  5642. package/config/medium/WeAreGoingInCircles/code/CGCode.js +11 -0
  5643. package/config/medium/WeAreGoingInCircles/code/CGCode.php +11 -0
  5644. package/config/medium/WeAreGoingInCircles/config.json +53 -0
  5645. package/config/medium/WeAreGoingInCircles/input/01 - a simple loop.txt +5 -0
  5646. package/config/medium/WeAreGoingInCircles/input/02 - not a loop.txt +4 -0
  5647. package/config/medium/WeAreGoingInCircles/input/03 - still not a loop.txt +5 -0
  5648. package/config/medium/WeAreGoingInCircles/input/04 - overlapping loops.txt +6 -0
  5649. package/config/medium/WeAreGoingInCircles/input/05 - mad face gt.lt.txt +4 -0
  5650. package/config/medium/WeAreGoingInCircles/input/06 - wall of text.txt +6 -0
  5651. package/config/medium/WeAreGoingInCircles/input/07 - multiple inputs.txt +9 -0
  5652. package/config/medium/WeAreGoingInCircles/input/08 - gobbledygook.txt +21 -0
  5653. package/config/medium/WeAreGoingInCircles/input/09 - more goobledygook.txt +21 -0
  5654. package/config/medium/WeAreGoingInCircles/output/01 - a simple loop.txt +1 -0
  5655. package/config/medium/WeAreGoingInCircles/output/02 - not a loop.txt +1 -0
  5656. package/config/medium/WeAreGoingInCircles/output/03 - still not a loop.txt +1 -0
  5657. package/config/medium/WeAreGoingInCircles/output/04 - overlapping loops.txt +1 -0
  5658. package/config/medium/WeAreGoingInCircles/output/05 - mad face gt.lt.txt +1 -0
  5659. package/config/medium/WeAreGoingInCircles/output/06 - wall of text.txt +1 -0
  5660. package/config/medium/WeAreGoingInCircles/output/07 - multiple inputs.txt +1 -0
  5661. package/config/medium/WeAreGoingInCircles/output/08 - gobbledygook.txt +1 -0
  5662. package/config/medium/WeAreGoingInCircles/output/09 - more goobledygook.txt +1 -0
  5663. package/config/medium/WhatTheBrainfuck/code/CGCode.js +15 -0
  5664. package/config/medium/WhatTheBrainfuck/code/CGCode.php +15 -0
  5665. package/config/medium/WhatTheBrainfuck/config.json +48 -0
  5666. package/config/medium/WhatTheBrainfuck/input/01 - a simple start.txt +2 -0
  5667. package/config/medium/WhatTheBrainfuck/input/02 - hello world!.txt +2 -0
  5668. package/config/medium/WhatTheBrainfuck/input/03 - inputs multiplication.txt +4 -0
  5669. package/config/medium/WhatTheBrainfuck/input/04 - noisy code.txt +36 -0
  5670. package/config/medium/WhatTheBrainfuck/input/05 - pointer out of bounds.txt +2 -0
  5671. package/config/medium/WhatTheBrainfuck/input/06 - incorrect value.txt +4 -0
  5672. package/config/medium/WhatTheBrainfuck/input/07 - syntax error.txt +2 -0
  5673. package/config/medium/WhatTheBrainfuck/input/08 - multiple errors.txt +2 -0
  5674. package/config/medium/WhatTheBrainfuck/output/01 - a simple start.txt +1 -0
  5675. package/config/medium/WhatTheBrainfuck/output/02 - hello world!.txt +1 -0
  5676. package/config/medium/WhatTheBrainfuck/output/03 - inputs multiplication.txt +1 -0
  5677. package/config/medium/WhatTheBrainfuck/output/04 - noisy code.txt +1 -0
  5678. package/config/medium/WhatTheBrainfuck/output/05 - pointer out of bounds.txt +1 -0
  5679. package/config/medium/WhatTheBrainfuck/output/06 - incorrect value.txt +1 -0
  5680. package/config/medium/WhatTheBrainfuck/output/07 - syntax error.txt +1 -0
  5681. package/config/medium/WhatTheBrainfuck/output/08 - multiple errors.txt +1 -0
  5682. package/config/medium/WindmillProblem/code/CGCode.js +13 -0
  5683. package/config/medium/WindmillProblem/code/CGCode.php +13 -0
  5684. package/config/medium/WindmillProblem/config.json +43 -0
  5685. package/config/medium/WindmillProblem/input/01 - example.txt +6 -0
  5686. package/config/medium/WindmillProblem/input/02 - parallelogram.txt +7 -0
  5687. package/config/medium/WindmillProblem/input/03 - 10 random points.txt +13 -0
  5688. package/config/medium/WindmillProblem/input/04 - large.txt +33 -0
  5689. package/config/medium/WindmillProblem/input/05 - infinite loop.txt +33 -0
  5690. package/config/medium/WindmillProblem/input/06 - smarter approach required.txt +33 -0
  5691. package/config/medium/WindmillProblem/input/07 - convex hull.txt +33 -0
  5692. package/config/medium/WindmillProblem/output/01 - example.txt +4 -0
  5693. package/config/medium/WindmillProblem/output/02 - parallelogram.txt +5 -0
  5694. package/config/medium/WindmillProblem/output/03 - 10 random points.txt +11 -0
  5695. package/config/medium/WindmillProblem/output/04 - large.txt +31 -0
  5696. package/config/medium/WindmillProblem/output/05 - infinite loop.txt +31 -0
  5697. package/config/medium/WindmillProblem/output/06 - smarter approach required.txt +31 -0
  5698. package/config/medium/WindmillProblem/output/07 - convex hull.txt +31 -0
  5699. package/config/medium/WineFromKalbodiaEpisode1/code/CGCode.js +14 -0
  5700. package/config/medium/WineFromKalbodiaEpisode1/code/CGCode.php +18 -0
  5701. package/config/medium/WineFromKalbodiaEpisode1/config.json +48 -0
  5702. package/config/medium/WineFromKalbodiaEpisode1/input/01 - trivial solution.txt +5 -0
  5703. package/config/medium/WineFromKalbodiaEpisode1/input/02 - differing lengths.txt +7 -0
  5704. package/config/medium/WineFromKalbodiaEpisode1/input/03 - bulk orders.txt +13 -0
  5705. package/config/medium/WineFromKalbodiaEpisode1/input/04 - similar languages.txt +17 -0
  5706. package/config/medium/WineFromKalbodiaEpisode1/input/05 - small alphabets.txt +25 -0
  5707. package/config/medium/WineFromKalbodiaEpisode1/input/06 - What/342/200/231s the likelihood.txt" +37 -0
  5708. package/config/medium/WineFromKalbodiaEpisode1/input/07 - wall of text.txt +71 -0
  5709. package/config/medium/WineFromKalbodiaEpisode1/input/08 - completely random.txt +161 -0
  5710. package/config/medium/WineFromKalbodiaEpisode1/output/01 - trivial solution.txt +2 -0
  5711. package/config/medium/WineFromKalbodiaEpisode1/output/02 - differing lengths.txt +3 -0
  5712. package/config/medium/WineFromKalbodiaEpisode1/output/03 - bulk orders.txt +6 -0
  5713. package/config/medium/WineFromKalbodiaEpisode1/output/04 - similar languages.txt +8 -0
  5714. package/config/medium/WineFromKalbodiaEpisode1/output/05 - small alphabets.txt +12 -0
  5715. package/config/medium/WineFromKalbodiaEpisode1/output/06 - What/342/200/231s the likelihood.txt" +18 -0
  5716. package/config/medium/WineFromKalbodiaEpisode1/output/07 - wall of text.txt +35 -0
  5717. package/config/medium/WineFromKalbodiaEpisode1/output/08 - completely random.txt +80 -0
  5718. package/package.json +1 -1
@@ -0,0 +1,11 @@
1
+ const N = parseInt(readline());
2
+ for (let i = 0; i < N; i++) {
3
+ const expression = readline();
4
+ }
5
+ for (let i = 0; i < N; i++) {
6
+
7
+ // Write an answer using console.log()
8
+ // To debug: console.error('Debug messages...');
9
+
10
+ console.log('true');
11
+ }
@@ -0,0 +1,14 @@
1
+ <?php
2
+ fscanf(STDIN, "%d", $N);
3
+ for ($i = 0; $i < $N; $i++)
4
+ {
5
+ $expression = stream_get_line(STDIN, 10000 + 1, "\n");
6
+ }
7
+ for ($i = 0; $i < $N; $i++)
8
+ {
9
+
10
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
11
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
12
+
13
+ echo("true\n");
14
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "path": "medium/BracketsEnhancedEdition",
3
+ "name": "Brackets, Enhanced Edition",
4
+ "alphanumName": "bracketsEnhancedEdition",
5
+ "link": "https://www.codingame.com/ide/puzzle/brackets-enhanced-edition",
6
+ "tests": [
7
+ {
8
+ "name": "Example",
9
+ "alphanumName": "example",
10
+ "file": "01 - example.txt"
11
+ },
12
+ {
13
+ "name": "Extreme",
14
+ "alphanumName": "extreme",
15
+ "file": "02 - extreme.txt"
16
+ },
17
+ {
18
+ "name": "Unextreme at little cost",
19
+ "alphanumName": "unextremeAtLittleCost",
20
+ "file": "03 - unextreme at little cost.txt"
21
+ },
22
+ {
23
+ "name": "Complex expressions",
24
+ "alphanumName": "complexExpressions",
25
+ "file": "04 - complex expressions.txt"
26
+ },
27
+ {
28
+ "name": "What’s your bias?",
29
+ "alphanumName": "whatsYourBias",
30
+ "file": "05 - what’s your bias.txt"
31
+ },
32
+ {
33
+ "name": "More complex expressions",
34
+ "alphanumName": "moreComplexExpressions",
35
+ "file": "06 - more complex expressions.txt"
36
+ },
37
+ {
38
+ "name": "Ramp up",
39
+ "alphanumName": "rampUp",
40
+ "file": "07 - ramp up.txt"
41
+ },
42
+ {
43
+ "name": "Very complex salvageable",
44
+ "alphanumName": "veryComplexSalvageable",
45
+ "file": "08 - Very complex salvageable.txt"
46
+ },
47
+ {
48
+ "name": "Very complex unsalvageable",
49
+ "alphanumName": "veryComplexUnsalvageable",
50
+ "file": "09 - Very complex unsalvageable.txt"
51
+ }
52
+ ]
53
+ }
@@ -0,0 +1,3 @@
1
+ 2
2
+ <{[(abc(]}>
3
+ <{[(abc>}])
@@ -0,0 +1,8 @@
1
+ 7
2
+ {([]){}()}
3
+ {([{S}]]6K[()]}
4
+ {C{}[{[a]}RqhL]{y2}}
5
+ W12{}{}L{}
6
+ h{Pn{GT{h}(c))}
7
+ {[{iHTSc}]}(p)(R)m{q({})
8
+ ][
@@ -0,0 +1,8 @@
1
+ 7
2
+ {([]){}())
3
+ <{([{S}]]6K[()]}
4
+ {C{}[{[a>]}RqhL]{y2}}
5
+ W12{}({}L{}
6
+ h{Pn{G{T{h}(c))}
7
+ {[{iHTSc}]}pRm(>){q({})
8
+ ][[
@@ -0,0 +1,11 @@
1
+ 10
2
+ lG1DGuuUMRFA2yWhxm0aca90QrXHeabs0aZCvRl3cUvNJz6Q1j8GvhNppnm3O3ugUeSgwnmcVCrO2vpVHiHtzFM5H]Ss5uTiyL1ovxat7fF0rDB9iDzCYERtDoL6LO7m43rOSwGSJcrxA0yYzEs7inERffzNuZiYVAdk79S2rZe9TWz97LM]D3eRZHxx6jOXh6WZXssInjB7nW26q8YeHJYK6oKJkZNlOVTRDsR2JK6qqj5YETUM5glU6mnSpZ6kc8TGo90eBwQTa]LxH4Wdf74UAkhaQoqIILdjA4ebis0nCNe2Uc8vBwt8uoO6kGg6ufSCEhuuEQXdB0GcUSbshlnPcAo1Uzv0BrEeRz0}QmQYtO6hXq6P9jtsu2uyF1RpvuKE6gb8GamWqQEjKeBTWtHvwQOIK226qbWTGvcZH0roaj194IWKK2t3av07Y5mWg}anyPBj91mIJVnzOn6VdXHILz0ndUXufnT5mCyuCpiFuQkTSkfdesnyv5RqwE0e9bKiy0KyymLL9ix2iz3F9wTq8Ld]VZ9736t4oXCNlUypzp4zD1zZI9HIb03MK5HyA9Bl1BjbCuPjTiOahmWVY6FgHpen1FEdrUpwr1xPtOFMJ895gCUPh{2DTQ8T1o3nUMeFsAGeciNskTtxdrV9Kr3Btjheo6bsnJDk1Hc87uH88sqa6UVGa3mwEAyPvUgRiRGVDStpU2wQNfv]9g4uXZ66fNYUVeu5WpypJ7qChph5xboku6B87yO4s8lm4pIwG6P3FSlLEUrjvtVk2hvmI4As4QBFZ8LUIAFH9TVsM[13jnAqq4xLeIZf5TBsSCvnzhGuvG8SIq2HyU7MbPykTHHgyfG8VJFi8hPkJLfotVIXtkTl2LOm1OW8zHwWkVOTSnA[E99iVq9iJkL1boJHS65LwXPPNcSkbJUg57Krkq9eYwTC77XN2pRMvgKvyoa4JvjQk6gptvlrcEzRwwuNippU6Fqzp
3
+ GPaANAUfEKOQ7ju3ODOfx7LwGNS7EoJh0ku9iFF4AVDh9XaCkvLA0BXujvB0YkhTnsBt3lKmNXGIdkR74q6U7tf0c>Zr7gZXFNJAi0086MaSVTEPWUws7oVJrz3hv3Nv4Z5LcHzjrTsGth6MTuAsIEwJnCrq9TF19F3ZMkGHEGn3fN2Pa9J[p1A8ByKfGG36uWnwlfKVVlJLUziFLnkrzJ7grmYRvAWNtfGWEQYjvr7UfUiZ1VwAqcBJR2bYtMIAraGcynwb8EPjM)orFl9BmAbEOCWDU1K2B8mUAZNr4j9eXAUYllA02wzfXSIijQSyEIZk6GJSCJPzFYWUPWVPlYtSFyFR4VAVQZXzONP[1QFCGWqaixELSHl2xP5ZR8qYsw8BaqzKEuQkWSGsn2FYWa5fu1GR3PYBta3fcx9TzIhcdGjQVWRAgjuE5kaXYPcYm>j3sal0LDbS8LQnFkghjqNydHfWqoKdY9GxQvYlMzXtDScItrRGivfdYzveG8vTg0m1C8YP4syAKW3EmGHKYk6VAEQ<jaorQCwppdVfH8YjY1UTHzYJI05vmqCZg6BBH7JMAda2VPPZMT3iVrfvL4QL5N40rhCLo2eJQ9Nh4tnemaqxowodn<6mLuAZMMfUMHt1LuVv11p0va6HFZrIafgFNX0k6Xm7VGVbcqLtI7bvBlQS2sU6B0XfSjdREVFf7Y1JxDEX9drYzxC)Vv32SHUD3Qf04Bzu2xNIXp61azgK2IpozErT6kix1NnMwd2HZgewuoDlSIevasJawzrnaMpAzHyy6PAr4tfSLugTW<18c4QemleTh98u6VwNhXGKFpDd5uF4Mfr0QJgWXpEH6j7UFHzl9vwHZo2ja5ffulU1G8xjM3Eu0cMxrHEbkstnijJ)9qrm2VigTx6n9iurEF7d9BZ0PQZPMnGrSOBnpu8dS5z5B5eEAaq6jmH5y5uRdaHszhCunBgsBv2GMFyfki9rniFOt
4
+ wDQctZrxqtuxEEPUrUrCdHZkYTFTrzlNVKAnTJet3QJiXkKKTtDzqK6ipfRxSxzkonMOxnSb4M1fLatdE77CVj4Cy[4hhGp6ueXtzC5lZs6PBek5Awxdl20LCFwbR78VfusVnpE2cjkfJ7GqO1OsePiuvhcFbjbUlDgMMnImRxYskAAdKp6{go1XFQiXNlYPtMXQSeNgnSsQi5Ivh8tvQURq7s99Lv0viaj7Uv47BdjcF9rkqTadcmDGT3TTFydab5v9is8tghmCD>i7B2VlmebahjIYe9lTOIV27Hiymg9CmX9jYTvkmDoLKEmJ3MWUQm4rPQR6EcfO6KXYlSKH44tR7AEAMlkA4e7UvG0<5H0SxqthrykptSOgrCQvLINYBG1dMRQlvdvw4IYkqbitFeKe9n9DoGjQBLdnN7CiRY4HYBIRb83SqzJJLB7HGbeQh<1aaqlb9DrBNQNC6HO9MdAc8VwkNcsosBwDDV6x0OlJe1wlOtV3oBMVWSPAKdecQ8KdtHtLe9r9Gcm0bAKHSaEhRSM)fZ1KzcKFQ8ByeKwrMDikXr0jwOxTRytvGRZYOoAwtZqGO5PY1mkUCg94oYl0ubnhnvzZliFobMLa9QCSspPUoeMlu)NdsCPg6yfaFh5mQRrbRsIEkvcW3aPkyhj1sZwzy3ZcyaBTBs6zogt5rfIWRSajG0vMcS8oHKVjCxQB5pXdYaklLix<Hp7C4aaJAYYhRJQeo2jdxznSp9kkQQ5Tnb63Z69jPKljyfM20HkY18QhFvYHjotf7MSUrNQb5BBntzIYGWC6w7QBB>XKP3BeY3GU6kMNvucy4cQAJvtLfr6zYZ6o9GtwfJ84wmlTn90I45ixOoe4FzQRi9PHnQXrcFs3YLIL3ni0TH9ywSR]khuXUaIySK1Vif5cIeuFJDizbVi6UkqdyhONeU201oFUPUpBhTspDa7LnI5Rf08yetwuH0kGw2Z1H5WNtoX1Ml5rM
5
+ Q2yUTmKM9AbXweuBjbgSAbUeTP8m5qj2gFv2bDAbywyHtzUuzIAXREoIRVLpxujsLtOkJEuS9KUCaBEZIrYcmtuJT>syIiF6kIi51uAQYn7HVsNhLA9HWLhUxGIVosjPMPuJECYLTg0LjPypqzxbXNMKibrjnF92mjdJ50JVIf1cUowdfLk<RIwNJOKczTYRB7fByLl7EOrV0lB5yWiGbLkYOhA9gKhLE1h2OEMFcumNvqoHI3sFEWhP0t2VQqHAJCAWmzocbcOvo}e9kXDg8joTqImK7PUrqFYhT44OL5NDrysxDpRgsu7eriuR1Z6VAaZWV3edShw51WSp8N6seUTBNg5T7pYyF58QDCn{YChXA8imnhL6Rm0HD1P2Am7iCENjo0pgsOecbPGJGCiXgXvr9KqXqKcoaCwyAqFibU3QI83y8p7Un7B3NcmQkxfxL}IFYjh1iOXinU3ttF0u3uT3BxO5LLdqBnAKdbwBnI0JiNkgrvCuFzPG16UAH0JtakOTRx9oVTSV9VuWFz6WTySa6cX}Oid1i2gSKQoELZ8xDaIVJedTaXh7a90Qumma7t9g5dmnHvMbcpBrHp1DUPFeskkvKoWxnMwWBjUnlIRVCe6h1adD1{ZzVY67Jp7xByrSy0vxTLAr2VXUxPnGHcutD69AEAyWCI2oO8sVcjGmYxKVi1NxzCQlkTdES3sfzOhIHWQs2nKNJU0}zmVXNZPNgbihe2N8hnhUJXO5eNRXSq6IVWSnIeZ9HDeH5CyZjWtVrjvjwFm85cEY6C6QQBxlH3C3uf9bpIdWZnZhY[T7lOA9IHafbJzizv8gIBncVPGyJyjRIAwNwOI95ZESwikG2bEuAt5QyeJxSci6f5JDJ91i8NrbnySCzLP3vbW6rML]vIIKT25TXzgQRAMLausMilaIOcLCwLaF6QB1BMkpvgNJ1z86PuRLemjhwj7zQ2uRlDzr0EsIBxDl0SZmX2JopA50l
6
+ SmUAQsGZhyadLxvLqJzii2GB4IPe5ng7fXZ3BYoFZDcaWg5fyMOMDi7te9FZ0YVJFeYbIFeaQF232vyrm904zm106(vztmDYiYqRroL0A8wvfFWsYmLh0bxXDfrUDSXFoLwZRvY1FORkcWXTqq95ENczfyVYEVU0twClS0SPUNoFDVf5yDf(FmD4lh3ZHsEX6Kn4KhkkxreEviFZPGHFStl6h2fd3vIK6E0v2D26cFTC1qizZiPeFBhFWoI0UVlCxAB426C1b6FPD}P8pjxW8c5MFHyaU53L2sOOrlik12fWPlodrosvZS3WEffXQrJIzY4Jzl6gxWTv7JUybyWdE9CVDhmwQgaEVL0YuWq{DkQRq2JEJg6m1lXgQ7ydjWb5qFtMBUB6xytuyHsfBL5M7plMoHKqVzifSNXuLkL9iAjdURQNVe5L0qlKGRH7wXGUM]aAGDnaxcswbLAeCkaZEzWWpY4dZUCACCb0csrIRtG8dwaOLEuOXtMvoqSvdqbkt1ShWhh3ewme72QnXR4gn2zUwEu]AdkvwiM8O3amMd96PK82ExchfBMYXPKnH3bFhEz4CBb3zJuHeqn6fNFEEWJoS1RgrJIcnMowPSeYYuN9MglEnsw3i(ypQC6aGgGxO0DGRMlRLpSWqSVsAXu6rDv0kzl3cTFuNVIxEwcVXFwqkmSj2Mx2U4ly3Hv0uVrTJgoopdSYY2ONOr7)F6sMqy3oR8miVdMI52KEQtSMlOleOuPAuXNxn5c4LDteULaJ93wvyGCrZIJ3PHd2ypcjQ3r6JY77QiVoIkiEBLfEH[JJvqJGNC3UL5parD6xheKpAG0UL6RFk9F5rzMROnrulLS3aKqhrXdfyLaIokMQUTZzohbF9hOlVj5oZqQiKKe4fLk[5sVsb8vgF3FO5e4jvGN2D9sDhtju0W7fyGgTuG0BDq2rspGRG2xS7OolM0J79Xc9TvWAOekP95WisUsbzaZ89AAj5
7
+ ShH3xi678soQJ9KxLG4NLgD7Rx3uMpAOe53SPVsWswOful8iaOh5RV7FAZfnQPBNH7X2iUvP2XNTC36nO9Gb5hxXY{wzn2KuaEaKzyQ3DLRMaQ2u5pbe5J7LLgf0G6PlyZC6xiDBSlXvpCpE7Utqokvx5iOL8IWP2LIbNIeP3KGOK3Izvtx{azS2RzPRg4RsTbDtYkzgChFVNiJSTAttHdpjq4b61sOkjCKNHKyLfe9RTrXR6jhJoDXfAyc6Soss1E4eHo9MDaVik}mNS4YvEeVeJhyYev1m1RS1yWSz30zCbIz09h2B2r1qcLjcoK5VICSn3j2yHpRLUf2z0dZisKlj7fOALjYnlxR82FP}8ZyVBOKUfCcnaFsbKK6KyntbXegwrc4uJ8MZKm24wMMnx1ooXVjE4Ltmyp0p1BLCPIfDrJCNkwmBtQ3SwoJptb4f4(7BJwu03HekY346YiRR09nthQgp2yE1sFbODYy1gog4AncGef7JZf5M5FjKisg0l5vpCRqkqYBTtaVZxGklDu92prq(EisaLdeXxIMOfWPxnESeW0RnrlytfqEiyjdFFXeujSJNUQ7YxkBEDW5Xq8b220sd6MjwZYAnqIEYd6a6vxcKe1Pi6[Xkut2OpgtFF9sOKwr8Fsp7D0AG5XUYA1mHmsflpIR83t6nF0hrbYzX6AuvpSU4nbI99bM4U3jblXSKxWoP8sT1ZbI]fQiZQkrEijqO3BWDNCGG1gw5j5lQ3QIzlhN0Oqs9TKiU2PVryXgIkRuPA0puxcw23Dwje4quuF0hhggKl1zKJCjOL)Gx9YnlHIzOp6bd70uY0HvGk4mNgXnamkeobRlipjWn3RhMoall0YxNn7KVu20BLfvCVN7dutrAzR5RcOQ5TCbZf3E(QPdLtdtZAKEyeoX137YNoD9Emu5ur3cNOIbFR4mK4kCkiJiHJe6wRE7vSvpv953VH7hiA135MTS6F67xbJsh6Upn4
8
+ mczzGAASvg0n2YqOMCkgBwIHzfU7ykqjbfY9KO6SRNo4miBhiu9YT7H4K1mhR44HQqKeoFcALWIML4tmAfctDHZmp{JEL9VrFZfkRrnDFb8sZDaqQvMoNUaENurwyPU0bshHMMY9iHPTh4tTvMwxOx8NREpsHjm7ns60TzKF90X9Cq4JbK6}GK1Z1Em45cN75o3NaPAoLhBnfMM83FzA4wFnsoseM3boBAoqBnbI1VZWhG10D4dADDWtjrqHZ7W6EudAomiFBwYC3(TFJZfk65LVLgbeNUlfRWjvcnZbzpNoXaFsN6VBBoIfRAL77IxvZqvyPQ4y8dfjh4lHJgLgZMOooi9F1YWQV6Rcqqc)eMm5CKniZDLIHqdT3RQ9zZtegE8w9RCfteX92t4mOPGlE4M8GXOx7M8eeVCrqtriM2DnwoUksuJuleAX6zfngMDEC]AUNY0y84shS0s7H7iF9OcRIQnBbTaMFKcUcETA9eTUWnPPRtciCvvJrGpEu3tDqqrFWNiUtqGIayj3vsfbyCwH4Ck]5ooFDxshR5LNTUJQ0FOQZp56MCV5ICPItUa9qYiTbHeyZBU4RevxqIl2dpWjE4tWmvPPCuatqFBLbcvfMQbqHnZbw<5A6nnYeQHd5MekTuDLya6eIAYZQ71IuVUuR3WRfdMJzC1O9gn2Jc2xwzaGCFYcCGMxHDlkbSgw5qp2M3pl05BBhRj>aU4Ee71Ju00n2hHfQXeWjGDdQr1O66kJ5v57Q8eKIHNeF1UaOlw0UhF2H2iv4AZBGDRI4qdjX2v7t6ATp1xgqyJTW)pPHwh3Osg2B7hXnwHLLz0Djz0t5WVw3AYOlhGprI4skPTmBxFpWJObwY22pBP4iWJ8KmV2JyCqA49Q3SaV6D649AF(p8Hj5HoakHI3LAqmZRAfJ6Swc6xZtQIGHb7mddYqUMjg5owB0UOw35iKxyQt6uF1Bkt3Wh51kVjEDkqKx4VoPMk2z
9
+ ChYi2wnI4CehUOpabPvnjVSlJ6lb8p6lWG9ZxClTFGSjGIqJhq9x7bzl7xYrMV39fZhtsy3vtgACtdZKax2FuYRxG{kIVA8n0beKU8Xw6CYqHpQVAR5Adc4eDgV7QAYd9D6kJ2NHGuNsZaPdjVy9gkzRSDIHqkJ11Q5GkeRXn8rEaWutT6d}n9SFlAk1IglTyopRjazml7Alu7JZAbchHSlRM1YZd6kFZoMChEuJL6CRdy9GndUP1kzw7wholUZHoIdGQXbIoyzYo<QqidlJuZifl1Ds7oWVofX6RMwjpQcPOU3KJWj0P2whos55jNr1KXX0lF61rigxRoMHkSPvUiH1wQJmWEvn8nmD5h0>oUqm9WNkEm4wAOAVRNUJ0k53MYmghvZQjhybzA7DWkqcmLUz64HGm331EttD3ifvUGO82b6XsKeEDt5pzEphgdSsT)3BwS6FGrCjmqui5y0xCYPbx6si7XX9vlzrTsqw9cQlcrnz4MjSF7OIXlZcAL3DK4mWPfjNdnsXVihBaYNIjo4jRSB)RdLSHkVSAIFuHioprLxISvUJfYkmlCts5DHh5T8bxSRRHf0kH8AOulzqEpnhshZvt1rPfjlaomfH8OvIMMeJidjhd<0GAuWUxmpGuuUdZdBsHml7sP1IcVDDNznYYx9b4r63deMJJVAQnbpiIbvAHvyCgSVvioa88tk2L33MRS6VGiyI6Pr<9ATX9yiJFqYvk9DdSvht3q9ZhLT7pqdoWCQW8ZdpuzdSglUsGyuvANCF39kdj8WBMW70j0oae36VWmvtdoe3hcR94}qiX1fb0wTHSQSBuZLMzDvH4aPqoR3kGUVIFasf95ejR3oec3a6dSXOTspA6rMrUyJ3bZhJaJg6ZZ6mCuehuQUTywL}GWdti4IwpbxwiY76zQyWNkJYmby5uRCEVuOWqDjKpF3g2tyv3aflIN9JK81FtNFI0CKXERrfPAKPv7PKdgk52T5wr
10
+ WVsgT7ytEPBZ3Ybus4KefGL8tWozB4PM7vLmmbfw5Dsc0G3Z4joZMK7PcxsBzQFS8yFTefVseDnjF73mEnNBTGDgM[324sXjcmCGzMYSRiB4rAtf1novDI1oqWfoPUGJVa9czMDAjYexl6JTyp6ilAtV47YVN1EO0g4GPygv3cecdoQObI2)ZobHATt48on3626NCH2sQ4FhUV9JYCSMX6dMvTkH8Nz5QZYRbB1d1ytrLr8Ueww3ghiyZGtPADM8qIoBIn1IgsG9w{xGYFVsGI81cKtDwba5fPojv0tISNFBqaH9aVFklE6FXxbVlDpa0LN37qhaHFi9LuqZn0CEUnijs7gnDOSYz5wWHaS>3wCeilpYipsurbWQC5JYZ6hZsio80oIS1jKKb9gKkR6zcbhPiFtSBYvKrePHt5fKG7bpVSPYtn5MI2iiKiaI1rPmA}lzLRJfe8iVOo77xS3KTy97iwhN8wC0mGCj5Qi2yF0zinMW2aiZ2zGaUm5dpRQ7AVuP2mbv3xxGXx4nu2ApmE0XPBI}dH7VY9bkBaTXUZSdtDjYRVPyzkvHcfyJWwpBLuxY17PVZzfPrdCiNTaOIYb7x83hRl9NTLGpS7aHQwcLr3Q85FgfO[Ei9Eviy9UbbS7tAzGFeTonAUJdfAo4aJ4JFMRAlyU2DuqcVkgFrxkvInx4pgkweqxMRJ8dSzluhxVE1p0Wtxsfbbl<fi5tva3kKCGjlZjZhmc2NmwiiA0ylDK4RnsIOc5B9118jb8H7c3HFCeAqnBR8qTieCnmer7mbBjnPelfedjnZ822H[NpaPRdadmsorZcG03qnMTbgddVKQppOXShBQGAndow2tbh3NOSNyNxXtYc8PSw8eLkV9CPdyP0yrWuDuGoEISu4qH{cfaZj78eKaTXZyVWyWc5yQowD6zjsr5N8Qj8KeeI5pb54UGoTZwM0WdQ5K7bpIVid4PNtdF4DvFgjOMrrMd9k2qyU
11
+ 6L2Qla9jNlqddHxptIr3eVcatFPjceB98Crik1cah1FPeoRzu8iWem8fjq90RHPklRjvizxFpb1oV2sQcmYfODdcO)HITtGLyXv0FpNO2apDRjt5oC7PK3RCMDyFXXLhxJ8Y5Ll4lk7TA7bf9TjXN7cM5h7KihPNzsZgGqfWhRKIJjEocGJ[cAqIc8PUTwMGegeF5sc0mczBpPagfn2U3uOXyNeosxTsNJtwICz86S7duC2PjVIPG7yBEGd52ynm5GvQI1wGP3eOk(9rVcvHs95SKMKQQhK7u9wtPZ6YN8VP8qJ4ZxPLCNPLxNZMvIV5byfUaF9oTtbi5SiRubZnY4W1tV6MxE5CCw0IKpo<CTbt8MRyhX1yCA8HMgmgbdg7cZj43UuDgGMmmPVTUZ4EJo0bc3vY8ZELALFKVqVXRSoKlOysvHgbTIB6j6hFnmyxt(9nLCfM95PD1Ijp93dG2RK0kw7TaA2Y65P75utshSq0EzMLjlWqmy8FeaGKdlJfvjCQ2yT5n2fCnlL1ZgOqEdY8nag{LxGVKSQkVwDM6o1Z72pAy0TgpdN3uomYRl2UoyntiSsVh2jhz6QIrdASgpTzzn2eMJZNH9DAzG1ePxt7vigXy1u3s<q5rgHPnIEMxxmHyu91AiAIOn63Z7Pct3cBuLyohWGdaHHLEdcZRg8CuNZyKYGECqcHYJpmplfT3KdvEzRbbmd5MR3{4VchjvvNJJ5tvgf4s2IJBtHasbAAHu9MhyewocF5OROSK3kHAQLWDEQMWk0uvePTsNRaLZdDn7SybadDFJONTIoi1(WShgZTTYNvoPgTtfN9B2UnqTpJXuGIoNlZasqSYQNXTEolS8WQCFVSS5d7gOy1reUoQOrFbznoDblGw2LVj0w2iKG<STkeUzdcfu0EEt6jVGBn9RzlQ7Z3q6I68Ly6LduadjOkMQoF1QOgTZFIOjDQFDFH3kN5Lt3wYIcLEJm4YjBPNno0K
@@ -0,0 +1,5 @@
1
+ 4
2
+ imHMMTn0LsuGO8MNzf0XEYBx7XLo941JmPZrzAzfhLmK5eBLk9F2ezh7pbmXhQVbIUMk0kQeVTYSSvdIlndUlP4JH7gKzJedaS[9FLejYKHexyBNFcAttK7ZAGcDhu6yFweCMkagcjLlv29dvvaJse6ZCumTd5g0uVR6rtqjTm74qizhFidUIq6t3bW5ihlAb0DDb[aYCmw56WIEck1n0Od6MeTUd2HcwrhnGbYQXCuSFwrHbPvnjvjST6C5CBuWAb9ntQFJAElstYm2kabu4vjB3YEvarNZi99CNLMS(WL7dQQE2NHr8wMlyFmKxgmsKI0euHlFKdyYuctbdnSrFaUWKMkfwZ7akZodjFR7Grx0S1ysrZq6g561X6w3Vm7fuP348o19mDf(BGGoegwVWogCEqE4ocxLAkAgtCx4F17bArTB8AluZGCTb168HyXEdCliDIzcIGn6iaqSBM6idwh9En46qJOblulPzACJ0EG3hD(Xypi4RfX0Mj6rTzy5Ngr7d5tzfwIeT3A0a1Z8s0idaqI0V2gkfFXweoQdyRIG6b9H39ZCoESQ2TM7mb4AF5Fpv5Jqk2NQIukUW(M2nFJJx9IL1U8XJ3vqRzBwjLtFKj3g2JNBgnYSLgcdtgqyrYhLwLZU3hfVBZO36sYGeRy3vsiMAUdlFGuucGKYv47KWTGFq9DT(jPM6GGUgeATYf2ggUvbcpyEMfCaonm6vdcmZ4ZgB94fQWYI5wDkxvBCtHpYt6xPIV5vIP8BAWfjszRGuUrTUxlpHIg9vuAjVzt(hurW886A10vrmlZSW4BLjep0kYURZCaFjc0k0xdQ0hsTwZHYbl1J5hP0S0iVu9Ky86jQSRbROwVzFDNkhXjJA4Cyjh8VDSj691(wmDZr1k719pE4waqjZFcgff6KcWn42BwBWkwz42SA7vp9Qxf6eWCCgN94D2GueUeWRw4eAeT1RFjoBVeazKYuBKcctlU1zNxM3(UssbPZVQVWx7gPjmGXoaaDs6YDXyCzavSyFn1Wl2gkAOWylkkWyd2bceM6LjYidvN9yBNMz8hRxj1eNBRErNe4dgp7ymUGqIcd(2OWrKRmawofnIy4U0YUC0j15YxwGicKe40NaFd0qDfQwtq8ehxvF67atHB04TWYfJV2ZpJqGY8y3PU2rw4cNwS3i0waxgOxwMw(0PhzfKxIK6J44yTlbc7QUwGhqGvjim3cr8k2Npv4kaEZqLBG9t6lMJUnyRae48yZsRUdvE3f4V4PWENBqQGYiUeaq4yoznC97d(MZyqUECIf4d5bnJX2Yby5oxr7fW3jGX2UGWMcSAEZuUUHNCet1mShK9U9ADu1oQ7WTUJZEDdVrLwmopdbOdQN7pUUWIfEjttmA(Sr1Gejra5IXF7b9cYNqTpvGmuDjCnJdHJZswSFrKg5Q26juJD6hdlKlDwe6bdkAYxP4yrclDDQAhpnYTbgma35BXCVUWrUu64k(OFgznKSs8AlZF4rWsCQGD70NXT9R5KmhPZOk4EOp76W2YGl9gbD21k5EUkCgoOTGOiJ2EE1uPTLMUS8w4xtG5d0z5yRIk1c2H4(FX723pv6cmVougiJYkPuqrQp84p2SamoIQ6J7LlhIDWv19t2ipYBRtiKYVQ0xLPiHWWSmbXbOkrk2KmBsW6poL5OWcTkVMeD8f(hNvYKBEuDbcioUQruHDI4yz3AxyKDTyDAT6sPysjacaQZNV2mtJvJQz3VZKf8OEkMaFsTFKnJF4ClP1bz06CyTbhXUppGlJ6ZC(Hupbtlp5yDjyeRAYq8COM0OlhbPRSJOZ7lqnB8npkt1J1vziiUKnaHsEDewP14K9YgaeTQpWPUTdshLFc5NbGN6nZ54Cz57rZ7(ZDfUV0jdNrTmIsYN0gmDXvyLRtytuiVNjyTR8fxdEGqELKDxne854oUuebNbNMeqgRHUnARuSjO4kKG0EKDMZuDTsiz5fqh4nV(KY0krsk5LqyQaqdLKvQ4B0THs78KfgwSUljRYGOmPW9dNO5OvzZsV2nIfy77bkydIe5h6kFuXptyFiKhYjVrQ4kK1rLTmKimcG(I9FvfRd3to1YL7y8nkO7qme0RujPs1h3Mg9p2jVLy2jjAJXoZZBKnWQQ7EjnIRiczVdbJOnFwC6sOmj3Vu6phK3LKv5eHZcBGq(7mAO02qIMjnpxemx0aiYtSATuvF5nyaNNgBTf54fYrdPS7bhcWIcCfrtjIIhgLDLzXWkS0lQ92DsajWpaZ6iihLIaFGGNrFVhY
3
+ hocyG43uyh3mU2p9DSWFvanOerDvBdGpypCnga3Rv1jmkmfRDdH2eCT73DCYmvVEdGc2VpiYbCAtDT73RsmGe2YQMDZefxex0T[4vYERXKBtAsJAcEWq4IMW0ab8PBXsFK2IXfvIn3mOCkJ4lFIXOD0pjTkkEt7EhM05RxAnCP4iVf8arpLgl8Ls6aiWhU3iixfIk[y1X3ljg1ge8VEAc7n7Ka0g0rOHLQZkTdTkYDQgSD8067E4t42IRvNUHIB9YVpqSotUq2fRIn2R1nyArHatDFcq08u2sD0DRkwh[va2dyDikyWV9IXgm8RTSXZTGVybMWWDV1EqpZkWZrwrmlyN3wwPtU1YaR0PHFiJ26mn2xvnvpVB0BfewOcDV0EjNVgtIl5lJt2[KNPGxIG0ucQget26S0WoKzvOwVF9zLG8mT6rS7q5fcC66qwE7oY27NWmNE0r0wg953rS31F8GwoYrVS0x50Ge7WX2DbAHY3cRL[cHqRnCAARri7lj9VPLidkTVnldJuVIYdCKanuJJMGzMyZZejvsEflBHjJ7HlkjjWsVvFMgKwoDRRbGlj1PFE8zv8oOUCAGZV7A[mxOVxoVdsuBRWXyMRUlbNyNhwKfeb8EUdugS8OPmP4fsB8F2nMLrHd1WYPCEQZBH3C3v5tod6BvQdaLKh1mBaCI6bDugnfCc6v[Cw5YQoGjdzuQpT6yrN6jRCo9AIGTftwfxfMCI3Qwo1SDkQKBstI9mecQ8tmInjJJkoWb9sWou7fJ4TpgOS4Dg47rCEj3VJIaWR[FCgcBtCF91lNXJ2GoDjVCyu33QBUr5rrMiCaMfztHfjhFuVWOYS5Ncoam2XPjqXjI59cuimsKCOhbYOUR6OigqvnZZTs1GKIvD[5kaINE6oEN3KUrZbSjPNuwmyzFHzH2e8UDzt1cywrFTFinsatWrKs0TPz27o575wzhr8OqVI74cUX4NWQKvQ7OvUH3PY4Vm8Vp[QfhrYKgLSsB6kUvngbEV97SK15Eohnms6JVxihirFk6szxTmo2HUrhwO8Lrkb6jq4KpQXDyxIxPuQ8iv7YQ0Rvoa2NKMFfJdMu[nIqm3kqNX4WTkRiSK7TwwYWMHscHDeqgijze0CJPjPAjFjPnKB60uksm5LhUwPddeKBu5Ap3zqhACCm1Ft4h7HKZmpXRmkOpL9[aFz622frOHipN1uCZUkc6H4ShfGwAhmhkh5xERYCmhg0heQcjqxhzH4z1ENKx7yXg1CarMhHJbG6AZ5Fxooua5qDtcFywwSxAq[NP68bqrKKN0Y8As2aSoXsxf3jrQSzAqPDf5aHGiZtU6CybEJhZMGHqgfO0MCxbaJCh4oX4EU8Pd5OTDU2CLrrdLyI9hl0nSYX2[CxA85jk0tCFfq3xNjW6T0AKQEvLF6lzSKdW5AIlte00mntgEACoYewJVJlF0gkKkMEoMx6Z2yfrSHsHeWMmgYqaq06N6E6icgu[lVndffKumHMb5SmB6RiKLFEx8pcFZB8UB8QBNqF5vFEnnOhNX5ANbeEJpkmRcby0n6PCPMPt9n26tXnXP2DdoI2s7bjIHMVBqJ[0EQKyAsSgTkY8viJRK2tIAv2oEAefUCppzIAfUxv6m8LOtdCeUxKAaq3YP7PAK6WnuV6tqxsVALakpJDdBGLOr2O1eARlYP4Ay[B8fuSEBjic1d6AqrynaRSeapAGyCZWhxIgfdm3BisHjetLql8niAjGGCGxwev8nyWSrOesZ6BxJF39kYPVd4FETJ3jkwws2LA7[XELtit6mDsWZNp4l0QyoLgbatQf4UtpAlxoKrVfuIgJCQyrK6gTpSBAfEi1oRW7fEEAix2sv0cE6NtJAB1ay4FkZ0raax683bM[GSlfBSq9CDL2p5ZVSmzaJVPvvPrvxs9HeG4nymgPWdlMOYOx2aasuUDgaOV8uj2DToKR5iL2qKuWsq1W15kxR2vmdqxtprjMsG(HHISwKApKx0LBkMwsxKF51ge0a8ABSJ8A1sneAUNBP3IjY00lslIw3kEcbun7IOwnM996HNxDBzU2YPWcCzAJJLn7HeCz4aBBK[73HDKpxlXZFR9wrx2v09WIrOJi8hS59DwS0g1wQLbF0YLsAlYHDS8TijiXezqlPnkUsXLo0cY6vaETHH7ZTK4fsMPUNrR6dF1y(yFIQrX1JlXOywhY3jFdpdotsWHR03HXQpzbQaFTuJfMmhkngtIxAN6DDcFVT03nyF5SMN4D6npkbsWlBSzY1ac4E1bnvxFtTKG
4
+ dLHfJzAggBKwoWlxsU8n8ZYtTRYq6eS5yaC5sPsNu6L71k6Q71Qivi1u0C9FldRKAYtIH8U884P9EIcSl4vUwlcM5rIyrFWSop(bLjDnA2O7wzX3vhXYWNLKJVBkexnd62Zp3llqcavpYwpCRwDScxPDgKRRmthcb3skQ6jLop8eMSlJolIczUBWOFG1YeRSVTbaW(RD1VEi3qV72ciWqtXu2lB8Cf7TaEc4s2cnTSNGlGmoY7udZUcpvVxLp04UPbSFVQhFpy9WMtBU6W8R6CmvstSjiQrWTdUvgdLR(trSgG3TObQL8i6dwuZce9SVWE6SEmPGcEECJCqHhuaxE13X9Na2sIrTfKOuAyHuiep0F9fE0z1TjJsbHUyLl3SdEK7QXnz8Be5(rnnT4eI0DGlEwY29dVZxAggBk2e62JmWKB9f3vEy6OLCmG9D9560tFWtNEICNMbNUyXOX4ns0QDL35oax2BdEpg8aLoOdq51vs(BDCtlqRwaLoOEpdS6VsA5iaTbUJmBEhHTNeAo9qqGdcpXgj0dSYTn16XQ030q4iNlP64EeARQuWIXUuDPVIXDXe6vAyTRcbnol(iNpacEXvWiWG6jyDgzcHMJeQogPjaRA2Toyi5y0nuCTDomGpmvtceCss7ZmCr1G5n1hseWth6rFjDnmf3R0oF5u7PZgs4UOrOs(vkqrPtR5PmX57NxiM3CVMsD8uJBQNC7LpAuwXGSblv9fHNYqzA63lF7OPOVD834eGZpkNF4qkc2HIBjOitWnAgnNlP98yxV0Qw(TCW2D4RCwQcsRawoQbATuIj1VPoo6gP2I7LUWvL5pguYgAehtAo85NftHwyt8d90I9G3Mizk5uTuK6snvoy9hh05YB2HoQCFbp(kYs45szv8dnjSGIudfpoj6KaJKbkun7QZtUJfD2wp8XsCeoLacsApk3GDjqFPqv3acKLikNRX1NNMZJL7jRDdbpCJa8uytiXnb(95lSBu2tgbYNJW0uwfMLQcNx8jMrzT7GDU1S92soIKx3G8YcJAPey12Z73GvI8C8a8QhsbDITdyxSfzaa6r0bJNvy5xTDa0uON(C0TxynQE43dfpRSzj1aWCYt8yVMXbpa5UmsDifqfGp6hbqqwUddhFgU0tI6SVXesM0ZxutH4fcinaMLcHyTU48h5NZUUMGi2rp(vgy0DjgoDurvdJOxigoW8e4lhW5aeqXVxnXv4CFPVpT60cSZ0bkd1qvwhBTKghw0fGcx5KoGM8lmT7wyKQaMjrJlYpBCrShqut(4bqfGzugqkOcI9rDgX0nZ6qZ3V2nOdjIkmtvgLZ2SoQYNYf8uSWhLemLAbsf9tEH6dulxH1Qae0rc7ADQJJNNGMrtR6l5V4FUo(1cEfHim9LuUNKHIFYF1JLhmpz7BWGjmLbtLLwt9kj5VvjReQ52IdAHTm4gNUh4qzE7tAeWxxQPl1Gr5aNYhfizVdy6qG5GFFBa(THYjz4vcvPf0MfDFK1z62DXMaISllh6sUF5BW2pXfPv6M2ru2LhzTi7o9J6kH84r2YiZ5RqkiEAARdr0mZjz5l5qjdA5PuycR2(25ekjVBPjGzfNLvWUaS7W1OjesLEGozRiTqWAFggZGNVCMtpEOzRCzXV1ilVxz56xwV6Xxblmp4pBTfB4I9wdikqAOhg4Mijnh(B4sL8hexH7TOf3DQtwVTelAVToGTMFiV5CNvaAhlaP3MSXjJhG5FDyGOpI1OCmEctMOkR8EkBGBHvnXrtl8t8yc1rYqgigwn5k(n8VjvGBB7t6czYWNfacTN9DR83biJu92u12GwgR8gjebdOUYMBDUOQFs5iCIyLC2nNvZ3XOV8FwIb7J9go4lOvEMGK1ss7W51A(cXIPZBuad9CB8bdJGkmQah2rwLooa1zLRkbuzAhe6OzvKlR0XxjDJZurTdtEv1WVSc0KE7LiDXDaHjdC3u6fCJcchIMoWi9WkN(rIZc1Nv5iYwd7CgRYDRb6yEJMk2SblEeXCVEM6Nk7GRIjqDcUGtGGort2zUmxSuy9gXKm1ghUVRfjh4uFOn0b7HSXqss6Rmlum[LpiLAaJNeUgk282YENg3TaTRHRrEwEF77TC2WT3V1XSeQWCVmVNI7HEqhWDOSrmsMAEABZp660WcLdBEA92Uj5d9ZbSBZl0knp[VQhqjA5aEmINnk4WJznTZwzmHgRaiapKwMQNLV3jhEsoIdnM8gbEzyZCsuKKLCztYn2orypYRTuBeBDr6A85n8xZuhPfpkybEv
5
+ RILU3sZdegcFUq8rf97c3sXQpDTFoNgcadgIwv12KJ6TCiWdJrVSzCLVXLSkOzQQa1d2EH2YofHY8gGJLZT4XnAkKqCcIltjfm(VuiJmIjqyhUpodZf0RaG3RdCLTuzXecn3o5yP3Xxm6mRy9FPN6nqxUYhj9lIB5y1vZJ6uG69Yf93PaGDypSxbzZAuWTcFTaZOw[KyeSI3XlNsD9nhM9Xu6zfUb9R6Gk7vVxGSjK3asEIxxE98NWpZlowmmoVhDzqhfv1MnTOZnLuf15CgbOPaYOgRk0JaLCJWZmJS(qRxMB4quMvt5cp5FrC1geAONZuPbX23bXgbOkLgcN3V6n6D2tEv361H6OoHCJDNbLhJpfYPCOEoKvrZvMbuQHSAyeDau5mm7F9[OafcBDCU39FeHmShaun7BzYwphb3VuQ116hxXvFMBLbuPonfu7uUBOVFKLPhcIS91oSGcXBLJ3ArBMzKFp2aJtuT50bUblebfQ[uYIHLNiQuTVF2Yg2mZa1DdK5D0Q88epGWxXFMIgttJ6g3JPCbHU7x5EGNDTfyWx3gV0JXzORKxDud94QWwddXjAKMCSykEGuJt[H4ZbIFQMGo8v0R75BWWJlrqOfTI9oBveIuC9GGRxV3ix9MQ4iQFVupMTPLN5gVqFDBJHIFMYf74PvB3t1fzKg5qfkmR2MkzecR[mN7br6avzOiEBg58EHKogpM0Mdr3io8nslBk0JrFkzO9zI62idpmassOD3DuHgJRRPdG2tOp46KtlilNSfsj0z6SzomHPzy3Wc[ddyx2E7HaMOcOTZuJJVApzYrohJcodwEiePm9N0KVslUZ89SpOXbZqJeoXxuZ55lRUttGsItWTNBSrnCOlGIt79WD4oJFBpC6V[kVSz5mJwuxYeL1hFkcbwG0ttf0yQffkVL87R2KCXypNz6FUK74SQ4Vw2B668pcCxmkJiwV0poWQLUirwFxvX4kCSGZiZl4TW7y[RSN2xoMe1nyFQ1LGP1ppFDHlNAVL8fywc9nEAMyiYFVkV60TP3rvw1BoUsTj5Th1Mwer8xf1UlJf4fAZCFdVWVHTjb7nETlOso[4orf2XuSy8oVh1WGWPMq8x4g2YbxzPhmZduSipkYCPyzhuneqD14vA3asDT2nf2ZCyAjMgUxa1HGRz8TpfAlzoSafujDJCNIly[TEGzhz7FXAG087kFjXw6HdCzPrb5kUcKxAfFsgqDTSirPoppycmJECVEP6dFLFNVLcMGIC8QEQy6iOXdfVkjLLWXIZQimlCarG[Cb2o5svwRB7nS0Fg4dEpvpVbz3at3B7RwA32ba8yU6UkaeDERfSM48NNKLb4e4aIrWRIdfFPVl9CNmHgWESl51lOJ5NO7sBUlJ[jlzvkJ4mtwwTtdy8fc5CTsawT0TSJxnYOgLvYgOz84A7XlhOCWfP7hLCvVyJ08YsKxuY1XtLJR24HTZOcsFgv1DBTtwlaF7gc9[CDBK5ZZ7eJDvCuPSxZ2VsM4Oo7PEKMEjVEc4XEdphQ9pSiVMFuaLuL0oRaBUxC3oQ8XPESyHUO5Wt0Pi3jMoIfQqbEFL8bj458[Tdq98aQw1qqLTrjOFW8NSrycUWhqzEZJGZauOW8bXEaVkGT0DLBXec8XG3p5gbq7ZOuLaxsBkh5q0rV9B3QJ7b4NuLU9LI2fgN[h49yrEv1nOJErgGRSDx5dfGhHLVR56yRQCbFbiXm6gl5q61L2mNwkAir18LAoySqmUrAFg4anLnc3l86RT09IBPCkoLPSd8SCw[I92K5C95dDDosspx63sOuqW8CeObRGu6ahemAs2pJ3NsCRVbpMHvwKWoaRauPbuk7ckU3Uj2uu9TbmJYOjjzfL3zMj2YvIQNP3[EHkzeCGy7IWGgfHJvc10nkWEypqnE0ygxzkbodtxO4WW1IQnmAf7yMiMCk0DclAcyk8HHDVyMK5wfvSJ6kr1niKFyRD74rafGt[24FfcrMrAwAShylTxSkRFTEWDWeIN55Xqc9fmKwtGc7ZZEzh3vDDFlDZLS7z5kfheYTRuTi5PUPfQp1xvCvmqMRQUmiaWydAZ5[SLI2qJYS2mzex3JBm83QAjaXfgxXlpRUXob6Jzrl48C50hX1QRO8BEJcQtXVQp7kqIfibTVNZpYJlJGZE3pozHbyc517JBG6Ba[8dKuMCPtx76Xqz2M6cPD64ZdYd3CnnIB28A52qze3fxhbrMhoQbpUsnmwBuFlcPzE4jpx7DR6ii5nIC13GNhtAv0tROWwqB1Wk
@@ -0,0 +1,5 @@
1
+ 4
2
+ Je[7vbu99IXLhyVSnUR0woIsYyHAU3[Y5BO5apxwdjptbzfoXWgF2nO2QcUTP80kh4FED1UV8iZ08TynEM91xN5WrGWKxlpOlGTa8h3cb9v0KWHXKvEIH7nWmZElGebA9cI3IAyUVvSze4IGuQBc0dXdUN5ZrCptUFUwTNzSonBW317ZovhGa1Es8XIzYUWdLeB9q2WwT9XDNydksmpIRfrH55E7MgKHxpCje67fEVymZH(Tidv74sPSsskReanl7BjKN2LEbCtCGtDinlr7lJcUUZYnzrWXfV(q3oP8qRijUX1v)QSlquYnqVxkpY7H8bXP0f9vWU8U0crw04oIr2iXXYNpy1XLOaW2tTHKSxqpKkhVuukY5XvyfAkevMfLOf5jXoGv37EXRPq4tilNhNfd6L7Ovk2E91KMdedV5Rd1L5OzXXaFEGMEwEFzOE2ZZWZdG9JTf5RBdR2CanSt9r5nYIExw>vfOa43GomOMV8HmmrsYL1rn9vvEpBYif0DHMRRvRKTU15W6CUBamFG72rF1JeIe9jI5Tn86Nt8<tMI416Lec0G>ib6lMQNeXzvU9QEdU4OF<J6TRcooyNCro7VU>FwXVXDj2w33qpUtxaznNFDss4sqkFvgn3LQ<dWtB7CvNwvwdwWrG1Xujn6uW8viOyljQFyelgOs46Nbncnl5etsdowTmkouKLQMGL935UeRkNy8u0GYMhxkq4zZhndVujg6pOEsEPwiymMeOIkD9Y8mrg6RlIcqYElyd1XrvIV5RpErWli6H4aHtoK7tWX3rqxtQSOYhj3wkGJwke77duN0onxE4Z4NYlEVQ9pacOKTswXDv0LQyAYPhhnUTzDEm1Y8gHFDEYgv0k0EdkFDpVQHCswNSY08lJFj(dSlFRmC5ToHMCtYOLDBO)68o44GqfJ6Co53njk2gWupF8gvwNKl63BKMO2u0owk9cV7J3oDP2K3FnPU2djqCTFEs6gAJXzzVRTuwx2DENF5tyyf5UrQ8PXowv62HVROKBHHHqvFOKneEVfZOmyMGGgH6cdVpP4jl3}ebN9ZhGm1ILm3zU6RkMnmrehY88yQIcJXvr0aLcwrjpMBT}wl3k0XFz0g5zXU0oFyxfjCqy7BuZQnRfNmQMJFuNGq8kPhfBJFgIY1OTAHNrPy0sEtk0yBZWjmtyp9TnFu0OYaXXkABdMdUjOUW<7dJx1QJIhoF2P4lsRh7DAvx2QOpA8Zf584QJatzIQfNk8OcFn4542P3ucz2um4PQJHB4tN6DSLlGqXaTj2GAqHFsvSJ1Hf8ukNx7va9<Nskjo0Z1e9PaIDXtDuCBmZzuFDUR2SVAG)0YWwmqEugdAKZULDQ[VLAK1pTWvlMKWzofWncKjcnvHJcIXqtjWSKAypks3qBxeor2HHYdrsKmyfTYCHOBdtjcpcPJU27nIZpF7bjyW84FwWDgHLZcDiZCKWq1JVCMqgTVdDUKhwGWwA4ETXXoS94lhYdLlJtbu)JKbxD25618v1PdkM9HxLzmazanEWaw226fdyypf5V8EOjWt6FY6MCqpNIgz3a6rIFcgZlaDeQ78n3LLjo0xG9fJ)Zri7Qw8XMinMNYRW6bQ]tDbV9HF07fetqZ8<FSXseJ0WtNotAs4apL0gAw8TJsS5jTzrWcLZj4Xaal1z1lYLL5d669zlVc45YP18KvlkhKuGzBrBkcG4CU4kIOUbdJXDPCIUwOeBBivj2xLGPBYx174kskmpOxDFYudymmuoOloVzKuvCq9p708>hn0AOQRPzPLJ6p4ybor4L9a3yxTAJK4BEoFjV18PpHoqLBHzxr9Lpy9N0Puq9xloi4NTAp2JaIYTtBIZsEjEwYnUvNyXwowdwCkvTUmjhkDjOWxXTXin6rziUdLfdjXfZ70Z9SNCOz9YTsXBz09rt8{JtkIp25Thc0R3YRPcPcnfV20FRCmnyJmEB9UgjShqzEsdTERZ7XbAgXRBKpRIvLQGU0nLHETxSwgmC4TvTslJRLpDdJfEBPGMvmCVkjGp2jQ4nYxJRpg2prdRD7BdljE5XJT0EjSyFSy7cspy3YvEp1cfWpmWHoopQGyZ4dR83MVC(YAN7si6DF82aQfxQi9vjAj95CcQMeBOKSPNk2CmMcflt7uIxr0G3WTe3MT9fUQ1g(3P3m9unjJbzxc1Aengy3S2LfJBlFPOQScUK7X3u2qPVZ0bRfC8sCPjsJI6IyDfSr9rzBywEH097aZVvnIjZEQ6ED4uIgQFSCVoPihDWutF0NoFbAxHCbllRdV(s8th5kbFiV790AMrOuflj27fL5sGQaDvpvnv43lnT3nMQ1jdNt37Eh7HKjF5wKx90G8YJaYGcBLZOEfXpXlxB3onjQPB8JQKw9DSqRXlovoW1(C2KFfaAv2hZLiee6I1rFex97mXRfmzju611whKMpWh}cEOqrrsoS5CEce0GgkaDWo86nGGhwDwrsgagPX1OnpoBP7jfr8FbYcs2Npl7
3
+ lKftjBSCv3thXlme5ZdWx5CVvlKHcqV3j5vqRJ55bM2cWiHN6nMTeiKJDLgrw003BbzjGJWOBB]eQUnBBCcCwXGkr01KOAPN1xy54dQl7HHxBS6o9fMrCiqYY3dYG7XOk27ods9ssmW4B3bj7GzXzQB6E6kLmZPK5hVQyMS6QBGFeAUWMSKCKCdLrlBSoDpkOcosfDCUn2NyvexvX4KnDl5CmflAk5MJe9xNkpYic2PDaKCFlCC3D0ydgQDaI2dY1A6gq8dW]8XrwvPB0L92w2DjOJGmiSe1GSdmQ6WFjVXH118lAzOciyNz9HujtA3lUg3ZMI8CGpO(aRBaypGRPE5PYOeiHp6VQmUkTgRIISsS9wcnp0yZ9Q}opLRdwGHSYCH8vxLzP9fQqtL5dsA8YjepZ32Nv5DlTWAqvQNg1KO1uL79Kpuge1NnMZuNJd53QPJcmENCyO4pb1zvJLjbswKTvhLNM8aeEd0LW5aFcZ85ly1Mu7H4W}quWJfBeIgEnnWa3LUXo2eVBuYwsMRMl17Xnclv9sUOOPTxDAeBZPXFwZNfpCKUriAeTAGVu5HTrTrtRWEz7iu8TVg2dbp9czEsnefuQEmef9BXkXTSag4mgInsOEFe11YX1yjhMpbCH4ClLkRrbl3PGhoGob0gVZ43VMT9FqRX8wMUcYZDYDJyijf1qiEz5EbvxTHhqr8Qb(mabnRnl9wNWnsdGU3DGCUA4QCYdxoBjK3lAUAUDQ0nrSzEijAc5Ri16R9k3Bqv(gF(IeSUS0pQ3abhGSSBpJyVkiKjII5bKRFNy83OZev3J4SJrVvXqbQV4Lzx412toON2b54OOEM0Envwm4ELz1aaz2F31C9hfug6MSQ8OwgTG6Q7KiwCCB2LZ0Wi<YGEdG0wpGgvnDmZCHipzVQLDM9oaGKn4kbUXXKLfASPb4dBPdCK4xM6bXiXOQc{8k3UNSe5ahlMuoh5y0s2xhMBac3sqGSGG9v0FdImkI6LcE7{s7Ip4c35nSsHez2eWs3ODvIJy5gENWGWl0J6pSeEiCEZO7yTlyV8Ss9DXaXeAgnfxKXHjzFcjYBbWx9pmQUjHMKfZbYpn11ZAGHuSsjGfS6nI>F5HtNJJwjCmGeb3HIOrUR2i2mD0POWATYQqOQ3sdqdd>Nojc43AhArLFacEZbD434xjlBYQoyKB2kbS9oijdnQSTDhkj16202tSrCEskGJOUIx0Rta5yeBmZlX4cXR0nCoSzkrlqNQ01aixImm9<UbRIsSy)3U9EC2xUQTywLqORxAMIA3Cfm6NkLAvQJtzDhYzGk}z70jewl7QNBSix2XlcpHvScYHjZTJvXRNfTNEqobQHwpw4TCIUUMa6az4aQP9ueoR0jVKthCA3ktzjT4oKChP4CWAXi6Cr1bagmpM0dzgGRzDiVOacDahXCkgRhzs6V5PXNCGcCZSzupafq6DUZm57m1Xe1U0igrLy8ts3P0AIs1gKsIZzjBln5a1TSjQgOQ19DVG7s3BulKghjEco5sOftbUR3<jjcJb4FNlKsLSruzbw6gkoyb4xeM67pXbDdlwbAoUrvVWUze8f4LBqRzh8GLLXqQr7jlJK0HHGVMihcosZU3sTMTtDh1vxAyDNbND4ZkHkZnVnwbNEVeZUaKcvMw5BIZhDgZy1M4TzVTJSbkNzUgliwpMJ35U4tIcuGJLOgGmSbiT6BFHsC98k04QAO0OfhWxxvXEbBu(d5oUdNGfkJf54f7fVCXnOoVqrkMBw7D4e1iAAxhOi(Lb1p4U6IXfiOLDmX7CS1d2Ez3ocCKPNgyQtX]8P9j9pShaFy01KLGnUngL9dke5DwJfo1Ke9xqKJpchQQSc4LcVDA2Gd4T78c9dOYwvFesmr4FtfRl6]>27ltuucjaZRI0AYBiHLQdA0hWVj9iRUzBPyFf361orQeGUK7BGhFdOQJDYNGmIHVf{9VR8N1M71OwgWD1ubfWVS9RSKu2apH6oXIK(d0mzin4sugg4lrt1R6BqeNyeGhBXtyzXEqdoKXOHK6whBV6OGEtTVI0BI5JnMChL6wBpcNPQd45IOkI6naidJtDYTH5Rpd0liv7cp3OSRLsjWBYL6440PGMh3krbb5ckV5Wv2WDbv6SW0wgSyOTcrxsKfQdp8qX9Di6NqZcuj8JFg6uG79D19ThmwbLFnQm070O4BdFIayW6uRlxLVLs8zwOH0VGixUs6w9At7cnwEu0USk8xlhZgHPokFncUm2lvP0A4I3soPQnIUBtvJ{95tx}vRtfu3oqNlf5TbQ{I0B7rTHMdOfF6lF{Y1qwd)F0qh5gc8E9MlIxPsjgzehMDaSqE2cgPWiLslK1GTVjDhQ3wA0IIIFQSh8dMrBDC1445Ibgnhksvk7)LkOYtpZUlWThTsasLNVsdqp3KHrpgcNkSWJTjKrVGFL1c2NvELTeIRkWR5ZZQwoThpvqKi5NoOsDQTHRqxUDXbwLhsrbGz8nl5d0LpvANsPT
4
+ CRF44EaMa4YIAll1Tt5dF8oYhJq2csHdOmfxDDM7zQo5vjAH2BH11rq[XBbVVWv1nkibnqcpsYSXNjuUwWRQTCW43NgsnlOBw3BALBCDfIAvMOXBBZgirOLpRuYYiTKpcOJEBud1rPDzpXKdah6nugoUjFwKIHt7IDq2yqck9f9Vgv3qmQc48O8Y3G8viLUYn3Pm4TSZ4E4[6hssl4ZhmLhzDI6CX0NuIrQjvoy940JEEuW5MraoGJKqcFVwKrIxBgeWL9yrLa6fZKmoRPDLPExMVIpsEkGT8OqXjZPBWwO97unZxW5rRpHUkLStIHY1qCtOsBwwyhM3K4Zejn0f9LFY5kTrTt2SeInery1Ojyn88yvOIcX0nT88wsFtmH41WEtrJUGSPhl1FpBjdcjWYlCL5TRQFIv3gMzDhgDrVzeuBWEHvrRvvhoaPgSHyEoz990eIV3Wv6mk0yAJ1AuhkrjuMr7Mjon0T3SWNFQUeeesijCwUNcORXv7bHV94HAgxlNqxPwPd5C2DPc9ZV3hL0JGgmHS1rrTxyQS2SqjGNRMKtxxLK8Pi}Av8CmDguuTUbiDxpv6hq}5Wxf48TyRa0ONYasmjBcKMayN]JrjobY5BQnqcXmctf66S)7ApHsM3kOkH106zLkMshhUBQZv9WQIHQoTobE3yLBzmPt9b)g91ZPTFAKHFdDE01uKKaUQfcijjtOx8VthUPO3BvTeC6E5ohoqXXaKq1gIrc128Tw6aSNoT8axOoVaubpxdRsAd7w1bOXfro3lSLGmVPBInu9gbFZRZPijQ0DJrLhrWLK79PvO5id444320vLLhmghn]RsjfeWYPo9epAINZ63hh7M6lTGqHtXE1E11tSYA6eC1Az]2Z91AU8xx11VIMAyvp<v6suXOoaeRIaswkiIGBV0n1yoIrDYo3OE1uBawLsV6A4gA01wxrjibQQhvxPXuDAwG4zIcrVUiulrKm00fOBu03<xlFE83NOvCV0zcUCwzwn1q46KvguzAs3HU>TkAye2DpgJZdS4ZkYDxHnsEivbVz}CcZMqwoFHUaFOGGHL5RLn6vYIy3kFyUOjg2YY8ysPHjtfXzkauzYMwa5EKhDFZI8l07OIM73QmJ33ajN4SvwQZ73gyRsLLWgOnQvSRy2jPhzfj340ZNGNWCjfVFSiV1asgtLeRX5NBN5FZmpf8WxBumd8evA62NNkeZUiZtYjNve65YOLaQHy7D0wNgYVG1Yitk1X0kuLAz1iEWuIwz0OcHP1ti6mZ6p7tVxqPoXhxIAapsJeSGGnUO0g9}HZKW(JkdtY3LqXDUNTzDDS5ePPpQAVe2j73Vir6Vno7cOfSRWpfQVkVKd8)rDZAmho0LEiLvZzeWv3xFAjwQAvUbAhnoM8n0WLuYHYMQ0rt2g6g3e4YyxqaHEoE2wuydMlqKi4jZ7ynJtxHROcu8Rllb7FokLPBi83gPs0tzX13J<WcvH3yZxIf81ekuPhwueZAbRo9DzTl9V4FZ1yZd9zkSilzm5Tq8wYVbUX9klXfXvoWgUtnP0GoPzaBjG5tnWvpG1wuuhzA7xSMii37KDIE8NLio7IDhhVJESkgof]F4cli5zKgMV8H4eaQtq3gxptCea6fDJhbXQkW9sRS72f9lQS1JufGIVVxsOODfZQJkfSRmkhte0sDqLrruxutU30L]NCCuMrYaxEa1ZU2dd87dHNBwVl9xTAIcdqd6J31gtMEDTZ5BV23JDX9YxusfGKwj6TxocfqEo8JnIFLgvPf3AIc70uAyEszHrXcN]XBDCaDxaxkJOnKipSiYNnXHv7<2rBnojd6AaglXiuCUghCkiKmVqu6jDSeiN3EAYb0AQ4tIDtexFtlqXwtj9bkbuEQ5FPUy5cOB4AZyM1I1fUU8xZQ11OH9ZL7jbcrwa6zZCmFox1Xt5O<hfqUj12JGQjFGwQ2vtzeBtG8SsSFxNsOJAyc[f2dwpv9NPjqkZXKSjPJfJI[nV2R5WMpNJLox0aiOQdVCYTysVnIhbSRzc6nkr8FLLsaW0Xe9fpoc71nUimBF7oNq1v7)UJUbt1ofjWuwYtTF1ucNB1H26j9kgmBdQ7yfBfKD3l20wvKxD>KZxieEnijwzIfjsmL9WjtNnpfIbAyLVMIduoUoGbKQSMWc890oF21TNu0rsAONOQrNyc2wr4XRqIphOCzmzJhhH7v2vCfiuST3JuwyUn4SQgePVhz6SNtbD4PHgZUYHaj1vgTymXgolB6C0Nl6vRCuUK7DniIy6oEfIEw02XVj9ewLsBsrPqewtr0k7OZht36E17czS65y2OVwV1PyRP8z5reYOUY7ly56SEfetWOMPg2QpOlR7WtNEcOsbNIbbFxHw0qpGAwf<ppPA4zSbNLkh)WcbljolsP2K8(O3QKFiLlz2zz4tbCuQ6MoLMqupGbadlNfuSzIG8yUuIH6PJ2eQRpv13TZwwAaDuyGwGqzSTaKMA8Hx(LPJYk9SMUNuY56
5
+ F4Pd6PZ89pZTX1ActCgGsGEPYoBUaSkqmaYHNCN9eQRbkYEvxhZbaRxDwJAF7OsjCq}j}lc9bYaXFPKUfiUNA7crYqbUiHRCXwpjNQhvsBx0kh4tvh0pBQBBeVMHHBbCERtK0}Y9ODnsLDZGaoe6eaQodtyDxWzjlJmtw137dNIV85kzje58D15LlPhUNAEL1mJNPJM78Q3sUhfPZnPo4kFx8nmQO{PPs42Hh1pN{yg3Fb6pLQYAl6i2QsR0ZyDfpDnQGnFSyv6N3KfmBoqHEd80TruuQqhZkFXm7iv5LnPIZNVy8JYZGCgQYP5NyZyXSbOenQHAX5suHmPgLzgZJpO8oflP58twv4KDZ9Cj59hzUP2JoSrjyb5sxtgvpd3vZ4wToToW1GDHnqMvYkac7LnONwLhluxTUA7LbEKoPJQWDjhg8Lnz9W8UYBTuCFKlhR8D1TTpVmYHuHP8L}EwhfsExAxUbFQu1Xc6s4Vu8OTxnXnrc7f5sYSsYI6j0qe56zwO2t28t4Dnm6hKHmwRo6me1OxRi5WV7K0FwcuqulXX1PT9EghLEojku6ah4pqTAfqVDruOjMkAMxm9WtIe7lSCTDX5kc5K57ka{icC2AoWEJbjnbNBAVtbmeGmCemw9Yhm0CV]tfez5Nmp0hFRMJgdNTCNpbr1Du9sIO2AB64yNI9knU2W1cPcWhYBlMKQH54G0L2R3RhNeaN8ySy95IQNgs2JyCb8A7lzg3gZ]q060jRSWUsPG6UylnZNuwN}6I1f2qSe9Ig0S1C791sMB5KY]7zCAp47ta5GjrNldqXc3hf5lpHAlfijFnSb0RLSyUOVqEn9Ce2YYTulRy7wbOo9nJGqqJ4Esu4oYMel)JfCvAh81lDGsiUbD4lhsQwtteL0OD6SwgSFAADG0Vo5My8A3gZ(zfKjaftCxVEcWGXh4fiP7vQRN2h28P5DLOant19F6gdsR7mWXa5WtTvuEDZIhp100cgCes7sKmBx5dFeyl1jCNirktkt1XoTuIuKQ6mTkqLmGG7jLLPNEr4JiSpAm0KZspByrNLQJ2ipKYRS6z1P6gPxh4R1sNFkLalGsA8U7iKu16O8sLGrNzxIdmyG9qQq9loUR}viufvm40O2nXlkvwDvxtKh9FNHTNgyrXqsdBMS9Iuy8cA5aIvD3ezX0PrGnUfEAhtAmzMQ3Mse99h34UxkknEBCgFECH9chhLOWg4fClIrhcWb9xpNCh8zi0p5fxcO9QzmLkZRivWSa9Vewrqobxgm7hUBXCClb9SarCEuAgWnThVh3sKGkefm9nmDa2QWbvwcxgDb4zOf14kEveVE{JeAGoXkj6OxmTWp05LUnuaBVK7zCccGaGk0C1oTVJQ0pezURtIJC26nTkaxfbTCx7[hkIfQJM(nLFYZCL1apnZr2zusDgwPfyny2V09HPfn04liwaj4DR2IHm2xdqyaIYv(tTrPQf8e8Z8sh9hff0mNFk6uN2aX(mb2sHXBMBwjHgFFSfI3qexM09Pq9ZEQABBM64KrZD593reTZumTDgDhS6lw5hyU4Ao2ASblvZf8qA0mUZyymgbxFu5PhIRd0SutbPiSwX(N3CrQlO4y86Gj0okIzLTYT4nKg6sChbLPwhQG9MdCfiYc2P)p36xxGRLHaPP8Jww3AYYdZVFBrVaAxlrD)9EP3Gx)DYG5taxdVVeliDNz82ZjkxmLedARsVh3HG5b5gGOPzJiba0n0IBwM(jSn3a7MguIpUmK87CRGSCnFLchKvMYO4PmSGAitWZuwps6MBicRT3y3hEzp73Tb7lubrCAkJlKnqgaCPP0RfQRczBBb9JooV6rDEZrVu7LkiSj1QJcZxb5sRT9uXkLiubrPa2YsnLbH64TpTHO8uKPPuvrhZLSALVKgTaZJ5GfQjH2GTQx2CJQ2eDxThOqufUwHSrM9ybDHL2fr1Wn0u491NxwIAQtFFT2y6uIbcc56GXR9R6LSsGgBz4GNmEyQYmPR4CXp37dyugQS0XUhCVu1t8qmmflClC4XYBAdahi(mpUhAuwNnuSEJHolVaMRphd9iE6ZArymhcYK1JneWXM5XAOfdq2aYf787oBVTFojl48HKknXNn0z8I1wDfUSiU97jsuSspy1Wz6ZfHrZPsprNqaMttSn7A46UvE4Ut]RKA3TePw1wpnH8scLct3b8B5Imo4aewMYawqpK0IVOi]f6zeOsYNKza9QVlO6KSmweSIwCDFPHOwHo114TNSM3ZIAacvYfq3ASYrMSOrGibcGRT5GvW0HNKMLamecE6DtewLnhl9hm(INk8ktpiPWMg9N9y4zsitZ8JEsxFp8CWsiXnUGv0fQz027QfoNk5xcT2iUafK6aPuGqxy7NX1LDN(Uv6snLpWpKUZdOtB5P7JoY1D33FUE58S23reN8m0l5Ku79jzY9(CopOfaKtlaalvNoGQtH4T0VoBPFTlneKsFQtLBkjrZPB6sfyqS7ZEi8k3UV9dq
@@ -0,0 +1,8 @@
1
+ 7
2
+ X8JW<FH0jPHak05Oopw52qK659uTE4Hj)pdPe7gWtt9297C8uvL4R9Z2P3L7eLWGJCj5JFuiUnrR1XXsGJmnIRWIpXRkHJ12whfRMLqhoVqyu2K4w0OjqZDoorLu0(HgXJK][p8TI0QgO6U5yRR1aPZJg2guKRFRC95jpj18jhJJGOus>p0bVyvNKIUwZF3InFuq8fdDJAOYaSJyc0VbdixXKhwnf1RwvEZFhsy1IgJ8gOeEcPIdb<YOk7jb>IvOchfETuhB4ttXqB1AIw3DD(c5i2ZiwPvx4EbWNyc9bD5wmCfigVH0x3jLhjxQ315vSXeTlQ0f(Gy0c5wY7eCEPj6LvOHRYQbIrAS7wlWybQQllfHDD3VHKXtuJH]RrsyxLejjXUIIX50txlSbeoqq3MnTek9IfbyqRSwj9QS3ifZseWzWIuganSm5s0DiaOLJG]pww9NgeA2>yqn3nsRP02ejVAVleTXhQ9KFmh2i3BaAPtjHZisq22STs17I2bzSrNgeesXkpGZMRIT<Huq8q7T1qW4mUhKU>NZzfb1qtpUfHwG128l2OLTrbv1Q59CQJt7osEtKospAESChcBK3<ST9Ke)KOnNqWae)MUrZUAXThc34eRfRutlouRCHJuWy5QyFtg3hQfDAokOA2X[cVH9oGxQavxyp]rHm0A(50TuZSdtUmdsC3eHR8E19VLXmYJWUhGzYkkmbnfft23Q9O78kwbF2Hcil4AsZUD]lsEJR7ZXR6fuTMV5B6fLQImeHcePzbHNmXd>DEocyf6M0M5BysRN7hnr083oKmwDMgGCD6vdS4GULgbCme0A7NCDE0Ew1JK9PGqg4ETXhHnXADmiwwPkJKI7IqxmgkD31CUNYfLEQR4RkcAglXdi1UEC>DuG6HdJzPGIuo2Hb9mioBgFAkxBKkQdUK8D3FtYQCP7TBNeoNX9VQKNIXKtY7Tm[(94Gy3fYE3yfVHCPWkyZCMyu3umocE1qsO3HyOYwpnx2JSIA46YZigNWBDvBWfBWG3pytyxAb7oFHA44bMkf7rLS9oM}B9G7)DhAKLPetFmLWCNaA<uLvvKfZr3cUvikYMawPYE6OMiUqfydcZngc9smIOGM>yNthl6nwLvsXgq(hPAFkDTsolTU45TehB82remWLxorf9Q3qhJHJZsVarsBW1JuSA8O2hGx128Tn07mcK>cCr>UT8e>5L4ZP6qIA>)OQZhDaSt5jgHq)kYfhZMR1sj9IVXoqRKLlI5Hx)540oS06ohDAxJLhWkv4L6ghnKBeHixgXkiFffpj)odQDQmr7XbjDJKd2QwidPqLDWoBJXAPUgPbFO5n43K1ZQe0ug3WGn2hcc63YFUwxcBKeAKCW5FoanILT79BUs7}aHsGhnJjP7xL
3
+ g9UeXKMJaH2Jzr3TvZz4gKh4koqa6N]1ZT8lxTEG2avAzqc44I2g0Unk4lQ04GLWNSIPUB0SLnqkAZxnKMSPwWfNpMiAvB8aneiG]uQaSMlKXEXI8JiIMn[0KVaNYfFUDHPVkbhkqCXKGX0Sbk4QbW1AN[QadwOPsHNZNNgu47dlz0xNnHSyfD[bVqTFZamddOhbdoHCEcaFC4D3bpt8WUPTZv9ohSt[7EYyjplSqAHvLx6A7w8Ks}O5A8bxP8GudGlFSbKi9ASb1eOqzOJXj03XqYun7H9[KnH7jJaWXJ]NThhfaJVOLEYVR{F8m8J1fVO7AySiMkrio0xElNPlKIYRwAnuakoSyi]KRP]pRDACVdAzfxJO]zwzANwJg2cu1WXN<PgDQcUdb<Ju6xcaBrVTX4hjMW6lGBj8j}zXtbJeOcdaX7J8omuWckj6PyRXDnsX4y5W6SrrbH4n7mr90MSq3}3<bO9QJeGs0ZXKG4YA4T8}Xlna6jeddtYXstZExdojLN62fCQ9vqwnEVNwHtne2nQQS6940cUyj>CuUAaYhvV<1Bnffhh6bvqb0WTk6OJR88PrcgJolMkO4etVSPZ1SDK9VX5zf}y<vOvwuuChQJcZYyBYPVUwfhMaZcpviYYyYDaD}S4DheTudFP4FT7KWMfkMhtNa6TzlYBi7Yc(j7humLHG1PkqJOt73IzL4ywRvaBCRECeG)GaxrPh{ekW9whxA12tY}YSHhcgNNmZ2pZuFmpZ92AC9nfNNE35VEq1uih77yYlEb6L0Wl4Arr8BlbnHL2U4Aiwjfc{JgFEARotsnXJ1jaVUruzQyq)qde4RE9GFzPavevMrLaKVurp9x6rvbjBS4hXR3S7FPO9ERrqpdTGxHcxFyOCnxVQLqkGwO8VYZnP)xQEtm97c8hESCNqOUg8uO0geHesoHYw2A6k7GBHWFrP0WSWB1ZfCVyQBDzJMcgNok5qJzSTC9X3VLnIv<NY1M}KDq7i{vGBkD5P5KD2AsVKpPs3g3wkeqwK2KLlbsCzsZ56woVEkNjApSOhjd7yvQAO{TZZU04lBuyM0U[X4ssn15aZgZ]O7w8MzLxyvVwlbLsodeF0jF6RtR6{XVwaBSQk8EokxVAFDcv3Ks9kwOfvBVg{KSdUduNPOHD70JAQUqocIsPuu52GN7YGrpjRfuee9THlBM}XXdOCZWKNdyH{8s(wKDr5)SI2K9kFs7WDN6kPFqjP0Q1bTnKhiSYiQFB6SZhfJZWHbHx}k1Rn5csGU3I7EgTBRVILG3andgHi8wDUD>v]M9NT8Um55HrYT2DSI1DMgsRsJqNwzuiNO30vJYarxn8q7u)05XVrVjmJHPaOER4YWKjWSQaUlnSwVBEquAD7(RHhE6LXpnJa)r)e035PE8p
4
+ pry7bJf6ustlbh}BRnKkF6r(ej(BsGw}IUW7sj9MzpvmDW9jiroLLsoJKcKC[JrK0TMYkK1TCCQNzihgpK6wkMlRWNEX2)0npwazEm7StfYjJgN81VWFAtN(ha5}rPKK}jtrUOIXg86GAiJKb0DQ]Ags0wydkajXAQSFZjcY1SYCKl]S5177{4GMFHVI9gwu3HquvFs4mkWysLMF9KMGj35D8CsbqMejPxaQ67lC1}EqjFGL0fbSdXUA0VEeogOqs7mUtcyJc1h}xZVdhRQr8JQ{hnLMHwUrUHwFLKwI2wdJrndBajEVHfhahT8UQg7XWiJL8]JbHcT96SXkL2TGsz8Z0ClZ4tThDY)GTcgBeFWHo8MBz<Ttbaidi7}NLQDh81vsjyPVcRUfS9{>iido2WUCnZFeDH54CONFpZ7EgkPapLdR7N2zfhMLutOhgeLIQEYujs4PFxmPyYHtgNYFq9WOdmJe>9Y4naTMXINwa<3f0dC0pahzpvt{TU53L1nhkd6PulnKLDVSXBg3V13w2ph0Ww54AZvFhdleuyEc9cueWy<stlkrxTUt3X5>QekeMb7eayeqRLoCmX8Op6rj9nTteod8TwIOFpzH{W01UlJrilKfn72BFEooqWfEhIhhmK5lQPLnHZ072IzRX}f8Ke848h7S8ntN0Bjl5KXyyhFwyHa}SKpPzsuDG5GPvczesuw2lG4GOnZvOLFJQczCNN836spub[Tccn]GuB}GWzXiYG0ZWaJN7]1RmpGnUlI2Jb7EN20noccaeqaG5hAEab8FMCoUUBggu8TTfiV[h3q4ZE5wqmu9TJoUZV4C4SL{MenIuRnPV6w>7o76gdkxqvqS3ngJbkn2ba1zd3IGyG<zIJYYn4EyEDk1)ceMLcIGxs9vGu937xojcKj5ztabeu9BHuj9(Fv5aIP3AIoXeiOqm)A)nZhcg>uEIBcR1Ui7GybBJgcbrSiJKj>[jXbyMXFk2Wv6xogZvFbhcUDEZ>jFjtmTahe8uArPWZwc6R3OH4tLa6QL<oMYRKfpYitYcTAZOau0sq[EEbSjQVt4DfJ53PGSAayszCnePOxsEVxcEwfv8B0c1PNvWpZopDeFMs0NlpJW<c>e55oimnifiahd)3fOGz6myRnZrjgXvb9mzIBKeCR93n9zjcNnQKwiMycMoeS8R3zRYv0a1UrLDPd8RkWgjR9JmXdNoQB76J{w3R5IpOj56VbKpF0zqutc8mNGq7P}ftUz}CbAvZ>zVaXZ31ab5jG3hB1wZSHS<3GLeSGRWkWVt2c0z7Rcse9R36v2ST0P}8IdYAsmxf5Q26x6K5Hrt}}b6B3Fv(InRPgMc7wbqVNOVid2U0wI2nf59sl2EnFVK3LxU33wW2IwskxDnQE5XjaJbOSyWw)Ozyn0z6S4foXGX
5
+ Y4(eNWIVBM5DUF4sKADxXz4oCxiXnYmpBCnsxDemD)Xc7m6vu<zwDUGdNiy]EiibEoKcTXTRX8x6XIXmabUb]e8MJfO<0h5R3BEPHPPue<sDNwqvhKRZGDoxAU>fdlON<wO<M>IUgIeW3iKzYjRmYnPvWFNtNB9h0mD77WTimXl4twN3Ip0WXegKqlv7NzrnIDEzlmUJ7YnNtbHsRDLwHcVHW>(mJXJG2Hwd0KFDbOIf2uYkzf2U2)bN(KqwYRvr2Hgo1CuFmyt1GkM9Zuuw8gQDwu8ej>pmCcIVxufO<4dXvjKKICHSZCOeIu({4IiYLJ1N96oBWiEsrXiD3Ea8r5CX1RDXYUG8ZA0YXgrdYyE3b30ToHFBy2YKK3R7oRgW2Ddo}y43vDZZOauNfSu1QSNVBqzYAOThwPc9Jkv2Lem3zigE3a<OPY7i5o)7KaKtm}GvdF6EvSE{9UjUnUs)DlKUc1d>idcqg8t(rAXVvGuApgoNayWqPEbKvZwnXqy6vqWomh3PHDouHzYvqOEUeIiqC8bzUVecerJYH1CxBvBx5>Iso4KkCU3Dk4sDdUboWI(IfnbFbpj52JN6qEVZhYQgc)v[UMEhdxrcht3th(pXOCCLnaN3BD5RJsyk7h06nu9hfEoH6f(FJmuY6q)T70hezPjcPt99BA909LodaZ6mW7bY41jrMvKQ}2QerM7xYBgyDpOJchW{6oLUFqgVPsOhQ7VVKeCBp0QZWnlN1Ord8xV)dCnOPzxO7WlPepZQ6dNFx1EeAsP4wu]ps77}}mrWpqZTRhisE{cyBlSZ3tfkVgXCVx}s5pf9MEZY>sWCrlGkSa>cZNV7qlj2LCDgNWsKoiEtt8xWCzgUGc{hxXNkoJOgrz7cTcVm19WOiK4O9mK7xDBZ}luH{pXm3hejVpZ{MHa9hgZ7n7zV4aU43vwII7MpmeoCgGo9kye84druHY8<aln4uyu>jRUkKPj7OmpZmy7SvJizi8bgEH5X2ZSpwEj7ffdAD0Byk45eDo21IJ4yIH5dUffAagQyLK7POOBIHoPixjRjfV4ghxinJ7VGJeQSU6VxaBpah>lA86DSWe8xeQ8AdUioW3lpp9JVBUGL54Ghd<EBc4OJn06nWGlbLHho0(mdUC2GyY7vXzPaFP91dtEztRdj1(o6bpnjzhtfpRErd<vvBShn4cwFMF2Av(8B0r0XOV)UXBbCCAVWeD4{l5}(k>9KoNGITXjvHu9EnJRwp7CuopmhMZj9vGBs>RUMHfy0QnzBx5KkwTtee4[DAYW5KH7OAZWO[7rxsIRjA0USXBT3ZzvAeRr)cj<lmtCQ<cn73Un0Tgsb6OVWiva1Tet9SALgI6XIoUbzJDFrXK4PHe2ZK7EtYZbINE3RFitHHi(rYqRqp)S8DzIP8RVhD)wHGwiEPblq6c8
6
+ M7zFXboV>b>VLHStt3E6QrHbQGV]oQRTyiPRwBlClhrDwgQgmz]GiuFtW4g2j{syD9XGI}NOBjm663QMLN3Ce[4wZINokO9uK5p108uYXQeUsjkaSaqSvNK6uGxNBt[xSAXXiQknvf8zMoijWOkow{b0M{YTSjleu0YF4Clv4p{zmWEOOV02MGIsNy{BlSnLgzZyYKO8d8dLJzAY{fFnEdC}fduVAvJZv18a1pg7g{Ujg9{JBvOWh89)SDk8blVCS7kKm2(O9EhQQIsz1fxtjynruMuUhlitHNr6yU[84G2McohR7[utK7S)vv6k78q5MJIuqoa7DNjH(ywdk4kMB9dSGMAD412o2Vs5p7e<bsvpY26AEdgDkUYnVyxq8VCBZVQ2TKBjdk95l[CL4CLaAV[itRhonG4miTQNlpatsVLSVZO6bdsgXTI[Naop6fkmTyTMneVDOdLyRZttQ6nwd7EBZdAC8Yt5ybnhNEKzVJr7jY905WHDa[bj6Bv{fR}>sO5WyPWpI>D3bANl6kFxeYh2832jFjkapg(1ChrtuTbDKIpFalJTS2A5agjsbAfCxO]H0Nd]ScOe60a6LMr]Q3yqzkPu[vzX9aKLtjI7GtBoZTgIG1A[1qQzhN[dm8g40FSm9)UkLFrHwG}JDNpi9PfCHLgHBI2cb8pHXymNvRo6YO8i8g5OvmM]1[fopon36FxaMpa5ClFMMdtkDdEMHrJIqHEiuiYoj3YJn}Rt5jLR94Kp(HIoNhatWYpD1YTT2SrS(1hG5saD6UNoUpyODJq0r4GSnTLGQaHnxRUPUD5kY>jWeA{ifPJ8vakB7XMv5}bX>Kjfvqfq8gc>MQbHKp6ER8fi7FwnHjiGP99Lp0eLLgdLh2NRtlatuBoOfq0ox2P{>PIWuOHw>QlG03pl}wcN{R6oRRBzW{OZBH6LV4iUkXU9nM)ZGr8dX(5VrmL{ATaXnCG{9tdjKmmDhMbPxt8AWsAzVrYjH7>S6PqFlurwCUmCmxdnLVJSMlFbCMf26x3a1eJb<4F>4muYuW5DFpOYQdh2EGyErT02gWPBccy9yoH4sfHc>Fb7HUx9s31Fbmik3s)rUQtDRoxfm75TgOMKuX3e38Dou5Cjg)f]3bEcT1sBf[hf]IodYcHzVaY0qjKSF2Sp4s28AG2pO89]fvHvfsLY29FNh8xpgzxENnVmK3xxmIjqRYd25d8kMbF8PM1ciplN)vVfwOPhaTGV8gKNxKm)H2LgvBK68owieKlhm3Ge9k]TJX68GJJlCV8PiRcs[92O2ZkKGaFXdXtSr2[k]3kGduDL01jKr1AITemQ1V6n7oV31CmbP1q75umTP02ApTOyle05{RDJexHixC68jg6Yn7hP4Ro1ofrFvtyvq2gD5u0}c4knqr4rrEQBmtqt58gxU8mQUsLfG2W>cZeYB<nSX
7
+ >GIieM2yZ]]vTsCoQtr[FuAC693iqEEAhudrk7qOdqAoHSYN[2[]KRuBXagqFP3bBI<ihiJgyQcvualAkhP9n1IdR>gkPeGLd>sHF8FKKf)B7SenyEGw3rDLBAufxj(Nh8xms0ZOqiMwdKN2aCGY9nyHKBPE5C5M{HCays0totF574xttPzjAmOaMFzuFGAo((SD4YiEKKkJdeRjnBnd)xd97dMr1c(lAWYDe0ukp1DlVUymt0x3AxgN9oLW]Xwf[Zb3]VZLjsgdPhx4dRk8Jyfrgw<Nym87EPTdEk>wiEU1ZmuUW]Z5GBBO4rIc8CSt7b4MB4g3WX3V9lQtZ(GYY>pYB<AVbIyOa1V9dvtkF(wQi<JQsuQ0wVsYmJEn<l<NDrgKUB8BdvQV>dOfjL2StjYJptC4Nvupr9rwnW38ng6nAekO>cSpf6g1NiUNkAgRItznAvw(V9B2JF7Fl8XKk8FrXyh3lv8898pZFigGHrGA3l1FhmcG)sxFGhg0L2ZoLLcS3wEe8sc<z>MO7qBQcq7H>xmw98IMPWRt4nS0XWFisHse}0fqcAWC8E7wICtEOR8hk>swN8fQ1>TB<polnFhPHkrJgxr<yd3qCguqTn]r2eHdo[Bz5SZcdoSfJycHHKrmeDBGl[1syBGNcp>zr32qzWB7c>UHsAYA3Zg41uP]jzLUdTl(k36cq6h(dA1KkZfOUoZN3d36YJnBhOsNzRwz9kdXHpGCqEMclmHDsOeCWM6tU0PQRfLiNtfGWsmPjHighjzmoAyHjhVPOwd6jL4qN1J]7kKfddxuFil7rSNUZOAxHGXZdV1eCyXy2ofCZq]ij0wz{OeKlG<5aLUZ<vVjDuWdK7n21BBIA75L{F8gwjvouwGUaCO2Q2QTpfDFnYY)MSJ0i8Fbd6bdx<NmXJ37k<Jlk)R5M1NKGcQPMsvHgGxLz(vIaC8m5zFRYixsJ0AhlMhG>8pSYCvqC7ZR4YIy1ZhBSIqscEHLD7DtEhDK0iic6wwmz2Nx05<ZV[q[rMFL({xQa6YtGWRLS>2b3GOrh[bNQUa[<kbX8cgKBdZAdVO1OPSbyzF1xqxh64eQMVrrdnji9ZnhbjThSS<2Br6t0SkN>zPqZ0qegpo0hElY0J8BMOXwU3hADskwvb<O3S<h8B>2yHRnlvhyFhT3UPmInbl>N8M69hJlprr12IhgXi>Ba9)R(poAqdLEjdo2ysQsruvW8gBq>cp7u33omTbLN6<GJIYg<p1KRPIRJg3fYiMQC73HxUvc1Ti>BcpN4bDEzLu6gCq)(zZv9rHQeWDAk9JQhqRDvocTjGF10fMItez6xQyBFNs[8q8[3P9xJJaOz2h8z7NDZ9voY4nnsXGDIHcD7jGNZ4Ymz38l<xSO{Bd42OEKaZ9lIoAW3O4rhPDH8sSHrifF3ulcfPrwgfSCbANhqttGghj9S6o
8
+ GhkbuzCI10Y<HB>8JG43ZYTbO9OPfeSZRAbmyfYe>gKEc<M}jT{4Z4s9Ujp5OCqJOSS5}}3Ah8Elb7InaepQxzSSFkyZCD6v7cq0[z]6hcN2>DPi2qOGrdDbcW4ZB>ugXtvZZlac>0RvTK0zQu0]j)rDQ9woKPbGShXT]KycP3Qt5i4I5[5pxcQ6alM4u(jpxmdGA7Ste8ROnHOy3n}UQG0M8VldiPl9sd3xSAgZISrZQkavYTm{lXXkR0Quw)EYD3uf8TFCbyQ0JZiC2TJoAKggNHki7dzKejCRNie1tfywZKiDWWVfOte2EqtdKxkK8q)OY94X72tt8q(yDIhP3)DYqg70cO[2bWnlRHUzfV9nvXChZIJzp90ICv<9y5ApOUDo]OiytI[O2kwREjb]bYg[TwmArlgkfhuyGycOsurvjYoNLImC8H]wCKhmP4aPY9hnUrWC58C8zX3J0Hdau8wDJOekS8QN7pjT[hU6ArSnpycm8uMJhtuTxZqVuRaLQ2YU4iSa8nkT7>U((BXBaHA]d[ar9mHa2tHpogfvdbxo2ltP>>nPIqKZE8SK9tEzM9W6NUizB3A7gPFelKzAhGjJUqwqtJ1ug)JnFFFJYnZuz2ZVT(p8hMl4yg7exJr6zP<mx>vTiDHZhL<]CQ4OG6N3w0suWMEdyUFt70hf2jcfD2dCCG]G3E21uPD0PfDAK<ETc842WMlQ{(DuTDCqVV5zPYGQzwGOj9(F4bDDiiWqae7QN4n8MYnUjMrDNCn6BAVxsf51GJFB)LMimEFgu2]axvukJkfIljsmryLKWCaLYlQO[McS9(6sw4neTawktu{nqG6QArQiwD4XVo>z0JUdz0qLjZ8VASFi>>kv)M5FRREaErBBG2v0nbYAEbYCEzuxYuVAL31FyUC(v3E6Sp(ZPgIt][Vr9XF[OV[dcUkbeEd[oJUsEgW[9Bm8qHsRL5gSWkegfxV1cDYVF6z8yXvMr)e2v((m1XRt)34sjiTwoxWnkrPu>iFpYvAvSWVommXM3fVYwmZjhdl8loFkH9>d6G6bpfI73ZMaRyQYbTVke)7j1DSzev9kNY(D)xx]nMVq5rWRmrXac3e1ITiLF6p]1or02Gc01Z6FSQR)E6u6RZP(MyEnwE2q6QDSe(xaKaM(Yi3pgTDt)K5oK51pJ4VFf9JE5O0M7QZGx218FmnnOxh<)tGB7(s3UFn>va3cKTnJzUYYIt<IzrTbqJBvl>POWXDkiieZeG7ewoFNzXpy4czNXlcusItGShw7vQZO5y7>[PLiOEKG38l]SiekkcOts>QodmfyzRSwUsWkjbYOEUBST)>giuJ]WMtYyetR51Cvaq3Ovk2o4kicN>VPPvzR3Alny7pcUw>TI[2ii55JbUigGHT>GmO1M2ROeVqH1b9ZDhuMXdeLXNgCpiRYv4dtPuq4VjN56ffjIJm2eIKvz
@@ -0,0 +1,2 @@
1
+ 1
2
+ lUWWud[b()DM7Pdki(pF8tUb3lSqnBjl97slQJxhbl)ADCEYJdGYcr7EXa2N1rJLCNxi08)8iETg)(GqiUT}NmpDo4NpDftn91ZNCy1wuW7XhSZaxdp5Hj4KizFVlb}Oz<phDlTtV3DsgxWpniyBp7BJ2jrOngeRsE4mfqI45csblQ<fQ1Xm60<KJHzRRqilKxjm8MmBb5ooL15jFi>keTtzW4fBSoWgCkum9DsM51]BZQ[Oxd)B0a(zDG1hxXaCj67SE8AyIN2nYZbhIAo2CEbxqx2fMIGhgU7DXNwsQB)HuxwBUkSWZI4Xt8v()SGH{aTNBHoFyHP5rjBfHnZTwIWF8lUOjQHGVA8{5Ni1xq3E1S6rSpJeTuodfrwih]jry7HSQnp1Ufhkr9SZ4VhA7o0xKPj]3Zh6kd]03XLKZAEXxvRbhmzeHVqox1xW2Bo]6]C2DEajmDBime>lThGDnlFa55Vs0mM8LvxTYnXvRmTCYRu17ZNMvKfuGueVTFCk]Vqt<DtHOdhwf3HmmjdINueDTwb7pQABfwS1WNnJE1Oxi5Fl<witt7oY[6nhLf0ZqbhAo4JBYFGzpJRtL]E5bn4sXqkvTPC2ZQSfVL0oOB1mjP1LwrjT0t<6iepaspP4Y9TLM8EpJMIH2IrfaB2t)SJNHP)2)L3Ugyedv3g6sROPCkKgHZqiVmQwwjt(HDJpW7PeL7unpIabVtciktGlCal3p<VkC30nldY22kQO0IftfUEfTlAl3tI4u3w6Kt9KF1mt2Ywop{4m6p2CxBOO58G0rlxQtxckiORNy(2Dd2mw9C8h1LjJ{NWpKMzQcouG9phYyQ9lW1}TDIfWtfVsp5E)UZ9OcijZ1zwp32LzWY66x4u5rwgr}T3b41JCsavoH9w5[YWCKFnoyXpSOwyrYLiO5PJYUpllEmqWy2UNbiGHWXlo]d057Po][ZjzoxDQBrEyLy1v3sPZXn0cH2BC7wt73Zc4807g34KHSBMaq9vuS8l6QFAGqZcrhCgLx5LrEqLNUPmpum6lFnc4TqqVDTVOk7SiS9C]QCW]XARC0HaWOA7ng7RXmJn[jkT]cTrtO5IsqdbcQT1hJ8Dhg5owGkljdWdwl3oLyxfhuK]]sN4tqI4KwQMp8LG)G31VXXUpSxq0Gv3yv(80PYXmp9fM3fVD}86iBPJt}FcvEEsvIr}ax<mTc5IdSfM4QTdaWD<sBnN3vmQvo0wsmC}7TK[V5ErFhiUbzXeuMUMi5hhMj0yVMLlvxMLIvWXhgygr816foGHqe]Qblyvw(sF9g)5uSZU3uL(Id)VQLGPr[s9nNy6YFWeJckTdwldO[RjdtG1lIxDt5FVPxriqpaU(Fdb(}Ma4Dn9DBf{ui]ClVsDEYN6guV0ePHfhbkmdOEgRxjhOGOx6>gD1HHie1skTZgY>DckOs8HHllyDlj0RlnygQ(prxEOFQYMyYw(xC3EkMd1XPf3q2NpqIfvbYUmue1mQ(toRRHhKJFgIMEspA2uP24Tpoq)s1ENFP65Dhjpi4CRqqI9tOBfccGhvVpH2nZ8h5pQf3wCefrtostYaF4L0Frx12pl}M8zWGm{TDS83eHpAjb8zfnH1QhjAgEQzjlHlgPbFltGAaerl8XseYVARpUVw>NN4g1q]cNwzK3eEhlFIXKL8f8hekR2wT[D7dV4NuW<sANhKWquhvnDq<bzfqQw2ktt0OeLVdrg5yfETGIYKVZDl9bSdcdIf}5WkjGNiCylmLZdFyKHluzYsWCPU9{tW4d1}UuKe6ExJLSHW3lYMpgDzSZCaC8dTJ6ff6Kjmvqq4vQZQRi4wH{S9>JC2CRrqQHxAHMlDp<CBP7vLIYPp>n<audq26CmBQbBT9sE<AEv6FvwQ)0FeWVupBjM2Fe14bdFOr2x73qC(hpV}F10yMzqQbSTRyzW5ZLbdzk1pE}HTApl(8PbzX54IaDF]iS[XIBsBElxFdrCcWo11lbt(kirRHAXTfsP83bF3Ris3Wzw5wgE8Rii2HKo1G8)482vSQ55fLr3Ny9eT0qJagrpU74kxJduciFOAO0OBRubTDJltxED29wH4GXJRh1Z>DucamZEH0ncWxR4OEiCDyl]taLrjeXEiO7qv9ITTS[auejyI7GaNdeU<9zFwuO72r[bPrFYZ]J(Kz3YstelyM8Fad7DCqi0bibUAWSx9Dk0R)QpiOxNn7x7FIn3TMBvM2WflPBWP}neu2BP5KyJemhx2x1kJQrey9vxXT7R3KlujzzxmMt{TmhKX0R6c7m99(C2n1P9ZwZ58)lxOwKbzZt8KAiGH2E1UbfKzUpC3L>l]N7dyRDu2xuWtzyX9Nzg]3mof<ymXPYvEO<Fkk0VPiw5ACei<qhO3caVkBIk1rsOKEsg6wR3sJ}KDeAnFCOK6LKJ5SClUGpZnNeIuhFDfCXwmrUEuVu6b]tBFjjocSQ5[vPXX9a0Gk6qrBMGCbKCUxLsP9tK<v<(m1df(baYNi7(BJ(sbcrlLtOi80Mk6gpT3nh3ltUKDrQLuO{eLhRVo173akSKaF{A3[bwsakm3n[bGw13{NFdE1IjxZgWWzupjsch<<IE5GcNPKyhdMaBjLOembAFnqpmyEv2XAyu[Y](ir<E)wGEBVj2WIOhnZF12)03vgKzRHcu7RXSUqw9HrhMiXQ7mOQPGgHbwkLl2dAfK4)jGFLh[A2lab2TBHPWR1gIDUwkuzDbDDYtEZ09]RXQlevctkF3KZG9QdxMbg4MzmqhIdUPj48ckokqlgdmbysn4(jfunixdGZZ7lq6lgIoc9TDkXsrNQcknaZK6Joc331()TCMQ7IMp24ltehAz3Jak)mDuVD)NZn8OgrHMnNXJM6gC)QU4KMy)k5rA28QJ65>Uban68uJurOS7EEjZ0RpTjli2yH8WJ4ZmYLwrA4ZhCRkSYdNmWPgLRTQvPIxmT4oOYQMGs)n>j>S7UmIHW}I{XQBxj>>fSEkhvJiLSyiVW6iXF)leRKcbVrlVNHP3T)HfiPND2vKEk7LkqpcWGbfKJj8YaOuSETg9TxWLYkMUBN4uoGKJ0FXlKQHtL7S2y7qR7Oej>qfS<o5>RMJgX>8tTBaomQynCSHn)m7lbcENoRzvEIrtaiBN]PExxHxswcsZ1mDLhCyA]QUgbd2}E5iDO4yZVoWgh7vDp)Ru6LAQcmq8beRgm4hnRIceGyPhB26a(sp8MBnHbbPvepLo3<5k{9u1NVj{dHjcUVwb9y<kbXAVaRLjLsTQhk6xYh7vPgmwn2EHVoaqBW44H5s5qLLtFe7BdzZfDMTaPoM5QQgC7NBTgYdX>NZ5yy86WogxFuUQwabEg(my0G(A9eIsOiMuPRmFFAB8dugQUKC3lh3fJ3VRg7NMWXfQFALSyVNm4dDrA<aZ][9uOGT<Hvuojv9gMX1p9msjQF8LYSpQfMkyknXOyUF(fbZYkinNmh)zyWl)Mi0GC1KzJF3UN4Gw)tXjBgOeaVE1tQ6u5RVU><9adV>s8WFAIzv4jCUuaDPlAVoUWpJrGnLA0<STVlQnkbqf2DW6aOhsfcco<PO93QjhsXSJjWIsGs13p3KD2<68da0PGT}GjO9hCZdNB8dE8OYP1<N3zyrjdX3>s7n0THmDEwJ>05x9HZtT2U6pFM47uwRRkHSWJ9rmedbgQwtq<6bO42p6E46Hn8Ga31>UYCpIm<c0jKifbGAHoSdIAqjqUIVsq36E1lB21avr9beY4Nms6Vn78CKExs(JOVoP(BrTpreuXYE{PcPu7VRDsTVcqZF}Q{h8az[q[LBO1{amw3jRMx0FEeWlHlNHjFHONgDO{D>HjWzu16uBXrDiVnBv5PcJIlKycSI0bdjguKgp712MlNuOh1MXar7vmRjWRDnxReV4zPgXni>ZyaXJ(4iYJ0(Rj833ZGOilPrYELV)7AreUWTSUE3Ji3xQJSVVdmkcSceO4WcytzBFbuiPnmWIHkaPUj2jIHhjlzx67D>443wp{6ZXdcJS4UAOsyv4cQGuTGvfQO{WWYIk2t6znzPAgyrfa25bYaa7P7vIZ}A8{OdbChvxSeXKG3oX7L1fD<i2GG5Tu8JfOwlrP1NFeAnN2OR50nYpwh3zFOKV}WLAJF9nCENid6m}B}686VFjR)bhlOuWgRRF9ae){qrxPFwzs}xbI2ok15wGY3iuAIAqEJUgg{{TquiKEuvaUvKEC6nP}SQTLES{WRZ7kixClf5iEC9nutkTrbH<yekW6B><hu9<dS<U1E}ENY3mkycLrbKC3VqRaTS5{MnF3aTdcfKLPOCNi6rDyT4XSEfwRP3v0GsPH[6Ny3NRndXF5uIF5c]qd6DcE}BM99j2UB4caH2Fz7namdyebyKxfEDcFwdB4wqtPoQ0RuNfuTXV{4QIiSU>80vhgGb<4SIh7>pR8jhSM3A1vxUoIF9YQ)8PzjIYaXPBpKbPH)Cz0qwd6M4jhQ7SO0MRGnKLulhWWGSnu14Rl}hIZUZF1ulZmxsfeO[5tYXy4xbW5AOxwVgkENjKxBV1NWVUQ2hsD6fJgfkkwIvdZWrukQgIMf6XpxzIls0[4sK7NDsS1WTh0rXAxPJRhVAnYXqCv8BdTiqCdr(3Cms3vCNRibSL8LTjrYS7m5KHvNfSc(5pOQe7vQSFt9LXz3s4)1oez}pjDfC77Xco77W4pMHeMx3YDa4BtCrXnbLOGHBynLVJV5awZF6tWeReIkIekMHWDB4h}iJdVIJWvmmVarZM)Vjtdh4pfxWvHPQI(kqvMi<3bH33yoBDA1QSxlYbDmmaYJA2d8U33O5tmxHM1bWNR1kP3WnA6FswFbVz4S3m4DTeUJP6wuHWW0NhPS0CDIMYDqqmABh>nREoe7KdB89vp6P>FEn3o}RxSEwkP5ro0dhIft4WPoFGSQghkt}J>zZHVrIRB)CGvR[Ab1XvGp[XceGNwLcPbYxymfF6WwwVkxhyJJFZWk0mNWzQM0FhpGwRlhuiGYNCqcBwy)Ep2SUp681fH5LDrJblcnBGXiexKjX2k01vNyFiUXkG(Lb)cHQh7{XlVl8mKZ0vnTTCTA4a1J}ijyUWcvxF3mVdomGRD<GuLrUMw3AfWjzLURUrDU1QyLJvpLK3fqnsvGwktYQEtn5GdeYa}D3k4tcuD7<>ALBW60UtUpzmmrxVzg10VGc22s56VV9w8SIHaQGY84iFa{LXKF6ELSmRcXZvavjJSHOOO{L3CH4TpwANRrlbI]XAUiln1iFyu[I6otSmZ2uXZ16ryb<uS2>rYP{ptStuE1}PdCdN<AjKlKEbIoPmaYhZLHL>f2VoK<MUyozMI(xuPppnX6R8u72eMgSMhRm9jrJ1JfQ8)Us0gb7O61LePIALz9hWgldCe4cXH}JkW3UAyA}0w[nV5d9fXIA]IoI3aaBDqUBT{gfMuzCtBMv1Ks4p5jgNM71cA2je5pYQBS9DdH9IbKMKOBDwEMjlFRNvv8LObNkLr}URBKuPfMkqakgYUe7qx8[bqFBu1R[XgH0CkIrzvNEZ67mmNbez6EbxQs971cmWewm7{4SL{HvyCw2PJd[r1uN(eu4cu5kIU14vqZ3lLjmGMsZuEbwdPQvKbrOTajBKLoSJkc15hWxNjWFzKqCOPSW4pQXlfwGT2jeOONy9UnyuOEF(K6A[RKl(orfnLn00PaJbs4Vc33k3dQCcyHcazHxVzom8TYC7tKpj(EkkhSBJ8zwpgm6RUwro9YqAoRE)>pP[6[5j9g36cq5BybdhAxFGC8eZTfBnsICPtl>UyH3J1ejRRG1)]2DjLC8x]2dOi81eQa]xbCdCFD3mikPBtxIryEjiCFVr8JBYhwTTm01L4feXUZ7qBXDqyb6rRwP]P3573SM8NYZ9rU4Ko4bGPRbjqfgXmuPf{oGKKgplhmdIH{FeuGcCzxT><LFG1Vj(Rws1a(O5z7cbsI6BGAFPYpbUaIEI9U4qA9GCEvWspgf5]OXYYI0oZckLultDmD8R]rGGaYdcBIj380kCKRdKsl77UZK7VSGeebFoFNawE8mQPV8FWY3HU9jkM1boGKa{9libt4Y}hOKIzDv7eJ{9yVXocmdbBW3208TBbEKwBCsb)5dso(LwIoW{30QRaYteiamgLGUWvYpoRX4lkH09n1kYpwuOomjo03VI[hlevrWZfGsmSotiEpqolh[jZo0wO3QAalo7Eehd0T>EgsoyUXjZ2cckGSgJHAK86Y8QzsvY3ahF>4zu5sGlmt0n8xHktLhfiYOtDqx6K1sFJJl<IiUR3k6wNyfei5ASdO5{KPfKhYWZ0LLmtg4IWB9E0EqRpigCZLV0QN8WUHnxuW2EhMKR8odPpa75yn6{qAYZtfwFWQGFeIG3u6{OcUZRdtSmrUeStrHqTZHdyhQlopd2hZt}94HrHLoK6N4Sxm4lm<RqgEmgh6F6SyR55RN6rdWJF8V88pbFYrwk4Zdb(bo)MI9HUPrUdqBfc7qoTPF9r[a0Shpu3Czz7vRuro1Gx1m]tUTYfJrc4am<CX9RpbAt4ZXTsV6OOCUgaMhczWZqccSc3Pshd9iV2YNV>ShW492kCgMoXYoQf<uID7gQJALrfdUyM]yHk170Gln0laFUWjfJwV1jc2779d8Hg8S42m0<iP8fYIrGbCst0pyEoMZQzTBFrBRzofv9niMitG5gY]Rg6NBs4uNa[7L4RKyAlSk1dwqwM5pzwrgHdV80vPOdFsCm6R5qXCl1jXJQ4U7td<AG7SYKr0FR2Mm8gRu[6gOYEB8Xxu}I}V4Q4ON4yoy9jGqDovQpZwwSvnn2h<yonl7bwg12T666E[[tTQVzAqTXhP9NTF7p6uEtj5V5HBJ<KVBykdwmAcZsWIb8l95RmqO[CDoxBOHS]1Dd<pw3gSsfQQ>nVkR<nd9GxtpRqL)J1Q115U2RqdlzooevZgLY72GrhO38T75sWXmjwqKEZ5mKr07GG)TXxk93M(LgyqmxyIo(kmV9IgBnPFPye1W[HFXWgtRVJ2HInYZE1sY27MRXDrCHzMTH9x]gAfk3RP51kfbzFRSR0h2XgoKLK0N90gNz0NVBtag6iUBOcisDhCzwX42GXtf<pRywdd2sB>AcAqWhiCxXLijFqkM1etd2FgRdyspNKp]zbSiAUqU2FNf4BTZyjILFB5HKSo6ccta]xkFcM800Uk6rX)l(b68NfFivBftQbLRBO459mF>SnffmnRhty(}en}gUzZi9Bg5bhkbo2UV8Szl39IgXfsXDBev66qPyJC)(upFrLKv3f6kj2JK(Ky9kBwyd5KscE9ICaFYP1ylYfzRX0TDuoMVvp5bbvVK>11CESPe3BUvOFfDx3KLx7muOx1nMuKpR2WFzyR4dKBpBgmlGGLsKBehCHbbXTe1OJi2TqPZCViygEqOrFYIuOEb5LT)jBoXcsnDTF7YmK9mhVOB(TxkHxU92qqj{gI1<R9eAyVItTwio>I5FPsEIzTYX}ejLRUUx0a5fPx2stFsueGzZtYF8Oqy]YERFQNXc62vj0QUElqCCyn1EaCrv6GIeGpgN4JwWDsw]vi0GupE5LnPv(UOyEgCWSwvAKGGPn7m([Du2uF9Ub6swFc7KhG604L92[kUbjXigjK3idQVTpFpDDf0iR2c9oo3A8iD2AqjI4d]70OAxNTal12gRnrrbXmlBViCS2S6xJYf]hTm3vq0C9vQzDefWiVQ5pv5fGMV81eCaAkmV9qMX6a)7Hriw2aXgJW7vSynnyKHNyiK)3yMXX7eIu7EYaWvJ3yldNaAhOwbTy<Y1fLZNmQA1zkkz2cUkBUpkPaIrBNE2af4QAlgjSvhHoWAH<1b42cQOSeYJkbqfYKORgLUT5P5loscwF37ABJheRWV5Uro1YANGVsChwx2CpY6kqdd2btghXN3UZLlcquqou>FgVnmflLvc01vUYE36>(mRT1RjuD3wbwgwGnsZXKRAyALgc5s5EJDavpMD7eE33)LCRYdDLWPCZf]xrCPwwFF4WG1Z5fV[CNh9qSzyRJQa28UGn6LVxiRii23XxYAglOPQWsgwD4VEDXtwfiVb4fUoqL5KhcBQhsMY3AxqOTwcc1D8qJuPzl3Jrj1dus2GPJlM08kcfV7lAOacSmix1vgiN8kmgo4iCiTxCbs95uUXAKViUJ0SQfa2a6pejL7cCk1votpJLkso4FBywZoCp9xXJoaq46DsNABI2}UsT5sMK3}MIUJ4wDmXpoQ17uID08m1DxiOu4kWtJq7LEPkdSb7G8Dv3AH1qkXM]867BqgNnTjOYX62yt4VXi6KD5ymSon5SUuTcubj9aj(EErsN5MURllQ6Io6h1y5kwVq}87IBHP{2hfMPvB4z)eKDeAEREQ2NdCQDuN8XbrmTnks9Agv5e0gMDBg0GJGCUbcMoHPSb0KmfXVtRfB0>ljYsvcD7LzhjUJs>ST]FYFuElUSNaD9SPmSJnV59In7jgdbH8W8vDlFr1pXYgnrTGehUfC845fnF2Q2SsoZEiE]OUCYifffEKhqwnBddhwBqnK6w78ZjGc00etMjMzMqLaE7JnbN9DfzUp3P>eWF5Wf8MdpqEqQnnb{0x2onXE56W78m6XQmv37No1Gf25BiQ1k9XAdeMCc6sxpF3QJHH5L9}lvbjU0BE0UDrmJr9mvSk5ckILfTKzWA3qfbM18X[uS>70i7IB8lVxAVzWAnyNUJi8ird8IbQ2t1HhKe2wEhV<1kh{eJnHdkQyRPxWGjQS}V{UR}T6Lg4Kwn6{3rE49vJerEawTqdhfSSJNJIwiWk1Hkb5ZCM4RER11WNz5A04aIo5u}qFdxQtvbbU5pkCrNSzeHMVwseO[jCQIfAX)PjDdydhvPdh)276ihaHU4ljd<m0lxqd5kEmqA3pBT0adSX6qFk3mTtlbyhIcm4sxTsdwQKzhmm8OzVXEhQ1VlNcZjKpqHEVmlUe6vIYYc04r0W)nBTTWnTxOvkMGdfVQSmwZFNRD6s8h)dX)kqW6T67Pnh)KB<0M6v0O5eK9ELBLaJ3Jmpn9UaAeLZ0NFb]L5b2nG4hKhgbkLuGTfFLz2E8xQIvFPHZ1ELe[ADO]c[PaTgHX4rRI1dKAK(pdFSLaqAJiUWGlNrfno2(6J52bwJlDDl({kZc3fkllYD)SJ(uHvFPFNxQQWPTzyeFBArgNBxUN72IgxlY0iqQCaoolwnBB}wjW745U02olvXUzx2k1ZjUf5{Tij{Agt[i43QmuUZwI83KqEffjty}Rm{5qgZ1RqCDZfuykz4zZTmWDxGiNt{Jrslc6CpHovTLvjpC{Rl3b]5e4eHgkLhu}vOc7MvkXy0Ue24Pk{D0Kmj5Gs)kFoLJeLgsuLaE56lxh6uivX6U1nP5vs7>yVGWgmAhaEcuZSpXcORv6AAopa8xO6vH1a>VLM6F05qs>lg5CisDpm8>fZZXF7FwXvIgh9FeZm0Ojo49[0djDHa0Vy7zaqS3orV0ijx34WM3zmdLzZNjQoYrpKGmJRo5QDcBcbfMiSwVQUnbpnwO]4GPd35907wpd0N>qdoSuQxBluq9vISDmIJ3VAkfQytg31nKPwg}YNk1zEGK}GZFhD6AbxlRiY0]NjY9[cuFzaH74GP012Qz[yjhzh4EihqvYB50xGeWkSKYm<0jF8f1y8hBQbwSIrzYAg5lIxeWhKmDz4c4V<aBmprSIs0YmNKmFa5FrI5TTlIXlzOkCWWAic5U]XO[Y>SNb65N39xDwYzFI6mJc4ebqe0T1kCQNsei7iC<W9t9oycQtxZ]i8jbPSWEZ3IR1gpv}Upz650Vak<lnZh<D>YKt9gL22f47xnL846wmodPZeRnKtdyfA7yV5WXLSRzT2pm5m08a2B9nUk4kGEAsH5K7837z>9GGsNl6BdU49{7)Bikb4cVz2nQd)ugbcSwUrVBWLEsOAnxrmt[Dqbg[yRPzEj]8kveWxok>reay3fudfSCA3fSO2wIBvUjG507OsF)NE3jP9CpOzmJGMP0(o48FRECT8SUC<4A4
@@ -0,0 +1,2 @@
1
+ 1
2
+ 0T69T[PdnYQq6wowAG1(QVDwfPA0Ep7mHj9mfZ5zbvqSlW)ZoKdHWEwuQLOsaidqNXm(8dcqhyIsL)MnQZ9Z0koB6r)pFOV57s3OWi5MgZwqPQDD5R)Mt4Vmf7Fpg35e(yRuHicciRH3DAKf8zsryAIIa4iBk8UGz0eCPN}10}mVkbeZvdFA4GG20{lCRyxUowidCfZaGZOk<RgsApLppWrhmukx7R0vDzw<LUrilS3ez7YILUvtbKB>3LcBKakr5]DWe1sRohKPs2Am7IFTa7m5j1zAow4ik[qqJIk0TPSfM8jjMEEy5nBEPzy2mfUD9EfBLZub1sr0gEZCq6P29)63UxS7GAO(u8Px3A1RD2p)RDXSf0ZOI1II11VTHPGVbkPMcwRcWwOnFtV(Bb7JhS)sSB09HOSQHr7QYceyqX7n9ThRWR7Qf3{FzMii{1AGR6bC]DD99buwQHv]kyzvBjZUlD2QcaGc3hxKd2TKJ1d8K5vhNtYZoc2A3Rv76o1sUhLeVhlqk0MAIxZBKNH56w6bW466igJalhqj6sVsoYtdGJvIqwDVugDTjle]Hw4WV9XqwoevYtwtseZcxK2DrDqSv6KyvMV9rS2CLZtNpSNDAi4]6]jtWE>1TzqoTncmhWte4SZMaMjkI1vaSa]GJl6JowXk61mZW6o6IQ2ankF3J8iKx3vZRBY<eK5L<[0pZlzevm4O]855<b4BmcI)u3Q4TYcA)Pt4y)S9ao8yE9IsYQ(QljGMhL3JJ5ffWd<wWk0Gpes{fz0ODkQ4z5QcW5JW2gPR4nrYfIzMw1OLYWKhT6ppVW2zR7qQY0(Ocd5q7d4kbw3Hl7YZEslZdEUZFp58tPLTyjuhE5scFJiFMMA1Hb5bT{KO34JmI3oY8K3F331}A3W4xOnJ3HwkYk378UT)EJcCiOv}[v9PuacF]Xv]fGd1EE[HWZiC49spirgvO1OpAAFtROal1V]HXdqimWE]kz[WhOxUoPQ4KoVN]AKcWJJ5U9IGhMGn4ROzevL59AIzHebbXPCQ]e]qWqUsNzYxkIZofkDIIlR9d)xkLPbvZ0SzZJ5Dr(cip6WX1LLkM}CvJ1CYQOkwugKCQQLOD4lnpMueogweJEwOBBqBdF48DWAOlVrhlOYPjHBKJvGytXS0ZVeeSE2CiC2aC}UIJ}Odq<pwqS7<3UVqwD}vDB7z6tsysQPU82[1zRLFKvrUV7BhG6XLBUP]V2RnmTfEOx1(vZOqcT0Kv)x2Bfz(8xOw7Xso2qyg4Lyk3ogz7Iad)K[60H3wvbXjSqxabvKQlCCZ2oUruwvhHgkBm8oMNq6fz0FBOFB3p8u2Idl4[OjUtp(SBmt1v0oxSpi(Kg}9rNWq7KyVRui0iUd{VQNXE9h0juWNviNyLFb2nTfwufKHC]ZP>eNwYRjvjKaTVeA4H8Pbv8hZ0Il>Po(SslMiPh5bScZjXeqPGvTYo1kK(XxH6J6FLMMhInNeMoUwNRoO0ao2MXs3XBrNiXVRLR(R4f2AMy4tS0oVD6xO22GGS8A)Rtw}KU00SvMcw0vZfaWjgErVgglOm1WO9llmewGM2Y{iRkbqZxbNrAZVWctzctqbqlN4nu6t6fpYjAlOrd>cR88WQ6px]VKC[SCh8yv<9dKW7YJJQ01FBWai2Z<jy4RNX}KxU1MLFbS7e9Hg3Zxk2V18BaBOl{gkavrpmnqyP}{>hRFK250EfDZwPrh44H8G5gF20IzXvt<ZsbT25kXevzLIg92ZxwkQsdtBVh4sX>lCcLZPbI2Vl1i<yKRv8TGUVL4Lh4vRH<9VFVu37uwXUaaJUrVfCEe5)IdY(lg}NIrLM24kQ3fFwAP8abJEjejEbv}6iHX3o01(CWE8N7Q8V0]bxvX0usrkOCTa[Nsrc6u1(RloPLEIXoOWU013nBjrjiFc)yeGdVEocEmaaIW>PQMHVsgwvM0VtlxsO42]IujyiSl[Qp84qj<BrvthwX4ykuSSaPoI7GYX73tNFUY4bKLBU[fNlol]aeqtO4lRVcxXRVI0J8zNnL1HMbk2nXwbSo0wGPagS36IdW(L3jzvKMd3jik3uEi8n93DB6msXJtaAB5I)}fPUgwMY0ANmsRsLR6iZZyJ{UTRkRMGTO1wyPsfSWz(szEbGM3tR5gQeQJbLVSIwqYtAJ8SlRcM7A)6iUi>5u9oui7GWx8JlufzcVNLq2Dk2FU4HnjT4RWfq]]YYpf<Aw<JACCXkt1l852V<CJ8Zx}YsE]hhEmQPEifw[ibynlwYHje4NTQ0nJZ6PfNeXtOngrquxTM<Ao54RCSjRj38Krmagyrf6NLzWJIvPjwQ7V8UR<eE6Nz(rHkMABEUBagInpnyfk6sO3d(r8iKgi8bgLwfTXD(xLnexuD3(9YPRZCktnxIhQz9cA2venhdhcTU2ZicqGe0wFFct71LI9UX{EGstpo{WQURYAjoRl5ewux5bPx023s1oNb3caF76TrF0mriskPqbQO0Vov5hbEjrHJChEjJx3[URWbvzcDd5[hAPRVKI7{cEfRQMFniOjlVAOq0xePBLmFlBOR<f2ZBVX3fg9eyYcFWoG5<N9BxgViGxpy2FCIPl57HlXky10[qOWY4ZeEBi]P3cpFhJZT2hBDR21QkYvNqnIjbV4mBrkA(rO<wAkrgFSi8)J)JjdU1qzbBBVO)yMsqfbc780PvB[5C5D4k1HIFJLSRvnpjuGPwmR5Y33DIa1kmorz25cZIrQIwsSWG1sY7fqQcVGUq3cf4uZ4bgEn9]a8MyqSD3RrJPwnXsSj(KfcIVFm3K(PUMJM8k8tJVNkEyiSDTj)7UA6vPRrR2Lgi4r6UkKpWMgfhlr3CDSV5CzyJUWzQFbLoW84L2uARBVAV4f89mFkzvMeg))mDW)zQ3cu8ht0anjraH35AmcSJCaxFo7QQ8rbbavgaJYgWlg0PRo2Aajv4rN46jtYE7OLiCOptYZOnPhU22H)nXNRsL>sva0uAUsp3AwVQ2)qyEBndZuWdju947bofaIeZd5oTP67hSqyDlsJRhZhErRrhz0MGYqlKGvAH9VPJ29XZYBpSLYpbfkhfo>VkGyvCUyYtY7UCeiC2VsHMrh2JDPHg1byvcp6G5pBP6tRF3SRuX>b6Q8}8VhpoW{F>>P90kSBxMZIRF1)jP)><kUCVdl1pvLtEmWb1>SjbRotB>ZEuV60F)5yfsjUGvCIamXWE6]3NZjCIKAsX9og7fT]NBRfzn4KHqW}oFemZn1yOCFZD84c1wM4l5oQqQs3kxGPVvclvxwerKpY)LXzlkGYJLTGOfGYwdKGKWCkBYsW4nz5t(YcQv6SnFYaANwpGmyTKh5<T4oLPlPE{niQZmWqbu4iHAn0{<r>VjGKT(jYnS0jHsMrElBMREHWu1bWf6icFkFt97EHcUz5P8weVdBnF3eNuMe0y(GyMCbvnrPPBt3NJG<]pi7hz7nX7wCMcIlpsL9LhiQNvVIalOfeoHy6[S1B7qCf0LZ8wXzvIhinjkSIQdfUIZIw81vSk13ghSjhpL6xnXfILeEv<TJobd8mnngan0o1tzrfcjhKtJuHm9liX2SSpQjOgPmm8W(EJy8Dm4omSzTGxu0oiYCzXxRKSIyoWPoVZPLY)fAZdVC)sw)8MKrgENIYC9vbtkIPDLRHCsy4WX>do<5YQlZtA>3w4Auxr<p7PpmqB<e1BjkJNubMeMhyH6JLAq13HXhh7MZBrlu8bf6NS<FlRLydP04h76RUsPlw}VO0tV8we<fhkocingWhQ1Wk8eDNJKk4t>E386rTyv2h>SaGeIjdCD<PHS1tRnyejnFGgsoq5v>JSGeKPekIi2S<EOevQggHHMzRFc((sfSgYBwqw6Cq{lUcNY1zxO2rT6HbHtlRNv8JQuO3HXKWhNwiC3bdNnDJ}F{G4PAQHPv3lFxv6PMZAPEUtliCyKfpAh[t8yHQGYLrIhE1Dauqi[uhjkyaAFxUJ{eE{BWJcEstvkrW877yutvZWztQqoMAarmPVliQsykWBdrfe>ChY8bRrPBijMGpXyWtUa775y>7aIhmsDNj9XfjpyYkWRyEWxRwc2FCOQ6Djdue3YCOQArm3iF4WCLL0NYKbSJRCP0nx(nfxgXeQ2(cJtjUmQqFq6lWdpvzGDxfrjruP6p)KLNIo8EEbwLHL7We694K0do6uxi4CaypHTxR0BtuU9T6m5KhUEjSriK>THelhRLOWtYcgaw{7Ngbhkyn5f9{Tc}X{<wbHcNkBOSeEcZU3NDM}NxzRedjsTcs1r2m6nzeCeQ13RaHqsMvDFXU3RDbJxdaQ9ui8ydCvnIopqGv8IptM}6F83Gp1p}b5HdeRo2czy7HwUdUPMaU3MV)yIuQD)2Xp5vLwNeLyJ0EiouRopa32RvJ{JuC4Yt2}KZVxJ2lWvZRBbxKK0{9JA4VsJAP3LMh72bqQ0RVko{Ljiuaj0mtiNoGStAKBEOHx1LIK6tqL8GctnwZvEEvjimm71dGvmw5Y3LqcVCLMExIdMdxoW73zBX3SHYQi45cu5aKMyGMZauA}aG9cP2wHGXw{epFFQt4fGZ7nTzWgF<T5sdjzeQ9Yx1QkkCrJrrygIXFAsWaMfL>yoilMSORPTKCMYZXLRwnsN55ZieZ4WeWlpdOm3idmUojGaV<vX3<00<YmPX4igEUGSkkT9GniYzrB5JMSEAfEr2zZRJ5Ljxoa9elAHNrq5q15Fk1PJv6rCe7EpwrTE435Jnl5pHfyI0TsOOvOPvuLEFtGcbHo2Fzavf}EfJR3fnRPFQ8zAMNPMOr0jOBUt0aOSOe5JHJ2E{6VIHOmmRD6P86UZg57[ucG]zT35L1rOJGl}IH2i{bR8MmLXv0Hg>ZKwL61ccyqyBSgvtKTBEL2tmM2wfgeDp291HU9lLTNnPs8FY8n1ID199rbynQwcVqlPPiojWHTPRdvfrRlb<H0P49Da8BhY6DomwpIIPkv>ATj1DzNiFT)kW03Ujf3CFyEnWzi1JJdCmToi)Blk7QJThbaqgBFqH5AiabmUSNwGMrQpnlgEAYoyi9LoHkNuvE}DwY0[g8DdHna6[QpjZEM(USpBuQXWfHsniVWQOUvBLLo63zInLRAhR(2fptN)J7reQwaprvbaOYTvWGDjiLxnxKraovYr5qPr5FEJLcAWHdlb4t9u4J0RepTii8Y44j0fDzEo10sPUibXD1c7KPUKTm}}6zYs0oQliuAdTg1L35)nGWp9b1iqd9IttWhWpNYYqoFbmlEZ4nRGXU3aMa2V6e(ptmPkyp5RmZ1rYhr<faNOnzAZR7i9KYSGbWDyEnPRKRx4o0zF>pZ4NhXANA70es94Bl>TgF7aoevWxtEV}JFOKZW9Lzva32AIDLEY}safMNxKDmBF06nn7jzACLgwNilIyl>KGHiysW7)uMdsH9ErAe3TdT7A3bxSEpBz[oliLpVz7[M0mdb)tbYcxAEcd(I5VucB9kaenm)KMpGfvrDbjjjgAL1JXbuzafRD8OvSZQpF9pTL7X1uMGlRhWDZ9wV{UFvHDgl7ZIWAZ16UK}3uq5IRxPL54Z0eJAePy355Z2b<6sQUAx}cEw1r08tJgiikG7h<lrWTiHTXSanj74lFo>0WwMLtUZiBGG5X{wCQ7pKLgzku{O56Mh]J[Kg<>nlBTjjU{wvob4}Dht6qRdLdM4rJ98Ngdx9QctisD<jvkTkHCxA9XnFAXCRUYzUn>N4Ve<bvMdWWi130(g2R1UdG2)0ZTPf5Lf3d6tmGL8jE8FnuvlDJegr1SrjlzR}AaPyJkGPtU0Cyj}ecyMAL[OQbAqqQUPfmuEwAoCv]5MBi2{BiCXBJe}[Ksuf3ZhxjqgsvcKFlWrsyGa[cdi5hkG{Lusi2ZbRdg0aSTaAFlITtsiUbYPaqXJw2vgrb0N7HCQNg{N33wBkZS3SzD[4ECnu4Yf(s2qeN1mQ(C[aPZJ6DhJVcS(crGSgUOFvF5(LoTT1SwAS)G4PsSkoPuXgEtNGEdJMe8Qytilw>4ZydOPmKKI71zsldo[[iSPp8k>80qYko96uKflXdsfC79OU)SSF99UHwUwCSot]Ud4MQOIeAZAqDFUhGoMgxwIO3i8ULhIm6O4zZnohjwsHJdN4s4zXDRPQ2McwSezoL8hb5K]FrVL9YomDbNzRchlX9XdWW57Wfg]vxDd7tJ51Hp3PIQV15HUUXceVCs]YNUT{{MF2h7N8sam87jpVNn6yk>kjhBFdjNNWLUy<vKJrQiyFBYruSSG6tXWolZgYIOjCsoOwsjYUwAQPjR8(G7uvDIehbNh0nEVg(QmkzcdcY7FYtJtbn6q6YIqxnybQFkKoATSgx2lrwlBOYqL]LaxtK]CSogc5Kv{nIfUxDy8W8IjMII2QKIA2FhF}xbTLf4JzEEBlQ5gIHuN5wn4IUq48a5kCObHP3OPxcypvWFgQVwVq{oft1QTSOero9JMrZOo44eQfdsCfKF5MmnlIzc)9sEp2rHyHHJzr9tbLJaSWRiJXgt7(LevcaXZt0SDMRMC1zQrMWYSRmCi2{QtkwdchPqHDy0eC96X0BUqKFKK8Ihy[F[1g86W>BuREwncxn9lrk77Y0>CGa1m27op9fN2cIaliJOa6aVKjLCHbFmUz4SwagDhSyLdZRd5J4cX7mJGb<mer1tIUb{8P3O9WUulS91Oepmh5KR7us8g{oK18VnE1lnvsgSBSoIxWCs37{MW9}Vhh0KdJy5nufIc47lwWwTpyqJx<eEUJjsus3bKRnTMq0wytsPIwFhSM(w9VVK4ECq83xcfNx2RnNN6wg)MY06Xd8LHTdvRYwctjHttRlGiHN2iikznt1QvUGHex[bsJrukhcg]uSsy2fZiPcWywbffkB0cwQ8<FA3>NnnJzosM<Gxw]BJNpowtie5ZsgTbvTnG7XWW9Y12<luM9DnJzlPpjogBTeXEUCL9jeAZZiIPZ]FEH[z4Qer<Q1G02FTG5uI[x0TIj99xEDPT031A7m2A}I}hrYJ1VxWLlcm2REznbbXigC1K<uUa[udmhziB3yz8Y4B2el2I3hkktLFGAzJxmDVqXuPMea3qZPXHfiOxNG5PDgJ66cDI[0bo63T0MCR5XPxZ5xt2PuwztZwi72SfTb36HPtUO2MpN0qjRewkRTu<LvjcMvEq7uhc[LaLewhOe4wJ0sy]Rcbsa7TB<b4rJ6N9CN9HVWiOhjsJKB2KnD0aRKmuQnMWJ3Nbl4GUujJNRZM5GSPGRh>d2hs6fRAMemZ<9gZ3B1swkZVTNgsu0dvtnRWldx70pcKghMCEOjjivCoNu595BogxhUn)cO6)tpFiv6(AanwKox0j49yJxM0HgI(Ip[SfwKsBZ0W9NW7WML7muIItbsR]xX<rAf7yNLww3sW1B6UuonuhjnPury4bgrj4YWD9wHB8HfIr0ncZpyOsAvHzulbv8Cz>UIFCF5N3QoeOeFd5Adzdp]IASSVzbT4g]uYCr)BiN3mpyY(NZ9btjjQn69v1DIyQVxU>Gm(2hSzgnVukRA2I87lzuiHNQfjBCBfpdeWZVXh5a5ZCLdgRIBqUbs53G3bYVa5mamBRK}JZEl9IHYaYVpV2})6ksURG3HsheBzvBWNtzmhVrZpXIFxYEBS(WCEc7vpuRHB8(51rF8CbyALcSzpBSJcG8Bxnr6nhw>pl1lPSauuwr)ultXI1Ng0B92V6k5YXRnlroZcn6U0(DLfCk{gd6zgiHR4oJzv3<KvgnnVs>pFwrUrKo4a1VFJGHsyDMdu8W02}]lQS32Dbhj4CjI3brH6gUNt]drrgw32exbp5qDXQUydkw751f(Jws1vNuxDKfJ4VnRDCHzhRP4hZmGYBP5X7j81HU(zQDBKxa1p6ws5MHVK[gcdWbDqy8I9UAwnHfo5HNAkW[gZeeJoFmHC7P0N9yDiFhVon]0Rqe3K]D)PC9jeJMDHLg2Ui66VGWJMjoqUyaPMwOlD3bZeu26)<SpQ3P9ZR9OJDw<mlz>pKudSIMdZ59vpSB3b1PjP7rxFJ>Be3CtUyOWuB2T6ywyXJ49r3IRtSsRiIwo()aJXipRVQh0SsHLC5UAL]2Sr25h2jXhl[JgTFWKKZjOty4MvqCMtR1gixdw32d1zsfDT7eDG6SLQUPZbZa8BhjtFLz8xmX9LnC}aUIhbfhDjBZ1xKpD2SToP14lRQL}JtG]Y(Sjk7RqikFTNNJq4BeD64ZaTpAPJChcyvpC9iHdOJfddxkeIqW0ayM0neKHUhYtLVCdG3OlGTjrPfkgAL1DXRpGWQ7Pruj2GEm0KdIOtRL5iMVwBKW}YsnWTNm{fi4h)DD2l7TxR2YvAL0IdPvOvx0Hs2EjFP1QF6a8UNwVqmXcvUbtkNFBeX9fSeosfixoeSu0Jb>re4U5Vlnai8b74y7E3ILMRyXHAu4DV9e1zHQEWiN5c26iDNok1diMNJjZgNMfwvtZ>mTp6uk3B1h]fd4ZC5k]sKTi3GE35NoBk8wp1ghkRuGC2ks2GelLi63F>Bpw{5gYgoh4eGap8GHjbyZmwUN639uNc7bj133j27PTlWaDTlxCUjJwgiTULAbqid1m6tGjqKMTbv2b4LoF4WgTI2okEz7c5}9WDAU5K[iMMnapWr18DChA>gI1erTRa4<6ngiCk77mzQmmY8ljNFULzP{pnB0kqllyM}d{Rmrp88seB9hbF}Fj62c5TIar5Fnkg{avXLnQtHdUL8MucFWyK5Yt}TYQ6PGQ5yrpfS0VEf6VX3f7a5EPOYk1ii7Ek7yMeiJTrRYslMiIK9wIAUcTg46yf[4l))q5pfAdpV14vcpTHJFTa<0jr50k3Ekj6O2wrcyYqgV7J2A)nI4UCiSlp)m3DjB4oNFK5wVIFHjKL)sgvg0THDIrXOMm)qUugjLgdGHbTQT1iIkTG2yv44iSiJMzWB4PTNWFU<Cw0tBlzU4oQO]TC[MBvjRMFzX5UIq]a0p26VDwC48vRpS4SJnRu5zk2wxf4o7WCQbYZ6BfvydNCDQ[IHsKjWOmL(FmLsVCkiPwJ8EV1QUm(Ly76NIbSw(vR0bIAscs9omdt2vXQMnrHEAGqPjsqdBlissNuIDhp{aK2091l)JslURCULnpPBeAsPrLbwCXngfJ(s3ddfX3RAVB64gAiqq36iWItaQjWKjfqMmWRJGJaG39mh2q}4RTEGGNEYtY{O8bG6pJ8{NvRTanHK8[3SPQOhVqEhdK0casr4sRMQvB}l6dw2w1i{a8a{p1TYimvZbctPlO8f43pHMkHoRra9Ag0g11lQdsuJjT26ReV{7PHI26TMHV]}ko{Z1kdbhD7rLAwCLBwuScDkwK2dOU4Ka60EXRJehuAL)0vfxPKLyLryNJRki9aPu3>l9jsmWso5mRd3oHdXi1x>Fi5g1pBm0d8m1>Z4r>JPIdW0qsXkCk4uppLXK9[9Gg0]iHVOCD0IVKSmOwK4rP6iS4t8>q4CXTnWYMOuNpE62h}lnc1OPZUZsncCXldiftsVs3lABFGvAgbf}irAO8v4m6bo]jOI22gQnGwqOAftNYw3E[qU4feSx9Dm3Q3UdfHvF[bbZXAghRVO8hjlDqtkRNjtieaf<JO8oBxZOQnwFQaw1XocCg0U24rMr83lSZdSItPLxCuGb8cxL8LcqQg3oQ6kFY23O<H1moallZ5IbMyCUIXsRvV8uxAFCz6xKp5MazOSD2lEmKF082wlfv50IzVYlX0WWB4dc8tlQNOz3VCQxNkn][>cZhCMx31tVINEa<fFBoG3mcvppAUdNnHfYEc245a02h6hyUl20Qkhi75hFBCxrUl]UPR8Nk}b<<dGA77z98GlvBVetlV>6S>q5D2TWRxhq3e3vTe62yhh1mGB9dFvg2GqPQa6XmyCoxnv8eVdG6{TUWba1WMn)vi)kI1QhqOLMi[acyOMNSRf[f7ASyxy0AIB]NGHXm}dJJ0NFZnMOV0lu1FvPDknT3)ojjKIcfW(3h7gJfPZ<PESmmLXzpvRDscax
@@ -0,0 +1,7 @@
1
+ true
2
+ false
3
+ true
4
+ true
5
+ false
6
+ false
7
+ true
@@ -0,0 +1,7 @@
1
+ false
2
+ false
3
+ false
4
+ false
5
+ false
6
+ false
7
+ false
@@ -0,0 +1,10 @@
1
+ false
2
+ false
3
+ false
4
+ true
5
+ true
6
+ true
7
+ true
8
+ true
9
+ false
10
+ false
@@ -0,0 +1,7 @@
1
+ true
2
+ true
3
+ true
4
+ true
5
+ true
6
+ true
7
+ true
@@ -0,0 +1,11 @@
1
+ const N = parseInt(readline());
2
+ for (let i = 0; i < N; i++) {
3
+ const expression = readline();
4
+ }
5
+ for (let i = 0; i < N; i++) {
6
+
7
+ // Write an answer using console.log()
8
+ // To debug: console.error('Debug messages...');
9
+
10
+ console.log('true');
11
+ }
@@ -0,0 +1,13 @@
1
+ <?php
2
+ fscanf(STDIN, "%d", $N);
3
+ for ($i = 0; $i < $N; $i++)
4
+ {
5
+ $expression = stream_get_line(STDIN, 10000 + 1, "\n");
6
+ }
7
+ for ($i = 0; $i < $N; $i++)
8
+ {
9
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
10
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
11
+
12
+ echo("true\n");
13
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "path": "medium/BracketsExtendedEdition",
3
+ "name": "Brackets, Extended Edition",
4
+ "alphanumName": "bracketsExtendedEdition",
5
+ "link": "https://www.codingame.com/ide/puzzle/brackets-extended-edition",
6
+ "tests": [
7
+ {
8
+ "name": "Example",
9
+ "alphanumName": "example",
10
+ "file": "01 - example.txt"
11
+ },
12
+ {
13
+ "name": "Extreme",
14
+ "alphanumName": "extreme",
15
+ "file": "02 - extreme.txt"
16
+ },
17
+ {
18
+ "name": "Unextreme at little cost",
19
+ "alphanumName": "unextremeAtLittleCost",
20
+ "file": "03 - unextreme at little cost.txt"
21
+ },
22
+ {
23
+ "name": "Complex expressions",
24
+ "alphanumName": "complexExpressions",
25
+ "file": "04 - complex expressions.txt"
26
+ },
27
+ {
28
+ "name": "What’s your bias?",
29
+ "alphanumName": "whatsYourBias",
30
+ "file": "05 - what’s your bias.txt"
31
+ }
32
+ ]
33
+ }
@@ -0,0 +1,3 @@
1
+ 2
2
+ <{[(abc(]}>
3
+ <{[(abc>}])
@@ -0,0 +1,8 @@
1
+ 7
2
+ {([]){}()}
3
+ {([{S}]]6K[()]}
4
+ {C{}[{[a]}RqhL]{y2}}
5
+ W12{}{}L{}
6
+ h{Pn{GT{h}(c))}
7
+ {[{iHTSc}]}(p)(R)m{q({})
8
+ ][
@@ -0,0 +1,8 @@
1
+ 7
2
+ {([]){}())
3
+ <{([{S}]]6K[()]}
4
+ {C{}[{[a>]}RqhL]{y2}}
5
+ W12{}({}L{}
6
+ h{Pn{G{T{h}(c))}
7
+ {[{iHTSc}]}pRm(>){q({})
8
+ ][[
@@ -0,0 +1,11 @@
1
+ 10
2
+ lG1DGuuUMRFA2yWhxm0aca90QrXHeabs0aZCvRl3cUvNJz6Q1j8GvhNppnm3O3ugUeSgwnmcVCrO2vpVHiHtzFM5H]Ss5uTiyL1ovxat7fF0rDB9iDzCYERtDoL6LO7m43rOSwGSJcrxA0yYzEs7inERffzNuZiYVAdk79S2rZe9TWz97LM]D3eRZHxx6jOXh6WZXssInjB7nW26q8YeHJYK6oKJkZNlOVTRDsR2JK6qqj5YETUM5glU6mnSpZ6kc8TGo90eBwQTa]LxH4Wdf74UAkhaQoqIILdjA4ebis0nCNe2Uc8vBwt8uoO6kGg6ufSCEhuuEQXdB0GcUSbshlnPcAo1Uzv0BrEeRz0}QmQYtO6hXq6P9jtsu2uyF1RpvuKE6gb8GamWqQEjKeBTWtHvwQOIK226qbWTGvcZH0roaj194IWKK2t3av07Y5mWg}anyPBj91mIJVnzOn6VdXHILz0ndUXufnT5mCyuCpiFuQkTSkfdesnyv5RqwE0e9bKiy0KyymLL9ix2iz3F9wTq8Ld]VZ9736t4oXCNlUypzp4zD1zZI9HIb03MK5HyA9Bl1BjbCuPjTiOahmWVY6FgHpen1FEdrUpwr1xPtOFMJ895gCUPh{2DTQ8T1o3nUMeFsAGeciNskTtxdrV9Kr3Btjheo6bsnJDk1Hc87uH88sqa6UVGa3mwEAyPvUgRiRGVDStpU2wQNfv]9g4uXZ66fNYUVeu5WpypJ7qChph5xboku6B87yO4s8lm4pIwG6P3FSlLEUrjvtVk2hvmI4As4QBFZ8LUIAFH9TVsM[13jnAqq4xLeIZf5TBsSCvnzhGuvG8SIq2HyU7MbPykTHHgyfG8VJFi8hPkJLfotVIXtkTl2LOm1OW8zHwWkVOTSnA[E99iVq9iJkL1boJHS65LwXPPNcSkbJUg57Krkq9eYwTC77XN2pRMvgKvyoa4JvjQk6gptvlrcEzRwwuNippU6Fqzp
3
+ GPaANAUfEKOQ7ju3ODOfx7LwGNS7EoJh0ku9iFF4AVDh9XaCkvLA0BXujvB0YkhTnsBt3lKmNXGIdkR74q6U7tf0c>Zr7gZXFNJAi0086MaSVTEPWUws7oVJrz3hv3Nv4Z5LcHzjrTsGth6MTuAsIEwJnCrq9TF19F3ZMkGHEGn3fN2Pa9J[p1A8ByKfGG36uWnwlfKVVlJLUziFLnkrzJ7grmYRvAWNtfGWEQYjvr7UfUiZ1VwAqcBJR2bYtMIAraGcynwb8EPjM)orFl9BmAbEOCWDU1K2B8mUAZNr4j9eXAUYllA02wzfXSIijQSyEIZk6GJSCJPzFYWUPWVPlYtSFyFR4VAVQZXzONP[1QFCGWqaixELSHl2xP5ZR8qYsw8BaqzKEuQkWSGsn2FYWa5fu1GR3PYBta3fcx9TzIhcdGjQVWRAgjuE5kaXYPcYm>j3sal0LDbS8LQnFkghjqNydHfWqoKdY9GxQvYlMzXtDScItrRGivfdYzveG8vTg0m1C8YP4syAKW3EmGHKYk6VAEQ<jaorQCwppdVfH8YjY1UTHzYJI05vmqCZg6BBH7JMAda2VPPZMT3iVrfvL4QL5N40rhCLo2eJQ9Nh4tnemaqxowodn<6mLuAZMMfUMHt1LuVv11p0va6HFZrIafgFNX0k6Xm7VGVbcqLtI7bvBlQS2sU6B0XfSjdREVFf7Y1JxDEX9drYzxC)Vv32SHUD3Qf04Bzu2xNIXp61azgK2IpozErT6kix1NnMwd2HZgewuoDlSIevasJawzrnaMpAzHyy6PAr4tfSLugTW<18c4QemleTh98u6VwNhXGKFpDd5uF4Mfr0QJgWXpEH6j7UFHzl9vwHZo2ja5ffulU1G8xjM3Eu0cMxrHEbkstnijJ)9qrm2VigTx6n9iurEF7d9BZ0PQZPMnGrSOBnpu8dS5z5B5eEAaq6jmH5y5uRdaHszhCunBgsBv2GMFyfki9rniFOt
4
+ wDQctZrxqtuxEEPUrUrCdHZkYTFTrzlNVKAnTJet3QJiXkKKTtDzqK6ipfRxSxzkonMOxnSb4M1fLatdE77CVj4Cy[4hhGp6ueXtzC5lZs6PBek5Awxdl20LCFwbR78VfusVnpE2cjkfJ7GqO1OsePiuvhcFbjbUlDgMMnImRxYskAAdKp6{go1XFQiXNlYPtMXQSeNgnSsQi5Ivh8tvQURq7s99Lv0viaj7Uv47BdjcF9rkqTadcmDGT3TTFydab5v9is8tghmCD>i7B2VlmebahjIYe9lTOIV27Hiymg9CmX9jYTvkmDoLKEmJ3MWUQm4rPQR6EcfO6KXYlSKH44tR7AEAMlkA4e7UvG0<5H0SxqthrykptSOgrCQvLINYBG1dMRQlvdvw4IYkqbitFeKe9n9DoGjQBLdnN7CiRY4HYBIRb83SqzJJLB7HGbeQh<1aaqlb9DrBNQNC6HO9MdAc8VwkNcsosBwDDV6x0OlJe1wlOtV3oBMVWSPAKdecQ8KdtHtLe9r9Gcm0bAKHSaEhRSM)fZ1KzcKFQ8ByeKwrMDikXr0jwOxTRytvGRZYOoAwtZqGO5PY1mkUCg94oYl0ubnhnvzZliFobMLa9QCSspPUoeMlu)NdsCPg6yfaFh5mQRrbRsIEkvcW3aPkyhj1sZwzy3ZcyaBTBs6zogt5rfIWRSajG0vMcS8oHKVjCxQB5pXdYaklLix<Hp7C4aaJAYYhRJQeo2jdxznSp9kkQQ5Tnb63Z69jPKljyfM20HkY18QhFvYHjotf7MSUrNQb5BBntzIYGWC6w7QBB>XKP3BeY3GU6kMNvucy4cQAJvtLfr6zYZ6o9GtwfJ84wmlTn90I45ixOoe4FzQRi9PHnQXrcFs3YLIL3ni0TH9ywSR]khuXUaIySK1Vif5cIeuFJDizbVi6UkqdyhONeU201oFUPUpBhTspDa7LnI5Rf08yetwuH0kGw2Z1H5WNtoX1Ml5rM
5
+ Q2yUTmKM9AbXweuBjbgSAbUeTP8m5qj2gFv2bDAbywyHtzUuzIAXREoIRVLpxujsLtOkJEuS9KUCaBEZIrYcmtuJT>syIiF6kIi51uAQYn7HVsNhLA9HWLhUxGIVosjPMPuJECYLTg0LjPypqzxbXNMKibrjnF92mjdJ50JVIf1cUowdfLk<RIwNJOKczTYRB7fByLl7EOrV0lB5yWiGbLkYOhA9gKhLE1h2OEMFcumNvqoHI3sFEWhP0t2VQqHAJCAWmzocbcOvo}e9kXDg8joTqImK7PUrqFYhT44OL5NDrysxDpRgsu7eriuR1Z6VAaZWV3edShw51WSp8N6seUTBNg5T7pYyF58QDCn{YChXA8imnhL6Rm0HD1P2Am7iCENjo0pgsOecbPGJGCiXgXvr9KqXqKcoaCwyAqFibU3QI83y8p7Un7B3NcmQkxfxL}IFYjh1iOXinU3ttF0u3uT3BxO5LLdqBnAKdbwBnI0JiNkgrvCuFzPG16UAH0JtakOTRx9oVTSV9VuWFz6WTySa6cX}Oid1i2gSKQoELZ8xDaIVJedTaXh7a90Qumma7t9g5dmnHvMbcpBrHp1DUPFeskkvKoWxnMwWBjUnlIRVCe6h1adD1{ZzVY67Jp7xByrSy0vxTLAr2VXUxPnGHcutD69AEAyWCI2oO8sVcjGmYxKVi1NxzCQlkTdES3sfzOhIHWQs2nKNJU0}zmVXNZPNgbihe2N8hnhUJXO5eNRXSq6IVWSnIeZ9HDeH5CyZjWtVrjvjwFm85cEY6C6QQBxlH3C3uf9bpIdWZnZhY[T7lOA9IHafbJzizv8gIBncVPGyJyjRIAwNwOI95ZESwikG2bEuAt5QyeJxSci6f5JDJ91i8NrbnySCzLP3vbW6rML]vIIKT25TXzgQRAMLausMilaIOcLCwLaF6QB1BMkpvgNJ1z86PuRLemjhwj7zQ2uRlDzr0EsIBxDl0SZmX2JopA50l
6
+ SmUAQsGZhyadLxvLqJzii2GB4IPe5ng7fXZ3BYoFZDcaWg5fyMOMDi7te9FZ0YVJFeYbIFeaQF232vyrm904zm106(vztmDYiYqRroL0A8wvfFWsYmLh0bxXDfrUDSXFoLwZRvY1FORkcWXTqq95ENczfyVYEVU0twClS0SPUNoFDVf5yDf(FmD4lh3ZHsEX6Kn4KhkkxreEviFZPGHFStl6h2fd3vIK6E0v2D26cFTC1qizZiPeFBhFWoI0UVlCxAB426C1b6FPD}P8pjxW8c5MFHyaU53L2sOOrlik12fWPlodrosvZS3WEffXQrJIzY4Jzl6gxWTv7JUybyWdE9CVDhmwQgaEVL0YuWq{DkQRq2JEJg6m1lXgQ7ydjWb5qFtMBUB6xytuyHsfBL5M7plMoHKqVzifSNXuLkL9iAjdURQNVe5L0qlKGRH7wXGUM]aAGDnaxcswbLAeCkaZEzWWpY4dZUCACCb0csrIRtG8dwaOLEuOXtMvoqSvdqbkt1ShWhh3ewme72QnXR4gn2zUwEu]AdkvwiM8O3amMd96PK82ExchfBMYXPKnH3bFhEz4CBb3zJuHeqn6fNFEEWJoS1RgrJIcnMowPSeYYuN9MglEnsw3i(ypQC6aGgGxO0DGRMlRLpSWqSVsAXu6rDv0kzl3cTFuNVIxEwcVXFwqkmSj2Mx2U4ly3Hv0uVrTJgoopdSYY2ONOr7)F6sMqy3oR8miVdMI52KEQtSMlOleOuPAuXNxn5c4LDteULaJ93wvyGCrZIJ3PHd2ypcjQ3r6JY77QiVoIkiEBLfEH[JJvqJGNC3UL5parD6xheKpAG0UL6RFk9F5rzMROnrulLS3aKqhrXdfyLaIokMQUTZzohbF9hOlVj5oZqQiKKe4fLk[5sVsb8vgF3FO5e4jvGN2D9sDhtju0W7fyGgTuG0BDq2rspGRG2xS7OolM0J79Xc9TvWAOekP95WisUsbzaZ89AAj5
7
+ ShH3xi678soQJ9KxLG4NLgD7Rx3uMpAOe53SPVsWswOful8iaOh5RV7FAZfnQPBNH7X2iUvP2XNTC36nO9Gb5hxXY{wzn2KuaEaKzyQ3DLRMaQ2u5pbe5J7LLgf0G6PlyZC6xiDBSlXvpCpE7Utqokvx5iOL8IWP2LIbNIeP3KGOK3Izvtx{azS2RzPRg4RsTbDtYkzgChFVNiJSTAttHdpjq4b61sOkjCKNHKyLfe9RTrXR6jhJoDXfAyc6Soss1E4eHo9MDaVik}mNS4YvEeVeJhyYev1m1RS1yWSz30zCbIz09h2B2r1qcLjcoK5VICSn3j2yHpRLUf2z0dZisKlj7fOALjYnlxR82FP}8ZyVBOKUfCcnaFsbKK6KyntbXegwrc4uJ8MZKm24wMMnx1ooXVjE4Ltmyp0p1BLCPIfDrJCNkwmBtQ3SwoJptb4f4(7BJwu03HekY346YiRR09nthQgp2yE1sFbODYy1gog4AncGef7JZf5M5FjKisg0l5vpCRqkqYBTtaVZxGklDu92prq(EisaLdeXxIMOfWPxnESeW0RnrlytfqEiyjdFFXeujSJNUQ7YxkBEDW5Xq8b220sd6MjwZYAnqIEYd6a6vxcKe1Pi6[Xkut2OpgtFF9sOKwr8Fsp7D0AG5XUYA1mHmsflpIR83t6nF0hrbYzX6AuvpSU4nbI99bM4U3jblXSKxWoP8sT1ZbI]fQiZQkrEijqO3BWDNCGG1gw5j5lQ3QIzlhN0Oqs9TKiU2PVryXgIkRuPA0puxcw23Dwje4quuF0hhggKl1zKJCjOL)Gx9YnlHIzOp6bd70uY0HvGk4mNgXnamkeobRlipjWn3RhMoall0YxNn7KVu20BLfvCVN7dutrAzR5RcOQ5TCbZf3E(QPdLtdtZAKEyeoX137YNoD9Emu5ur3cNOIbFR4mK4kCkiJiHJe6wRE7vSvpv953VH7hiA135MTS6F67xbJsh6Upn4
8
+ mczzGAASvg0n2YqOMCkgBwIHzfU7ykqjbfY9KO6SRNo4miBhiu9YT7H4K1mhR44HQqKeoFcALWIML4tmAfctDHZmp{JEL9VrFZfkRrnDFb8sZDaqQvMoNUaENurwyPU0bshHMMY9iHPTh4tTvMwxOx8NREpsHjm7ns60TzKF90X9Cq4JbK6}GK1Z1Em45cN75o3NaPAoLhBnfMM83FzA4wFnsoseM3boBAoqBnbI1VZWhG10D4dADDWtjrqHZ7W6EudAomiFBwYC3(TFJZfk65LVLgbeNUlfRWjvcnZbzpNoXaFsN6VBBoIfRAL77IxvZqvyPQ4y8dfjh4lHJgLgZMOooi9F1YWQV6Rcqqc)eMm5CKniZDLIHqdT3RQ9zZtegE8w9RCfteX92t4mOPGlE4M8GXOx7M8eeVCrqtriM2DnwoUksuJuleAX6zfngMDEC]AUNY0y84shS0s7H7iF9OcRIQnBbTaMFKcUcETA9eTUWnPPRtciCvvJrGpEu3tDqqrFWNiUtqGIayj3vsfbyCwH4Ck]5ooFDxshR5LNTUJQ0FOQZp56MCV5ICPItUa9qYiTbHeyZBU4RevxqIl2dpWjE4tWmvPPCuatqFBLbcvfMQbqHnZbw<5A6nnYeQHd5MekTuDLya6eIAYZQ71IuVUuR3WRfdMJzC1O9gn2Jc2xwzaGCFYcCGMxHDlkbSgw5qp2M3pl05BBhRj>aU4Ee71Ju00n2hHfQXeWjGDdQr1O66kJ5v57Q8eKIHNeF1UaOlw0UhF2H2iv4AZBGDRI4qdjX2v7t6ATp1xgqyJTW)pPHwh3Osg2B7hXnwHLLz0Djz0t5WVw3AYOlhGprI4skPTmBxFpWJObwY22pBP4iWJ8KmV2JyCqA49Q3SaV6D649AF(p8Hj5HoakHI3LAqmZRAfJ6Swc6xZtQIGHb7mddYqUMjg5owB0UOw35iKxyQt6uF1Bkt3Wh51kVjEDkqKx4VoPMk2z
9
+ ChYi2wnI4CehUOpabPvnjVSlJ6lb8p6lWG9ZxClTFGSjGIqJhq9x7bzl7xYrMV39fZhtsy3vtgACtdZKax2FuYRxG{kIVA8n0beKU8Xw6CYqHpQVAR5Adc4eDgV7QAYd9D6kJ2NHGuNsZaPdjVy9gkzRSDIHqkJ11Q5GkeRXn8rEaWutT6d}n9SFlAk1IglTyopRjazml7Alu7JZAbchHSlRM1YZd6kFZoMChEuJL6CRdy9GndUP1kzw7wholUZHoIdGQXbIoyzYo<QqidlJuZifl1Ds7oWVofX6RMwjpQcPOU3KJWj0P2whos55jNr1KXX0lF61rigxRoMHkSPvUiH1wQJmWEvn8nmD5h0>oUqm9WNkEm4wAOAVRNUJ0k53MYmghvZQjhybzA7DWkqcmLUz64HGm331EttD3ifvUGO82b6XsKeEDt5pzEphgdSsT)3BwS6FGrCjmqui5y0xCYPbx6si7XX9vlzrTsqw9cQlcrnz4MjSF7OIXlZcAL3DK4mWPfjNdnsXVihBaYNIjo4jRSB)RdLSHkVSAIFuHioprLxISvUJfYkmlCts5DHh5T8bxSRRHf0kH8AOulzqEpnhshZvt1rPfjlaomfH8OvIMMeJidjhd<0GAuWUxmpGuuUdZdBsHml7sP1IcVDDNznYYx9b4r63deMJJVAQnbpiIbvAHvyCgSVvioa88tk2L33MRS6VGiyI6Pr<9ATX9yiJFqYvk9DdSvht3q9ZhLT7pqdoWCQW8ZdpuzdSglUsGyuvANCF39kdj8WBMW70j0oae36VWmvtdoe3hcR94}qiX1fb0wTHSQSBuZLMzDvH4aPqoR3kGUVIFasf95ejR3oec3a6dSXOTspA6rMrUyJ3bZhJaJg6ZZ6mCuehuQUTywL}GWdti4IwpbxwiY76zQyWNkJYmby5uRCEVuOWqDjKpF3g2tyv3aflIN9JK81FtNFI0CKXERrfPAKPv7PKdgk52T5wr
10
+ WVsgT7ytEPBZ3Ybus4KefGL8tWozB4PM7vLmmbfw5Dsc0G3Z4joZMK7PcxsBzQFS8yFTefVseDnjF73mEnNBTGDgM[324sXjcmCGzMYSRiB4rAtf1novDI1oqWfoPUGJVa9czMDAjYexl6JTyp6ilAtV47YVN1EO0g4GPygv3cecdoQObI2)ZobHATt48on3626NCH2sQ4FhUV9JYCSMX6dMvTkH8Nz5QZYRbB1d1ytrLr8Ueww3ghiyZGtPADM8qIoBIn1IgsG9w{xGYFVsGI81cKtDwba5fPojv0tISNFBqaH9aVFklE6FXxbVlDpa0LN37qhaHFi9LuqZn0CEUnijs7gnDOSYz5wWHaS>3wCeilpYipsurbWQC5JYZ6hZsio80oIS1jKKb9gKkR6zcbhPiFtSBYvKrePHt5fKG7bpVSPYtn5MI2iiKiaI1rPmA}lzLRJfe8iVOo77xS3KTy97iwhN8wC0mGCj5Qi2yF0zinMW2aiZ2zGaUm5dpRQ7AVuP2mbv3xxGXx4nu2ApmE0XPBI}dH7VY9bkBaTXUZSdtDjYRVPyzkvHcfyJWwpBLuxY17PVZzfPrdCiNTaOIYb7x83hRl9NTLGpS7aHQwcLr3Q85FgfO[Ei9Eviy9UbbS7tAzGFeTonAUJdfAo4aJ4JFMRAlyU2DuqcVkgFrxkvInx4pgkweqxMRJ8dSzluhxVE1p0Wtxsfbbl<fi5tva3kKCGjlZjZhmc2NmwiiA0ylDK4RnsIOc5B9118jb8H7c3HFCeAqnBR8qTieCnmer7mbBjnPelfedjnZ822H[NpaPRdadmsorZcG03qnMTbgddVKQppOXShBQGAndow2tbh3NOSNyNxXtYc8PSw8eLkV9CPdyP0yrWuDuGoEISu4qH{cfaZj78eKaTXZyVWyWc5yQowD6zjsr5N8Qj8KeeI5pb54UGoTZwM0WdQ5K7bpIVid4PNtdF4DvFgjOMrrMd9k2qyU
11
+ 6L2Qla9jNlqddHxptIr3eVcatFPjceB98Crik1cah1FPeoRzu8iWem8fjq90RHPklRjvizxFpb1oV2sQcmYfODdcO)HITtGLyXv0FpNO2apDRjt5oC7PK3RCMDyFXXLhxJ8Y5Ll4lk7TA7bf9TjXN7cM5h7KihPNzsZgGqfWhRKIJjEocGJ[cAqIc8PUTwMGegeF5sc0mczBpPagfn2U3uOXyNeosxTsNJtwICz86S7duC2PjVIPG7yBEGd52ynm5GvQI1wGP3eOk(9rVcvHs95SKMKQQhK7u9wtPZ6YN8VP8qJ4ZxPLCNPLxNZMvIV5byfUaF9oTtbi5SiRubZnY4W1tV6MxE5CCw0IKpo<CTbt8MRyhX1yCA8HMgmgbdg7cZj43UuDgGMmmPVTUZ4EJo0bc3vY8ZELALFKVqVXRSoKlOysvHgbTIB6j6hFnmyxt(9nLCfM95PD1Ijp93dG2RK0kw7TaA2Y65P75utshSq0EzMLjlWqmy8FeaGKdlJfvjCQ2yT5n2fCnlL1ZgOqEdY8nag{LxGVKSQkVwDM6o1Z72pAy0TgpdN3uomYRl2UoyntiSsVh2jhz6QIrdASgpTzzn2eMJZNH9DAzG1ePxt7vigXy1u3s<q5rgHPnIEMxxmHyu91AiAIOn63Z7Pct3cBuLyohWGdaHHLEdcZRg8CuNZyKYGECqcHYJpmplfT3KdvEzRbbmd5MR3{4VchjvvNJJ5tvgf4s2IJBtHasbAAHu9MhyewocF5OROSK3kHAQLWDEQMWk0uvePTsNRaLZdDn7SybadDFJONTIoi1(WShgZTTYNvoPgTtfN9B2UnqTpJXuGIoNlZasqSYQNXTEolS8WQCFVSS5d7gOy1reUoQOrFbznoDblGw2LVj0w2iKG<STkeUzdcfu0EEt6jVGBn9RzlQ7Z3q6I68Ly6LduadjOkMQoF1QOgTZFIOjDQFDFH3kN5Lt3wYIcLEJm4YjBPNno0K
@@ -0,0 +1,5 @@
1
+ 4
2
+ imHMMTn0LsuGO8MNzf0XEYBx7XLo941JmPZrzAzfhLmK5eBLk9F2ezh7pbmXhQVbIUMk0kQeVTYSSvdIlndUlP4JH7gKzJedaS[9FLejYKHexyBNFcAttK7ZAGcDhu6yFweCMkagcjLlv29dvvaJse6ZCumTd5g0uVR6rtqjTm74qizhFidUIq6t3bW5ihlAb0DDb[aYCmw56WIEck1n0Od6MeTUd2HcwrhnGbYQXCuSFwrHbPvnjvjST6C5CBuWAb9ntQFJAElstYm2kabu4vjB3YEvarNZi99CNLMS(WL7dQQE2NHr8wMlyFmKxgmsKI0euHlFKdyYuctbdnSrFaUWKMkfwZ7akZodjFR7Grx0S1ysrZq6g561X6w3Vm7fuP348o19mDf(BGGoegwVWogCEqE4ocxLAkAgtCx4F17bArTB8AluZGCTb168HyXEdCliDIzcIGn6iaqSBM6idwh9En46qJOblulPzACJ0EG3hD(Xypi4RfX0Mj6rTzy5Ngr7d5tzfwIeT3A0a1Z8s0idaqI0V2gkfFXweoQdyRIG6b9H39ZCoESQ2TM7mb4AF5Fpv5Jqk2NQIukUW(M2nFJJx9IL1U8XJ3vqRzBwjLtFKj3g2JNBgnYSLgcdtgqyrYhLwLZU3hfVBZO36sYGeRy3vsiMAUdlFGuucGKYv47KWTGFq9DT(jPM6GGUgeATYf2ggUvbcpyEMfCaonm6vdcmZ4ZgB94fQWYI5wDkxvBCtHpYt6xPIV5vIP8BAWfjszRGuUrTUxlpHIg9vuAjVzt(hurW886A10vrmlZSW4BLjep0kYURZCaFjc0k0xdQ0hsTwZHYbl1J5hP0S0iVu9Ky86jQSRbROwVzFDNkhXjJA4Cyjh8VDSj691(wmDZr1k719pE4waqjZFcgff6KcWn42BwBWkwz42SA7vp9Qxf6eWCCgN94D2GueUeWRw4eAeT1RFjoBVeazKYuBKcctlU1zNxM3(UssbPZVQVWx7gPjmGXoaaDs6YDXyCzavSyFn1Wl2gkAOWylkkWyd2bceM6LjYidvN9yBNMz8hRxj1eNBRErNe4dgp7ymUGqIcd(2OWrKRmawofnIy4U0YUC0j15YxwGicKe40NaFd0qDfQwtq8ehxvF67atHB04TWYfJV2ZpJqGY8y3PU2rw4cNwS3i0waxgOxwMw(0PhzfKxIK6J44yTlbc7QUwGhqGvjim3cr8k2Npv4kaEZqLBG9t6lMJUnyRae48yZsRUdvE3f4V4PWENBqQGYiUeaq4yoznC97d(MZyqUECIf4d5bnJX2Yby5oxr7fW3jGX2UGWMcSAEZuUUHNCet1mShK9U9ADu1oQ7WTUJZEDdVrLwmopdbOdQN7pUUWIfEjttmA(Sr1Gejra5IXF7b9cYNqTpvGmuDjCnJdHJZswSFrKg5Q26juJD6hdlKlDwe6bdkAYxP4yrclDDQAhpnYTbgma35BXCVUWrUu64k(OFgznKSs8AlZF4rWsCQGD70NXT9R5KmhPZOk4EOp76W2YGl9gbD21k5EUkCgoOTGOiJ2EE1uPTLMUS8w4xtG5d0z5yRIk1c2H4(FX723pv6cmVougiJYkPuqrQp84p2SamoIQ6J7LlhIDWv19t2ipYBRtiKYVQ0xLPiHWWSmbXbOkrk2KmBsW6poL5OWcTkVMeD8f(hNvYKBEuDbcioUQruHDI4yz3AxyKDTyDAT6sPysjacaQZNV2mtJvJQz3VZKf8OEkMaFsTFKnJF4ClP1bz06CyTbhXUppGlJ6ZC(Hupbtlp5yDjyeRAYq8COM0OlhbPRSJOZ7lqnB8npkt1J1vziiUKnaHsEDewP14K9YgaeTQpWPUTdshLFc5NbGN6nZ54Cz57rZ7(ZDfUV0jdNrTmIsYN0gmDXvyLRtytuiVNjyTR8fxdEGqELKDxne854oUuebNbNMeqgRHUnARuSjO4kKG0EKDMZuDTsiz5fqh4nV(KY0krsk5LqyQaqdLKvQ4B0THs78KfgwSUljRYGOmPW9dNO5OvzZsV2nIfy77bkydIe5h6kFuXptyFiKhYjVrQ4kK1rLTmKimcG(I9FvfRd3to1YL7y8nkO7qme0RujPs1h3Mg9p2jVLy2jjAJXoZZBKnWQQ7EjnIRiczVdbJOnFwC6sOmj3Vu6phK3LKv5eHZcBGq(7mAO02qIMjnpxemx0aiYtSATuvF5nyaNNgBTf54fYrdPS7bhcWIcCfrtjIIhgLDLzXWkS0lQ92DsajWpaZ6iihLIaFGGNrFVhY
3
+ hocyG43uyh3mU2p9DSWFvanOerDvBdGpypCnga3Rv1jmkmfRDdH2eCT73DCYmvVEdGc2VpiYbCAtDT73RsmGe2YQMDZefxex0T[4vYERXKBtAsJAcEWq4IMW0ab8PBXsFK2IXfvIn3mOCkJ4lFIXOD0pjTkkEt7EhM05RxAnCP4iVf8arpLgl8Ls6aiWhU3iixfIk[y1X3ljg1ge8VEAc7n7Ka0g0rOHLQZkTdTkYDQgSD8067E4t42IRvNUHIB9YVpqSotUq2fRIn2R1nyArHatDFcq08u2sD0DRkwh[va2dyDikyWV9IXgm8RTSXZTGVybMWWDV1EqpZkWZrwrmlyN3wwPtU1YaR0PHFiJ26mn2xvnvpVB0BfewOcDV0EjNVgtIl5lJt2[KNPGxIG0ucQget26S0WoKzvOwVF9zLG8mT6rS7q5fcC66qwE7oY27NWmNE0r0wg953rS31F8GwoYrVS0x50Ge7WX2DbAHY3cRL[cHqRnCAARri7lj9VPLidkTVnldJuVIYdCKanuJJMGzMyZZejvsEflBHjJ7HlkjjWsVvFMgKwoDRRbGlj1PFE8zv8oOUCAGZV7A[mxOVxoVdsuBRWXyMRUlbNyNhwKfeb8EUdugS8OPmP4fsB8F2nMLrHd1WYPCEQZBH3C3v5tod6BvQdaLKh1mBaCI6bDugnfCc6v[Cw5YQoGjdzuQpT6yrN6jRCo9AIGTftwfxfMCI3Qwo1SDkQKBstI9mecQ8tmInjJJkoWb9sWou7fJ4TpgOS4Dg47rCEj3VJIaWR[FCgcBtCF91lNXJ2GoDjVCyu33QBUr5rrMiCaMfztHfjhFuVWOYS5Ncoam2XPjqXjI59cuimsKCOhbYOUR6OigqvnZZTs1GKIvD[5kaINE6oEN3KUrZbSjPNuwmyzFHzH2e8UDzt1cywrFTFinsatWrKs0TPz27o575wzhr8OqVI74cUX4NWQKvQ7OvUH3PY4Vm8Vp[QfhrYKgLSsB6kUvngbEV97SK15Eohnms6JVxihirFk6szxTmo2HUrhwO8Lrkb6jq4KpQXDyxIxPuQ8iv7YQ0Rvoa2NKMFfJdMu[nIqm3kqNX4WTkRiSK7TwwYWMHscHDeqgijze0CJPjPAjFjPnKB60uksm5LhUwPddeKBu5Ap3zqhACCm1Ft4h7HKZmpXRmkOpL9[aFz622frOHipN1uCZUkc6H4ShfGwAhmhkh5xERYCmhg0heQcjqxhzH4z1ENKx7yXg1CarMhHJbG6AZ5Fxooua5qDtcFywwSxAq[NP68bqrKKN0Y8As2aSoXsxf3jrQSzAqPDf5aHGiZtU6CybEJhZMGHqgfO0MCxbaJCh4oX4EU8Pd5OTDU2CLrrdLyI9hl0nSYX2[CxA85jk0tCFfq3xNjW6T0AKQEvLF6lzSKdW5AIlte00mntgEACoYewJVJlF0gkKkMEoMx6Z2yfrSHsHeWMmgYqaq06N6E6icgu[lVndffKumHMb5SmB6RiKLFEx8pcFZB8UB8QBNqF5vFEnnOhNX5ANbeEJpkmRcby0n6PCPMPt9n26tXnXP2DdoI2s7bjIHMVBqJ[0EQKyAsSgTkY8viJRK2tIAv2oEAefUCppzIAfUxv6m8LOtdCeUxKAaq3YP7PAK6WnuV6tqxsVALakpJDdBGLOr2O1eARlYP4Ay[B8fuSEBjic1d6AqrynaRSeapAGyCZWhxIgfdm3BisHjetLql8niAjGGCGxwev8nyWSrOesZ6BxJF39kYPVd4FETJ3jkwws2LA7[XELtit6mDsWZNp4l0QyoLgbatQf4UtpAlxoKrVfuIgJCQyrK6gTpSBAfEi1oRW7fEEAix2sv0cE6NtJAB1ay4FkZ0raax683bM[GSlfBSq9CDL2p5ZVSmzaJVPvvPrvxs9HeG4nymgPWdlMOYOx2aasuUDgaOV8uj2DToKR5iL2qKuWsq1W15kxR2vmdqxtprjMsG(HHISwKApKx0LBkMwsxKF51ge0a8ABSJ8A1sneAUNBP3IjY00lslIw3kEcbun7IOwnM996HNxDBzU2YPWcCzAJJLn7HeCz4aBBK[73HDKpxlXZFR9wrx2v09WIrOJi8hS59DwS0g1wQLbF0YLsAlYHDS8TijiXezqlPnkUsXLo0cY6vaETHH7ZTK4fsMPUNrR6dF1y(yFIQrX1JlXOywhY3jFdpdotsWHR03HXQpzbQaFTuJfMmhkngtIxAN6DDcFVT03nyF5SMN4D6npkbsWlBSzY1ac4E1bnvxFtTKG
4
+ dLHfJzAggBKwoWlxsU8n8ZYtTRYq6eS5yaC5sPsNu6L71k6Q71Qivi1u0C9FldRKAYtIH8U884P9EIcSl4vUwlcM5rIyrFWSop(bLjDnA2O7wzX3vhXYWNLKJVBkexnd62Zp3llqcavpYwpCRwDScxPDgKRRmthcb3skQ6jLop8eMSlJolIczUBWOFG1YeRSVTbaW(RD1VEi3qV72ciWqtXu2lB8Cf7TaEc4s2cnTSNGlGmoY7udZUcpvVxLp04UPbSFVQhFpy9WMtBU6W8R6CmvstSjiQrWTdUvgdLR(trSgG3TObQL8i6dwuZce9SVWE6SEmPGcEECJCqHhuaxE13X9Na2sIrTfKOuAyHuiep0F9fE0z1TjJsbHUyLl3SdEK7QXnz8Be5(rnnT4eI0DGlEwY29dVZxAggBk2e62JmWKB9f3vEy6OLCmG9D9560tFWtNEICNMbNUyXOX4ns0QDL35oax2BdEpg8aLoOdq51vs(BDCtlqRwaLoOEpdS6VsA5iaTbUJmBEhHTNeAo9qqGdcpXgj0dSYTn16XQ030q4iNlP64EeARQuWIXUuDPVIXDXe6vAyTRcbnol(iNpacEXvWiWG6jyDgzcHMJeQogPjaRA2Toyi5y0nuCTDomGpmvtceCss7ZmCr1G5n1hseWth6rFjDnmf3R0oF5u7PZgs4UOrOs(vkqrPtR5PmX57NxiM3CVMsD8uJBQNC7LpAuwXGSblv9fHNYqzA63lF7OPOVD834eGZpkNF4qkc2HIBjOitWnAgnNlP98yxV0Qw(TCW2D4RCwQcsRawoQbATuIj1VPoo6gP2I7LUWvL5pguYgAehtAo85NftHwyt8d90I9G3Mizk5uTuK6snvoy9hh05YB2HoQCFbp(kYs45szv8dnjSGIudfpoj6KaJKbkun7QZtUJfD2wp8XsCeoLacsApk3GDjqFPqv3acKLikNRX1NNMZJL7jRDdbpCJa8uytiXnb(95lSBu2tgbYNJW0uwfMLQcNx8jMrzT7GDU1S92soIKx3G8YcJAPey12Z73GvI8C8a8QhsbDITdyxSfzaa6r0bJNvy5xTDa0uON(C0TxynQE43dfpRSzj1aWCYt8yVMXbpa5UmsDifqfGp6hbqqwUddhFgU0tI6SVXesM0ZxutH4fcinaMLcHyTU48h5NZUUMGi2rp(vgy0DjgoDurvdJOxigoW8e4lhW5aeqXVxnXv4CFPVpT60cSZ0bkd1qvwhBTKghw0fGcx5KoGM8lmT7wyKQaMjrJlYpBCrShqut(4bqfGzugqkOcI9rDgX0nZ6qZ3V2nOdjIkmtvgLZ2SoQYNYf8uSWhLemLAbsf9tEH6dulxH1Qae0rc7ADQJJNNGMrtR6l5V4FUo(1cEfHim9LuUNKHIFYF1JLhmpz7BWGjmLbtLLwt9kj5VvjReQ52IdAHTm4gNUh4qzE7tAeWxxQPl1Gr5aNYhfizVdy6qG5GFFBa(THYjz4vcvPf0MfDFK1z62DXMaISllh6sUF5BW2pXfPv6M2ru2LhzTi7o9J6kH84r2YiZ5RqkiEAARdr0mZjz5l5qjdA5PuycR2(25ekjVBPjGzfNLvWUaS7W1OjesLEGozRiTqWAFggZGNVCMtpEOzRCzXV1ilVxz56xwV6Xxblmp4pBTfB4I9wdikqAOhg4Mijnh(B4sL8hexH7TOf3DQtwVTelAVToGTMFiV5CNvaAhlaP3MSXjJhG5FDyGOpI1OCmEctMOkR8EkBGBHvnXrtl8t8yc1rYqgigwn5k(n8VjvGBB7t6czYWNfacTN9DR83biJu92u12GwgR8gjebdOUYMBDUOQFs5iCIyLC2nNvZ3XOV8FwIb7J9go4lOvEMGK1ss7W51A(cXIPZBuad9CB8bdJGkmQah2rwLooa1zLRkbuzAhe6OzvKlR0XxjDJZurTdtEv1WVSc0KE7LiDXDaHjdC3u6fCJcchIMoWi9WkN(rIZc1Nv5iYwd7CgRYDRb6yEJMk2SblEeXCVEM6Nk7GRIjqDcUGtGGort2zUmxSuy9gXKm1ghUVRfjh4uFOn0b7HSXqss6Rmlum[LpiLAaJNeUgk282YENg3TaTRHRrEwEF77TC2WT3V1XSeQWCVmVNI7HEqhWDOSrmsMAEABZp660WcLdBEA92Uj5d9ZbSBZl0knp[VQhqjA5aEmINnk4WJznTZwzmHgRaiapKwMQNLV3jhEsoIdnM8gbEzyZCsuKKLCztYn2orypYRTuBeBDr6A85n8xZuhPfpkybEv
5
+ RILU3sZdegcFUq8rf97c3sXQpDTFoNgcadgIwv12KJ6TCiWdJrVSzCLVXLSkOzQQa1d2EH2YofHY8gGJLZT4XnAkKqCcIltjfm(VuiJmIjqyhUpodZf0RaG3RdCLTuzXecn3o5yP3Xxm6mRy9FPN6nqxUYhj9lIB5y1vZJ6uG69Yf93PaGDypSxbzZAuWTcFTaZOw[KyeSI3XlNsD9nhM9Xu6zfUb9R6Gk7vVxGSjK3asEIxxE98NWpZlowmmoVhDzqhfv1MnTOZnLuf15CgbOPaYOgRk0JaLCJWZmJS(qRxMB4quMvt5cp5FrC1geAONZuPbX23bXgbOkLgcN3V6n6D2tEv361H6OoHCJDNbLhJpfYPCOEoKvrZvMbuQHSAyeDau5mm7F9[OafcBDCU39FeHmShaun7BzYwphb3VuQ116hxXvFMBLbuPonfu7uUBOVFKLPhcIS91oSGcXBLJ3ArBMzKFp2aJtuT50bUblebfQ[uYIHLNiQuTVF2Yg2mZa1DdK5D0Q88epGWxXFMIgttJ6g3JPCbHU7x5EGNDTfyWx3gV0JXzORKxDud94QWwddXjAKMCSykEGuJt[H4ZbIFQMGo8v0R75BWWJlrqOfTI9oBveIuC9GGRxV3ix9MQ4iQFVupMTPLN5gVqFDBJHIFMYf74PvB3t1fzKg5qfkmR2MkzecR[mN7br6avzOiEBg58EHKogpM0Mdr3io8nslBk0JrFkzO9zI62idpmassOD3DuHgJRRPdG2tOp46KtlilNSfsj0z6SzomHPzy3Wc[ddyx2E7HaMOcOTZuJJVApzYrohJcodwEiePm9N0KVslUZ89SpOXbZqJeoXxuZ55lRUttGsItWTNBSrnCOlGIt79WD4oJFBpC6V[kVSz5mJwuxYeL1hFkcbwG0ttf0yQffkVL87R2KCXypNz6FUK74SQ4Vw2B668pcCxmkJiwV0poWQLUirwFxvX4kCSGZiZl4TW7y[RSN2xoMe1nyFQ1LGP1ppFDHlNAVL8fywc9nEAMyiYFVkV60TP3rvw1BoUsTj5Th1Mwer8xf1UlJf4fAZCFdVWVHTjb7nETlOso[4orf2XuSy8oVh1WGWPMq8x4g2YbxzPhmZduSipkYCPyzhuneqD14vA3asDT2nf2ZCyAjMgUxa1HGRz8TpfAlzoSafujDJCNIly[TEGzhz7FXAG087kFjXw6HdCzPrb5kUcKxAfFsgqDTSirPoppycmJECVEP6dFLFNVLcMGIC8QEQy6iOXdfVkjLLWXIZQimlCarG[Cb2o5svwRB7nS0Fg4dEpvpVbz3at3B7RwA32ba8yU6UkaeDERfSM48NNKLb4e4aIrWRIdfFPVl9CNmHgWESl51lOJ5NO7sBUlJ[jlzvkJ4mtwwTtdy8fc5CTsawT0TSJxnYOgLvYgOz84A7XlhOCWfP7hLCvVyJ08YsKxuY1XtLJR24HTZOcsFgv1DBTtwlaF7gc9[CDBK5ZZ7eJDvCuPSxZ2VsM4Oo7PEKMEjVEc4XEdphQ9pSiVMFuaLuL0oRaBUxC3oQ8XPESyHUO5Wt0Pi3jMoIfQqbEFL8bj458[Tdq98aQw1qqLTrjOFW8NSrycUWhqzEZJGZauOW8bXEaVkGT0DLBXec8XG3p5gbq7ZOuLaxsBkh5q0rV9B3QJ7b4NuLU9LI2fgN[h49yrEv1nOJErgGRSDx5dfGhHLVR56yRQCbFbiXm6gl5q61L2mNwkAir18LAoySqmUrAFg4anLnc3l86RT09IBPCkoLPSd8SCw[I92K5C95dDDosspx63sOuqW8CeObRGu6ahemAs2pJ3NsCRVbpMHvwKWoaRauPbuk7ckU3Uj2uu9TbmJYOjjzfL3zMj2YvIQNP3[EHkzeCGy7IWGgfHJvc10nkWEypqnE0ygxzkbodtxO4WW1IQnmAf7yMiMCk0DclAcyk8HHDVyMK5wfvSJ6kr1niKFyRD74rafGt[24FfcrMrAwAShylTxSkRFTEWDWeIN55Xqc9fmKwtGc7ZZEzh3vDDFlDZLS7z5kfheYTRuTi5PUPfQp1xvCvmqMRQUmiaWydAZ5[SLI2qJYS2mzex3JBm83QAjaXfgxXlpRUXob6Jzrl48C50hX1QRO8BEJcQtXVQp7kqIfibTVNZpYJlJGZE3pozHbyc517JBG6Ba[8dKuMCPtx76Xqz2M6cPD64ZdYd3CnnIB28A52qze3fxhbrMhoQbpUsnmwBuFlcPzE4jpx7DR6ii5nIC13GNhtAv0tROWwqB1Wk
@@ -0,0 +1,7 @@
1
+ true
2
+ false
3
+ true
4
+ true
5
+ false
6
+ false
7
+ true
@@ -0,0 +1,7 @@
1
+ false
2
+ false
3
+ false
4
+ false
5
+ false
6
+ false
7
+ false
@@ -0,0 +1,10 @@
1
+ false
2
+ false
3
+ false
4
+ true
5
+ true
6
+ true
7
+ true
8
+ true
9
+ false
10
+ false
@@ -0,0 +1,11 @@
1
+ const N = parseInt(readline());
2
+ for (let i = 0; i < N; i++) {
3
+ const expression = readline();
4
+ }
5
+ for (let i = 0; i < N; i++) {
6
+
7
+ // Write an answer using console.log()
8
+ // To debug: console.error('Debug messages...');
9
+
10
+ console.log('-1');
11
+ }
@@ -0,0 +1,14 @@
1
+ <?php
2
+ fscanf(STDIN, "%d", $N);
3
+ for ($i = 0; $i < $N; $i++)
4
+ {
5
+ $expression = stream_get_line(STDIN, 10000 + 1, "\n");
6
+ }
7
+ for ($i = 0; $i < $N; $i++)
8
+ {
9
+
10
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
11
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
12
+
13
+ echo("-1\n");
14
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "path": "medium/BracketsUltimateEdition",
3
+ "name": "Brackets, Ultimate Edition",
4
+ "alphanumName": "bracketsUltimateEdition",
5
+ "link": "https://www.codingame.com/ide/puzzle/brackets-ultimate-edition",
6
+ "tests": [
7
+ {
8
+ "name": "Example",
9
+ "alphanumName": "example",
10
+ "file": "01 - example.txt"
11
+ },
12
+ {
13
+ "name": "Extreme",
14
+ "alphanumName": "extreme",
15
+ "file": "02 - extreme.txt"
16
+ },
17
+ {
18
+ "name": "Unextreme at little cost",
19
+ "alphanumName": "unextremeAtLittleCost",
20
+ "file": "03 - unextreme at little cost.txt"
21
+ },
22
+ {
23
+ "name": "Complex expressions",
24
+ "alphanumName": "complexExpressions",
25
+ "file": "04 - complex expressions.txt"
26
+ },
27
+ {
28
+ "name": "What’s your bias?",
29
+ "alphanumName": "whatsYourBias",
30
+ "file": "05 - what’s your bias.txt"
31
+ }
32
+ ]
33
+ }
@@ -0,0 +1,3 @@
1
+ 2
2
+ <{[(abc(]}>
3
+ <{[(abc>}])