@cyrilverloop/codingame-configuration 1.15.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1394) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/config/easy/ButtonMash/code/CGCode.cpp +17 -0
  3. package/config/easy/ButtonMash/code/CGCode.java +16 -0
  4. package/config/easy/ButtonMash/code/CGCode.js +6 -0
  5. package/config/easy/ButtonMash/code/CGCode.php +7 -0
  6. package/config/easy/ButtonMash/code/CGCode.ts +6 -0
  7. package/config/easy/ButtonMash/config.json +68 -0
  8. package/config/easy/ButtonMash/input/01 - test 1.txt +1 -0
  9. package/config/easy/ButtonMash/input/02 - test 2.txt +1 -0
  10. package/config/easy/ButtonMash/input/03 - test 3.txt +1 -0
  11. package/config/easy/ButtonMash/input/04 - test 4.txt +1 -0
  12. package/config/easy/ButtonMash/input/05 - test 5.txt +1 -0
  13. package/config/easy/ButtonMash/input/06 - test 6.txt +1 -0
  14. package/config/easy/ButtonMash/input/07 - test 7.txt +1 -0
  15. package/config/easy/ButtonMash/input/08 - test 8.txt +1 -0
  16. package/config/easy/ButtonMash/input/09 - test 9.txt +1 -0
  17. package/config/easy/ButtonMash/input/10 - test 10.txt +1 -0
  18. package/config/easy/ButtonMash/input/11 - test 11.txt +1 -0
  19. package/config/easy/ButtonMash/input/12 - test 12.txt +1 -0
  20. package/config/easy/ButtonMash/output/01 - test 1.txt +1 -0
  21. package/config/easy/ButtonMash/output/02 - test 2.txt +1 -0
  22. package/config/easy/ButtonMash/output/03 - test 3.txt +1 -0
  23. package/config/easy/ButtonMash/output/04 - test 4.txt +1 -0
  24. package/config/easy/ButtonMash/output/05 - test 5.txt +1 -0
  25. package/config/easy/ButtonMash/output/06 - test 6.txt +1 -0
  26. package/config/easy/ButtonMash/output/07 - test 7.txt +1 -0
  27. package/config/easy/ButtonMash/output/08 - test 8.txt +1 -0
  28. package/config/easy/ButtonMash/output/09 - test 9.txt +1 -0
  29. package/config/easy/ButtonMash/output/10 - test 10.txt +1 -0
  30. package/config/easy/ButtonMash/output/11 - test 11.txt +1 -0
  31. package/config/easy/ButtonMash/output/12 - test 12.txt +1 -0
  32. package/config/easy/ChineseNumbers/code/CGCode.cpp +19 -0
  33. package/config/easy/ChineseNumbers/code/CGCode.java +18 -0
  34. package/config/easy/ChineseNumbers/code/CGCode.js +8 -0
  35. package/config/easy/ChineseNumbers/code/CGCode.php +10 -0
  36. package/config/easy/ChineseNumbers/code/CGCode.ts +8 -0
  37. package/config/easy/ChineseNumbers/config.json +38 -0
  38. package/config/easy/ChineseNumbers/input/01 - Teeny.txt +5 -0
  39. package/config/easy/ChineseNumbers/input/02 - Tiny.txt +5 -0
  40. package/config/easy/ChineseNumbers/input/03 - Six-digit Figure.txt +5 -0
  41. package/config/easy/ChineseNumbers/input/04 - BIG BOY.txt +5 -0
  42. package/config/easy/ChineseNumbers/input/05 - Unorganized.txt +5 -0
  43. package/config/easy/ChineseNumbers/input/06 - Phone Call.txt +5 -0
  44. package/config/easy/ChineseNumbers/output/01 - Teeny.txt +1 -0
  45. package/config/easy/ChineseNumbers/output/02 - Tiny.txt +1 -0
  46. package/config/easy/ChineseNumbers/output/03 - Six-digit Figure.txt +1 -0
  47. package/config/easy/ChineseNumbers/output/04 - BIG BOY.txt +1 -0
  48. package/config/easy/ChineseNumbers/output/05 - Unorganized.txt +1 -0
  49. package/config/easy/ChineseNumbers/output/06 - Phone Call.txt +1 -0
  50. package/config/easy/CityLightsPart1/code/CGCode.cpp +23 -0
  51. package/config/easy/CityLightsPart1/code/CGCode.java +23 -0
  52. package/config/easy/CityLightsPart1/code/CGCode.js +10 -0
  53. package/config/easy/CityLightsPart1/code/CGCode.php +12 -0
  54. package/config/easy/CityLightsPart1/code/CGCode.ts +10 -0
  55. package/config/easy/CityLightsPart1/config.json +43 -0
  56. package/config/easy/CityLightsPart1/input/01 - 1 Town.txt +7 -0
  57. package/config/easy/CityLightsPart1/input/02 - 2 Towns.txt +9 -0
  58. package/config/easy/CityLightsPart1/input/03 - More Towns.txt +10 -0
  59. package/config/easy/CityLightsPart1/input/04 - Rural.txt +12 -0
  60. package/config/easy/CityLightsPart1/input/05 - Urban.txt +12 -0
  61. package/config/easy/CityLightsPart1/input/06 - TOO MUCH LIGHT.txt +14 -0
  62. package/config/easy/CityLightsPart1/input/07 - im blind.txt +17 -0
  63. package/config/easy/CityLightsPart1/output/01 - 1 Town.txt +5 -0
  64. package/config/easy/CityLightsPart1/output/02 - 2 Towns.txt +7 -0
  65. package/config/easy/CityLightsPart1/output/03 - More Towns.txt +8 -0
  66. package/config/easy/CityLightsPart1/output/04 - Rural.txt +10 -0
  67. package/config/easy/CityLightsPart1/output/05 - Urban.txt +10 -0
  68. package/config/easy/CityLightsPart1/output/06 - TOO MUCH LIGHT.txt +12 -0
  69. package/config/easy/CityLightsPart1/output/07 - im blind.txt +15 -0
  70. package/config/easy/CompilerCG86EasyVersion/code/CGCode.cpp +18 -0
  71. package/config/easy/CompilerCG86EasyVersion/code/CGCode.java +17 -0
  72. package/config/easy/CompilerCG86EasyVersion/code/CGCode.js +7 -0
  73. package/config/easy/CompilerCG86EasyVersion/code/CGCode.php +8 -0
  74. package/config/easy/CompilerCG86EasyVersion/code/CGCode.ts +7 -0
  75. package/config/easy/CompilerCG86EasyVersion/config.json +53 -0
  76. package/config/easy/CompilerCG86EasyVersion/input/01 - test 1.txt +1 -0
  77. package/config/easy/CompilerCG86EasyVersion/input/02 - test 2.txt +1 -0
  78. package/config/easy/CompilerCG86EasyVersion/input/03 - test 3.txt +1 -0
  79. package/config/easy/CompilerCG86EasyVersion/input/04 - test 4.txt +1 -0
  80. package/config/easy/CompilerCG86EasyVersion/input/05 - test 5.txt +1 -0
  81. package/config/easy/CompilerCG86EasyVersion/input/06 - test 6.txt +1 -0
  82. package/config/easy/CompilerCG86EasyVersion/input/07 - test 7.txt +1 -0
  83. package/config/easy/CompilerCG86EasyVersion/input/08 - test 8.txt +1 -0
  84. package/config/easy/CompilerCG86EasyVersion/input/09 - test 9.txt +1 -0
  85. package/config/easy/CompilerCG86EasyVersion/output/01 - test 1.txt +5 -0
  86. package/config/easy/CompilerCG86EasyVersion/output/02 - test 2.txt +5 -0
  87. package/config/easy/CompilerCG86EasyVersion/output/03 - test 3.txt +3 -0
  88. package/config/easy/CompilerCG86EasyVersion/output/04 - test 4.txt +3 -0
  89. package/config/easy/CompilerCG86EasyVersion/output/05 - test 5.txt +10 -0
  90. package/config/easy/CompilerCG86EasyVersion/output/06 - test 6.txt +10 -0
  91. package/config/easy/CompilerCG86EasyVersion/output/07 - test 7.txt +18 -0
  92. package/config/easy/CompilerCG86EasyVersion/output/08 - test 8.txt +3 -0
  93. package/config/easy/CompilerCG86EasyVersion/output/09 - test 9.txt +6 -0
  94. package/config/easy/KeyValueStore/code/CGCode.cpp +21 -0
  95. package/config/easy/KeyValueStore/code/CGCode.java +22 -0
  96. package/config/easy/KeyValueStore/code/CGCode.js +9 -0
  97. package/config/easy/KeyValueStore/code/CGCode.php +11 -0
  98. package/config/easy/KeyValueStore/code/CGCode.ts +9 -0
  99. package/config/easy/KeyValueStore/config.json +38 -0
  100. package/config/easy/KeyValueStore/input/01 - OS INFO.txt +4 -0
  101. package/config/easy/KeyValueStore/input/02 - ABCD.txt +4 -0
  102. package/config/easy/KeyValueStore/input/03 - SET UPDATE.txt +5 -0
  103. package/config/easy/KeyValueStore/input/04 - codin-game.txt +13 -0
  104. package/config/easy/KeyValueStore/input/05 - NULL.txt +4 -0
  105. package/config/easy/KeyValueStore/input/06 - All.txt +18 -0
  106. package/config/easy/KeyValueStore/output/01 - OS INFO.txt +1 -0
  107. package/config/easy/KeyValueStore/output/02 - ABCD.txt +2 -0
  108. package/config/easy/KeyValueStore/output/03 - SET UPDATE.txt +2 -0
  109. package/config/easy/KeyValueStore/output/04 - codin-game.txt +2 -0
  110. package/config/easy/KeyValueStore/output/05 - NULL.txt +3 -0
  111. package/config/easy/KeyValueStore/output/06 - All.txt +12 -0
  112. package/config/easy/RockyPohpsConcertDate/code/CGCode.cpp +17 -0
  113. package/config/easy/RockyPohpsConcertDate/code/CGCode.java +16 -0
  114. package/config/easy/RockyPohpsConcertDate/code/CGCode.js +6 -0
  115. package/config/easy/RockyPohpsConcertDate/code/CGCode.php +7 -0
  116. package/config/easy/RockyPohpsConcertDate/code/CGCode.ts +6 -0
  117. package/config/easy/RockyPohpsConcertDate/config.json +53 -0
  118. package/config/easy/RockyPohpsConcertDate/input/01 - test 1.txt +1 -0
  119. package/config/easy/RockyPohpsConcertDate/input/02 - test 2.txt +1 -0
  120. package/config/easy/RockyPohpsConcertDate/input/03 - test 3.txt +1 -0
  121. package/config/easy/RockyPohpsConcertDate/input/04 - test 4.txt +1 -0
  122. package/config/easy/RockyPohpsConcertDate/input/05 - test 5.txt +1 -0
  123. package/config/easy/RockyPohpsConcertDate/input/06 - test 6.txt +1 -0
  124. package/config/easy/RockyPohpsConcertDate/input/07 - test 7.txt +1 -0
  125. package/config/easy/RockyPohpsConcertDate/input/08 - test 8.txt +1 -0
  126. package/config/easy/RockyPohpsConcertDate/input/09 - test 9.txt +1 -0
  127. package/config/easy/RockyPohpsConcertDate/output/01 - test 1.txt +1 -0
  128. package/config/easy/RockyPohpsConcertDate/output/02 - test 2.txt +1 -0
  129. package/config/easy/RockyPohpsConcertDate/output/03 - test 3.txt +1 -0
  130. package/config/easy/RockyPohpsConcertDate/output/04 - test 4.txt +1 -0
  131. package/config/easy/RockyPohpsConcertDate/output/05 - test 5.txt +1 -0
  132. package/config/easy/RockyPohpsConcertDate/output/06 - test 6.txt +1 -0
  133. package/config/easy/RockyPohpsConcertDate/output/07 - test 7.txt +1 -0
  134. package/config/easy/RockyPohpsConcertDate/output/08 - test 8.txt +1 -0
  135. package/config/easy/RockyPohpsConcertDate/output/09 - test 9.txt +1 -0
  136. package/config/easy/TouchingBalls/code/CGCode.cpp +24 -0
  137. package/config/easy/TouchingBalls/code/CGCode.java +22 -0
  138. package/config/easy/TouchingBalls/code/CGCode.js +13 -0
  139. package/config/easy/TouchingBalls/code/CGCode.php +11 -0
  140. package/config/easy/TouchingBalls/code/CGCode.ts +13 -0
  141. package/config/easy/TouchingBalls/config.json +33 -0
  142. package/config/easy/TouchingBalls/input/01 - test 1.txt +3 -0
  143. package/config/easy/TouchingBalls/input/02 - test 2.txt +6 -0
  144. package/config/easy/TouchingBalls/input/03 - test 3.txt +26 -0
  145. package/config/easy/TouchingBalls/input/04 - test 4.txt +51 -0
  146. package/config/easy/TouchingBalls/input/05 - test 5.txt +101 -0
  147. package/config/easy/TouchingBalls/output/01 - test 1.txt +1 -0
  148. package/config/easy/TouchingBalls/output/02 - test 2.txt +1 -0
  149. package/config/easy/TouchingBalls/output/03 - test 3.txt +1 -0
  150. package/config/easy/TouchingBalls/output/04 - test 4.txt +1 -0
  151. package/config/easy/TouchingBalls/output/05 - test 5.txt +1 -0
  152. package/config/easy/WhoIsLeading/code/CGCode.cpp +23 -0
  153. package/config/easy/WhoIsLeading/code/CGCode.java +20 -0
  154. package/config/easy/WhoIsLeading/code/CGCode.js +10 -0
  155. package/config/easy/WhoIsLeading/code/CGCode.php +12 -0
  156. package/config/easy/WhoIsLeading/code/CGCode.ts +10 -0
  157. package/config/easy/WhoIsLeading/config.json +33 -0
  158. package/config/easy/WhoIsLeading/input/01 - Example.txt +3 -0
  159. package/config/easy/WhoIsLeading/input/02 - England Argentina.txt +3 -0
  160. package/config/easy/WhoIsLeading/input/03 - France South Africa.txt +3 -0
  161. package/config/easy/WhoIsLeading/input/04 - New Zealand Uruguay.txt +3 -0
  162. package/config/easy/WhoIsLeading/input/05 - Perfect Tie.txt +3 -0
  163. package/config/easy/WhoIsLeading/output/01 - Example.txt +2 -0
  164. package/config/easy/WhoIsLeading/output/02 - England Argentina.txt +2 -0
  165. package/config/easy/WhoIsLeading/output/03 - France South Africa.txt +2 -0
  166. package/config/easy/WhoIsLeading/output/04 - New Zealand Uruguay.txt +2 -0
  167. package/config/easy/WhoIsLeading/output/05 - Perfect Tie.txt +2 -0
  168. package/config/expert/CodinDice/code/CGCode.cpp +23 -0
  169. package/config/expert/CodinDice/code/CGCode.java +21 -0
  170. package/config/expert/CodinDice/code/CGCode.js +12 -0
  171. package/config/expert/CodinDice/code/CGCode.php +11 -0
  172. package/config/expert/CodinDice/code/CGCode.ts +12 -0
  173. package/config/expert/CodinDice/config.json +48 -0
  174. package/config/expert/CodinDice/input/01 - Simple case..txt +3 -0
  175. package/config/expert/CodinDice/input/02 - A bit further..txt +3 -0
  176. package/config/expert/CodinDice/input/03 - The C move.txt +3 -0
  177. package/config/expert/CodinDice/input/04 - Getting serious..txt +4 -0
  178. package/config/expert/CodinDice/input/05 - Many dice..txt +8 -0
  179. package/config/expert/CodinDice/input/06 - Iron Die..txt +4 -0
  180. package/config/expert/CodinDice/input/07 - TOP TOP TOP TOP.txt +6 -0
  181. package/config/expert/CodinDice/input/08 - Out and Back.txt +7 -0
  182. package/config/expert/CodinDice/output/01 - Simple case..txt +1 -0
  183. package/config/expert/CodinDice/output/02 - A bit further..txt +2 -0
  184. package/config/expert/CodinDice/output/03 - The C move.txt +4 -0
  185. package/config/expert/CodinDice/output/04 - Getting serious..txt +4 -0
  186. package/config/expert/CodinDice/output/05 - Many dice..txt +5 -0
  187. package/config/expert/CodinDice/output/06 - Iron Die..txt +4 -0
  188. package/config/expert/CodinDice/output/07 - TOP TOP TOP TOP.txt +4 -0
  189. package/config/expert/CodinDice/output/08 - Out and Back.txt +12 -0
  190. package/config/expert/DungeonDesigner/code/CGCode.cpp +28 -0
  191. package/config/expert/DungeonDesigner/code/CGCode.java +26 -0
  192. package/config/expert/DungeonDesigner/code/CGCode.js +18 -0
  193. package/config/expert/DungeonDesigner/code/CGCode.php +14 -0
  194. package/config/expert/DungeonDesigner/code/CGCode.ts +18 -0
  195. package/config/expert/DungeonDesigner/config.json +43 -0
  196. package/config/expert/DungeonDesigner/input/01 - Small one.txt +2 -0
  197. package/config/expert/DungeonDesigner/input/02 - Verrry smal one.txt +2 -0
  198. package/config/expert/DungeonDesigner/input/03 - Bigger one.txt +2 -0
  199. package/config/expert/DungeonDesigner/input/04 - Rectangular - X not in front of barracks.txt +2 -0
  200. package/config/expert/DungeonDesigner/input/05 - Big.txt +2 -0
  201. package/config/expert/DungeonDesigner/input/06 - Corridor.txt +2 -0
  202. package/config/expert/DungeonDesigner/input/07 - Corridor -.txt +2 -0
  203. package/config/expert/DungeonDesigner/output/01 - Small one.txt +5 -0
  204. package/config/expert/DungeonDesigner/output/02 - Verrry smal one.txt +3 -0
  205. package/config/expert/DungeonDesigner/output/03 - Bigger one.txt +11 -0
  206. package/config/expert/DungeonDesigner/output/04 - Rectangular - X not in front of barracks.txt +21 -0
  207. package/config/expert/DungeonDesigner/output/05 - Big.txt +25 -0
  208. package/config/expert/DungeonDesigner/output/06 - Corridor.txt +15 -0
  209. package/config/expert/DungeonDesigner/output/07 - Corridor -.txt +3 -0
  210. package/config/expert/FloodTheWorld/code/CGCode.cpp +31 -0
  211. package/config/expert/FloodTheWorld/code/CGCode.java +26 -0
  212. package/config/expert/FloodTheWorld/code/CGCode.js +18 -0
  213. package/config/expert/FloodTheWorld/code/CGCode.php +17 -0
  214. package/config/expert/FloodTheWorld/code/CGCode.ts +18 -0
  215. package/config/expert/FloodTheWorld/config.json +63 -0
  216. package/config/expert/FloodTheWorld/input/01 - test 1 - Small Peak.txt +12 -0
  217. package/config/expert/FloodTheWorld/input/02 - test 2 - Great Peak.txt +12 -0
  218. package/config/expert/FloodTheWorld/input/03 - test 3 - Runoff.txt +14 -0
  219. package/config/expert/FloodTheWorld/input/04 - test 4 - Reservoir.txt +15 -0
  220. package/config/expert/FloodTheWorld/input/05 - test 5 - Overflow.txt +12 -0
  221. package/config/expert/FloodTheWorld/input/06 - test 6 - Overflow Race.txt +15 -0
  222. package/config/expert/FloodTheWorld/input/07 - test 7 - Another Overflow Race.txt +13 -0
  223. package/config/expert/FloodTheWorld/input/08 - test 8 - On Edge.txt +10 -0
  224. package/config/expert/FloodTheWorld/input/09 - test 9 - Next One Over.txt +12 -0
  225. package/config/expert/FloodTheWorld/input/10 - test 10 - Pure Abyss.txt +10 -0
  226. package/config/expert/FloodTheWorld/input/11 - test 11 - Real World.txt +27 -0
  227. package/config/expert/FloodTheWorld/output/01 - test 1 - Small Peak.txt +1 -0
  228. package/config/expert/FloodTheWorld/output/02 - test 2 - Great Peak.txt +1 -0
  229. package/config/expert/FloodTheWorld/output/03 - test 3 - Runoff.txt +1 -0
  230. package/config/expert/FloodTheWorld/output/04 - test 4 - Reservoir.txt +1 -0
  231. package/config/expert/FloodTheWorld/output/05 - test 5 - Overflow.txt +1 -0
  232. package/config/expert/FloodTheWorld/output/06 - test 6 - Overflow Race.txt +1 -0
  233. package/config/expert/FloodTheWorld/output/07 - test 7 - Another Overflow Race.txt +1 -0
  234. package/config/expert/FloodTheWorld/output/08 - test 8 - On Edge.txt +1 -0
  235. package/config/expert/FloodTheWorld/output/09 - test 9 - Next One Over.txt +1 -0
  236. package/config/expert/FloodTheWorld/output/10 - test 10 - Pure Abyss.txt +1 -0
  237. package/config/expert/FloodTheWorld/output/11 - test 11 - Real World.txt +1 -0
  238. package/config/expert/HeartOfTheCity/code/CGCode.cpp +17 -0
  239. package/config/expert/HeartOfTheCity/code/CGCode.java +16 -0
  240. package/config/expert/HeartOfTheCity/code/CGCode.js +6 -0
  241. package/config/expert/HeartOfTheCity/code/CGCode.php +7 -0
  242. package/config/expert/HeartOfTheCity/code/CGCode.ts +6 -0
  243. package/config/expert/HeartOfTheCity/config.json +58 -0
  244. package/config/expert/HeartOfTheCity/input/01 - test 1.txt +1 -0
  245. package/config/expert/HeartOfTheCity/input/02 - test 2.txt +1 -0
  246. package/config/expert/HeartOfTheCity/input/03 - test 3.txt +1 -0
  247. package/config/expert/HeartOfTheCity/input/04 - test 4.txt +1 -0
  248. package/config/expert/HeartOfTheCity/input/05 - test 5.txt +1 -0
  249. package/config/expert/HeartOfTheCity/input/06 - test 6.txt +1 -0
  250. package/config/expert/HeartOfTheCity/input/07 - test 7.txt +1 -0
  251. package/config/expert/HeartOfTheCity/input/08 - test 8.txt +1 -0
  252. package/config/expert/HeartOfTheCity/input/09 - test 9.txt +1 -0
  253. package/config/expert/HeartOfTheCity/input/10 - test 10.txt +1 -0
  254. package/config/expert/HeartOfTheCity/output/01 - test 1.txt +1 -0
  255. package/config/expert/HeartOfTheCity/output/02 - test 2.txt +1 -0
  256. package/config/expert/HeartOfTheCity/output/03 - test 3.txt +1 -0
  257. package/config/expert/HeartOfTheCity/output/04 - test 4.txt +1 -0
  258. package/config/expert/HeartOfTheCity/output/05 - test 5.txt +1 -0
  259. package/config/expert/HeartOfTheCity/output/06 - test 6.txt +1 -0
  260. package/config/expert/HeartOfTheCity/output/07 - test 7.txt +1 -0
  261. package/config/expert/HeartOfTheCity/output/08 - test 8.txt +1 -0
  262. package/config/expert/HeartOfTheCity/output/09 - test 9.txt +1 -0
  263. package/config/expert/HeartOfTheCity/output/10 - test 10.txt +1 -0
  264. package/config/expert/Hourglass/code/CGCode.cpp +21 -0
  265. package/config/expert/Hourglass/code/CGCode.java +19 -0
  266. package/config/expert/Hourglass/code/CGCode.js +9 -0
  267. package/config/expert/Hourglass/code/CGCode.php +11 -0
  268. package/config/expert/Hourglass/code/CGCode.ts +9 -0
  269. package/config/expert/Hourglass/config.json +48 -0
  270. package/config/expert/Hourglass/input/01 - Example.txt +24 -0
  271. package/config/expert/Hourglass/input/02 - Faster than Usain Bolt.txt +24 -0
  272. package/config/expert/Hourglass/input/03 - Time/342/200/231s up!.txt" +24 -0
  273. package/config/expert/Hourglass/input/04 - Tryhard.txt +24 -0
  274. package/config/expert/Hourglass/input/05 - Where/342/200/231s all the sand.txt" +24 -0
  275. package/config/expert/Hourglass/input/06 - This used to be more accurate...txt +24 -0
  276. package/config/expert/Hourglass/input/07 - Falling asleep....txt +24 -0
  277. package/config/expert/Hourglass/input/08 - EARTHQUAKE!!!.txt +24 -0
  278. package/config/expert/Hourglass/output/01 - Example.txt +23 -0
  279. package/config/expert/Hourglass/output/02 - Faster than Usain Bolt.txt +23 -0
  280. package/config/expert/Hourglass/output/03 - Time/342/200/231s up!.txt" +23 -0
  281. package/config/expert/Hourglass/output/04 - Tryhard.txt +23 -0
  282. package/config/expert/Hourglass/output/05 - Where/342/200/231s all the sand.txt" +1 -0
  283. package/config/expert/Hourglass/output/06 - This used to be more accurate...txt +1 -0
  284. package/config/expert/Hourglass/output/07 - Falling asleep....txt +23 -0
  285. package/config/expert/Hourglass/output/08 - EARTHQUAKE!!!.txt +23 -0
  286. package/config/expert/SquaresOrder/code/CGCode.cpp +26 -0
  287. package/config/expert/SquaresOrder/code/CGCode.java +26 -0
  288. package/config/expert/SquaresOrder/code/CGCode.js +14 -0
  289. package/config/expert/SquaresOrder/code/CGCode.php +15 -0
  290. package/config/expert/SquaresOrder/code/CGCode.ts +14 -0
  291. package/config/expert/SquaresOrder/config.json +28 -0
  292. package/config/expert/SquaresOrder/input/01 - 2 squares.txt +7 -0
  293. package/config/expert/SquaresOrder/input/02 - 1 square.txt +7 -0
  294. package/config/expert/SquaresOrder/input/03 - 3 squares.txt +9 -0
  295. package/config/expert/SquaresOrder/input/04 - 5 squares.txt +12 -0
  296. package/config/expert/SquaresOrder/output/01 - 2 squares.txt +2 -0
  297. package/config/expert/SquaresOrder/output/02 - 1 square.txt +1 -0
  298. package/config/expert/SquaresOrder/output/03 - 3 squares.txt +3 -0
  299. package/config/expert/SquaresOrder/output/04 - 5 squares.txt +5 -0
  300. package/config/expert/TheCrimeScene/code/CGCode.cpp +22 -0
  301. package/config/expert/TheCrimeScene/code/CGCode.java +20 -0
  302. package/config/expert/TheCrimeScene/code/CGCode.js +11 -0
  303. package/config/expert/TheCrimeScene/code/CGCode.php +11 -0
  304. package/config/expert/TheCrimeScene/code/CGCode.ts +11 -0
  305. package/config/expert/TheCrimeScene/config.json +38 -0
  306. package/config/expert/TheCrimeScene/input/01 - 3 clues.txt +4 -0
  307. package/config/expert/TheCrimeScene/input/02 - 4 clues.txt +5 -0
  308. package/config/expert/TheCrimeScene/input/03 - Big crime.txt +11 -0
  309. package/config/expert/TheCrimeScene/input/04 - Huge crime.txt +91 -0
  310. package/config/expert/TheCrimeScene/input/05 - 2 clues.txt +3 -0
  311. package/config/expert/TheCrimeScene/input/06 - 1 clue.txt +2 -0
  312. package/config/expert/TheCrimeScene/output/01 - 3 clues.txt +1 -0
  313. package/config/expert/TheCrimeScene/output/02 - 4 clues.txt +1 -0
  314. package/config/expert/TheCrimeScene/output/03 - Big crime.txt +1 -0
  315. package/config/expert/TheCrimeScene/output/04 - Huge crime.txt +1 -0
  316. package/config/expert/TheCrimeScene/output/05 - 2 clues.txt +1 -0
  317. package/config/expert/TheCrimeScene/output/06 - 1 clue.txt +1 -0
  318. package/config/expert/TheLuckyNumber/code/CGCode.cpp +18 -0
  319. package/config/expert/TheLuckyNumber/code/CGCode.java +17 -0
  320. package/config/expert/TheLuckyNumber/code/CGCode.js +8 -0
  321. package/config/expert/TheLuckyNumber/code/CGCode.php +7 -0
  322. package/config/expert/TheLuckyNumber/code/CGCode.ts +8 -0
  323. package/config/expert/TheLuckyNumber/config.json +38 -0
  324. package/config/expert/TheLuckyNumber/input/01 - Sample.txt +1 -0
  325. package/config/expert/TheLuckyNumber/input/02 - Overlapping.txt +1 -0
  326. package/config/expert/TheLuckyNumber/input/03 - Same.txt +1 -0
  327. package/config/expert/TheLuckyNumber/input/04 - Larger.txt +1 -0
  328. package/config/expert/TheLuckyNumber/input/05 - 64-bit integer.txt +1 -0
  329. package/config/expert/TheLuckyNumber/input/06 - Biggest.txt +1 -0
  330. package/config/expert/TheLuckyNumber/output/01 - Sample.txt +1 -0
  331. package/config/expert/TheLuckyNumber/output/02 - Overlapping.txt +1 -0
  332. package/config/expert/TheLuckyNumber/output/03 - Same.txt +1 -0
  333. package/config/expert/TheLuckyNumber/output/04 - Larger.txt +1 -0
  334. package/config/expert/TheLuckyNumber/output/05 - 64-bit integer.txt +1 -0
  335. package/config/expert/TheLuckyNumber/output/06 - Biggest.txt +1 -0
  336. package/config/expert/TicketToRideEurope/code/CGCode.cpp +43 -0
  337. package/config/expert/TicketToRideEurope/code/CGCode.java +39 -0
  338. package/config/expert/TicketToRideEurope/code/CGCode.js +33 -0
  339. package/config/expert/TicketToRideEurope/code/CGCode.php +16 -0
  340. package/config/expert/TicketToRideEurope/code/CGCode.ts +33 -0
  341. package/config/expert/TicketToRideEurope/config.json +128 -0
  342. package/config/expert/TicketToRideEurope/input/01 - One ticket, three routes.txt +6 -0
  343. package/config/expert/TicketToRideEurope/input/02 - Rules Colored route 1.txt +3 -0
  344. package/config/expert/TicketToRideEurope/input/03 - Rules Colored route 2.txt +3 -0
  345. package/config/expert/TicketToRideEurope/input/04 - Rules Car shortage.txt +3 -0
  346. package/config/expert/TicketToRideEurope/input/05 - Rules Card shortage.txt +3 -0
  347. package/config/expert/TicketToRideEurope/input/06 - Rules Use an engine.txt +3 -0
  348. package/config/expert/TicketToRideEurope/input/07 - Rules Gray route.txt +3 -0
  349. package/config/expert/TicketToRideEurope/input/08 - Rules Gray mixed colors.txt +3 -0
  350. package/config/expert/TicketToRideEurope/input/09 - Rules Ferry.txt +3 -0
  351. package/config/expert/TicketToRideEurope/input/10 - Rules Engine shortage.txt +3 -0
  352. package/config/expert/TicketToRideEurope/input/11 - Rules Two routes.txt +4 -0
  353. package/config/expert/TicketToRideEurope/input/12 - Rules Expend cars.txt +4 -0
  354. package/config/expert/TicketToRideEurope/input/13 - Rules Expend cards.txt +4 -0
  355. package/config/expert/TicketToRideEurope/input/14 - Rules Simple ticket.txt +6 -0
  356. package/config/expert/TicketToRideEurope/input/15 - Rules Incomplete ticket.txt +6 -0
  357. package/config/expert/TicketToRideEurope/input/16 - Multiple tickets.txt +13 -0
  358. package/config/expert/TicketToRideEurope/input/17 - Engines and gray routes.txt +7 -0
  359. package/config/expert/TicketToRideEurope/input/18 - Shades of gray.txt +5 -0
  360. package/config/expert/TicketToRideEurope/input/19 - Shades of gray 2.txt +7 -0
  361. package/config/expert/TicketToRideEurope/input/20 - The long trap.txt +9 -0
  362. package/config/expert/TicketToRideEurope/input/21 - Another long trap.txt +5 -0
  363. package/config/expert/TicketToRideEurope/input/22 - The middle trap.txt +6 -0
  364. package/config/expert/TicketToRideEurope/input/23 - Multi-purpose routes.txt +22 -0
  365. package/config/expert/TicketToRideEurope/input/24 - Oh, the possibilities!.txt +27 -0
  366. package/config/expert/TicketToRideEurope/output/01 - One ticket, three routes.txt +1 -0
  367. package/config/expert/TicketToRideEurope/output/02 - Rules Colored route 1.txt +1 -0
  368. package/config/expert/TicketToRideEurope/output/03 - Rules Colored route 2.txt +1 -0
  369. package/config/expert/TicketToRideEurope/output/04 - Rules Car shortage.txt +1 -0
  370. package/config/expert/TicketToRideEurope/output/05 - Rules Card shortage.txt +1 -0
  371. package/config/expert/TicketToRideEurope/output/06 - Rules Use an engine.txt +1 -0
  372. package/config/expert/TicketToRideEurope/output/07 - Rules Gray route.txt +1 -0
  373. package/config/expert/TicketToRideEurope/output/08 - Rules Gray mixed colors.txt +1 -0
  374. package/config/expert/TicketToRideEurope/output/09 - Rules Ferry.txt +1 -0
  375. package/config/expert/TicketToRideEurope/output/10 - Rules Engine shortage.txt +1 -0
  376. package/config/expert/TicketToRideEurope/output/11 - Rules Two routes.txt +1 -0
  377. package/config/expert/TicketToRideEurope/output/12 - Rules Expend cars.txt +1 -0
  378. package/config/expert/TicketToRideEurope/output/13 - Rules Expend cards.txt +1 -0
  379. package/config/expert/TicketToRideEurope/output/14 - Rules Simple ticket.txt +1 -0
  380. package/config/expert/TicketToRideEurope/output/15 - Rules Incomplete ticket.txt +1 -0
  381. package/config/expert/TicketToRideEurope/output/16 - Multiple tickets.txt +1 -0
  382. package/config/expert/TicketToRideEurope/output/17 - Engines and gray routes.txt +1 -0
  383. package/config/expert/TicketToRideEurope/output/18 - Shades of gray.txt +1 -0
  384. package/config/expert/TicketToRideEurope/output/19 - Shades of gray 2.txt +1 -0
  385. package/config/expert/TicketToRideEurope/output/20 - The long trap.txt +1 -0
  386. package/config/expert/TicketToRideEurope/output/21 - Another long trap.txt +1 -0
  387. package/config/expert/TicketToRideEurope/output/22 - The middle trap.txt +1 -0
  388. package/config/expert/TicketToRideEurope/output/23 - Multi-purpose routes.txt +1 -0
  389. package/config/expert/TicketToRideEurope/output/24 - Oh, the possibilities!.txt +1 -0
  390. package/config/expert/UnfloodTheWorld/code/CGCode.cpp +24 -0
  391. package/config/expert/UnfloodTheWorld/code/CGCode.java +22 -0
  392. package/config/expert/UnfloodTheWorld/code/CGCode.js +14 -0
  393. package/config/expert/UnfloodTheWorld/code/CGCode.php +15 -0
  394. package/config/expert/UnfloodTheWorld/code/CGCode.ts +14 -0
  395. package/config/expert/UnfloodTheWorld/config.json +48 -0
  396. package/config/expert/UnfloodTheWorld/input/01 - One drain.txt +5 -0
  397. package/config/expert/UnfloodTheWorld/input/02 - Hill.txt +6 -0
  398. package/config/expert/UnfloodTheWorld/input/03 - Wall.txt +4 -0
  399. package/config/expert/UnfloodTheWorld/input/04 - Flat field.txt +4 -0
  400. package/config/expert/UnfloodTheWorld/input/05 - Chess board.txt +6 -0
  401. package/config/expert/UnfloodTheWorld/input/06 - Fractal.txt +10 -0
  402. package/config/expert/UnfloodTheWorld/input/07 - Maze.txt +10 -0
  403. package/config/expert/UnfloodTheWorld/input/08 - Plateaus.txt +7 -0
  404. package/config/expert/UnfloodTheWorld/output/01 - One drain.txt +1 -0
  405. package/config/expert/UnfloodTheWorld/output/02 - Hill.txt +1 -0
  406. package/config/expert/UnfloodTheWorld/output/03 - Wall.txt +1 -0
  407. package/config/expert/UnfloodTheWorld/output/04 - Flat field.txt +1 -0
  408. package/config/expert/UnfloodTheWorld/output/05 - Chess board.txt +1 -0
  409. package/config/expert/UnfloodTheWorld/output/06 - Fractal.txt +1 -0
  410. package/config/expert/UnfloodTheWorld/output/07 - Maze.txt +1 -0
  411. package/config/expert/UnfloodTheWorld/output/08 - Plateaus.txt +1 -0
  412. package/config/hard/AManWithAPlan/code/CGCode.cpp +31 -0
  413. package/config/hard/AManWithAPlan/code/CGCode.java +30 -0
  414. package/config/hard/AManWithAPlan/code/CGCode.js +19 -0
  415. package/config/hard/AManWithAPlan/code/CGCode.php +16 -0
  416. package/config/hard/AManWithAPlan/code/CGCode.ts +19 -0
  417. package/config/hard/AManWithAPlan/config.json +48 -0
  418. package/config/hard/AManWithAPlan/input/01 - Run to the Hills.txt +10 -0
  419. package/config/hard/AManWithAPlan/input/02 - Hall of the Mountain King.txt +11 -0
  420. package/config/hard/AManWithAPlan/input/03 - The River.txt +11 -0
  421. package/config/hard/AManWithAPlan/input/04 - Rise of the Chaos Wizards.txt +11 -0
  422. package/config/hard/AManWithAPlan/input/05 - Iron Man.txt +12 -0
  423. package/config/hard/AManWithAPlan/input/06 - To Hell and Back.txt +14 -0
  424. package/config/hard/AManWithAPlan/input/07 - Thunderhorse.txt +21 -0
  425. package/config/hard/AManWithAPlan/input/08 - Carry On.txt +19 -0
  426. package/config/hard/AManWithAPlan/output/01 - Run to the Hills.txt +1 -0
  427. package/config/hard/AManWithAPlan/output/02 - Hall of the Mountain King.txt +1 -0
  428. package/config/hard/AManWithAPlan/output/03 - The River.txt +1 -0
  429. package/config/hard/AManWithAPlan/output/04 - Rise of the Chaos Wizards.txt +1 -0
  430. package/config/hard/AManWithAPlan/output/05 - Iron Man.txt +1 -0
  431. package/config/hard/AManWithAPlan/output/06 - To Hell and Back.txt +1 -0
  432. package/config/hard/AManWithAPlan/output/07 - Thunderhorse.txt +1 -0
  433. package/config/hard/AManWithAPlan/output/08 - Carry On.txt +1 -0
  434. package/config/hard/BaileyBorweinPlouffePi/code/CGCode.cpp +17 -0
  435. package/config/hard/BaileyBorweinPlouffePi/code/CGCode.java +16 -0
  436. package/config/hard/BaileyBorweinPlouffePi/code/CGCode.js +6 -0
  437. package/config/hard/BaileyBorweinPlouffePi/code/CGCode.php +7 -0
  438. package/config/hard/BaileyBorweinPlouffePi/code/CGCode.ts +6 -0
  439. package/config/hard/BaileyBorweinPlouffePi/config.json +53 -0
  440. package/config/hard/BaileyBorweinPlouffePi/input/01 - Very Small Value.txt +1 -0
  441. package/config/hard/BaileyBorweinPlouffePi/input/02 - Small Value 1.txt +1 -0
  442. package/config/hard/BaileyBorweinPlouffePi/input/03 - Small Value 2.txt +1 -0
  443. package/config/hard/BaileyBorweinPlouffePi/input/04 - This is for anti hardcoding.txt +1 -0
  444. package/config/hard/BaileyBorweinPlouffePi/input/05 - test 5.txt +1 -0
  445. package/config/hard/BaileyBorweinPlouffePi/input/06 - test 6.txt +1 -0
  446. package/config/hard/BaileyBorweinPlouffePi/input/07 - test 7.txt +1 -0
  447. package/config/hard/BaileyBorweinPlouffePi/input/08 - test 8.txt +1 -0
  448. package/config/hard/BaileyBorweinPlouffePi/input/09 - Big Numbers.txt +1 -0
  449. package/config/hard/BaileyBorweinPlouffePi/output/01 - Very Small Value.txt +1 -0
  450. package/config/hard/BaileyBorweinPlouffePi/output/02 - Small Value 1.txt +1 -0
  451. package/config/hard/BaileyBorweinPlouffePi/output/03 - Small Value 2.txt +1 -0
  452. package/config/hard/BaileyBorweinPlouffePi/output/04 - This is for anti hardcoding.txt +1 -0
  453. package/config/hard/BaileyBorweinPlouffePi/output/05 - test 5.txt +1 -0
  454. package/config/hard/BaileyBorweinPlouffePi/output/06 - test 6.txt +1 -0
  455. package/config/hard/BaileyBorweinPlouffePi/output/07 - test 7.txt +1 -0
  456. package/config/hard/BaileyBorweinPlouffePi/output/08 - test 8.txt +1 -0
  457. package/config/hard/BaileyBorweinPlouffePi/output/09 - Big Numbers.txt +1 -0
  458. package/config/hard/BinaryNeuralNetworkPart1/code/CGCode.cpp +37 -0
  459. package/config/hard/BinaryNeuralNetworkPart1/code/CGCode.java +34 -0
  460. package/config/hard/BinaryNeuralNetworkPart1/code/CGCode.js +26 -0
  461. package/config/hard/BinaryNeuralNetworkPart1/code/CGCode.php +23 -0
  462. package/config/hard/BinaryNeuralNetworkPart1/code/CGCode.ts +26 -0
  463. package/config/hard/BinaryNeuralNetworkPart1/config.json +58 -0
  464. package/config/hard/BinaryNeuralNetworkPart1/input/01 - Copycat.txt +6 -0
  465. package/config/hard/BinaryNeuralNetworkPart1/input/02 - Opposite.txt +6 -0
  466. package/config/hard/BinaryNeuralNetworkPart1/input/03 - Or.txt +10 -0
  467. package/config/hard/BinaryNeuralNetworkPart1/input/04 - And.txt +10 -0
  468. package/config/hard/BinaryNeuralNetworkPart1/input/05 - Reverse bits.txt +18 -0
  469. package/config/hard/BinaryNeuralNetworkPart1/input/06 - Is odd.txt +74 -0
  470. package/config/hard/BinaryNeuralNetworkPart1/input/07 - One hidden layer.txt +6 -0
  471. package/config/hard/BinaryNeuralNetworkPart1/input/08 - Xor.txt +10 -0
  472. package/config/hard/BinaryNeuralNetworkPart1/input/09 - Average.txt +86 -0
  473. package/config/hard/BinaryNeuralNetworkPart1/input/10 - Two hidden layers.txt +34 -0
  474. package/config/hard/BinaryNeuralNetworkPart1/output/01 - Copycat.txt +2 -0
  475. package/config/hard/BinaryNeuralNetworkPart1/output/02 - Opposite.txt +2 -0
  476. package/config/hard/BinaryNeuralNetworkPart1/output/03 - Or.txt +4 -0
  477. package/config/hard/BinaryNeuralNetworkPart1/output/04 - And.txt +4 -0
  478. package/config/hard/BinaryNeuralNetworkPart1/output/05 - Reverse bits.txt +8 -0
  479. package/config/hard/BinaryNeuralNetworkPart1/output/06 - Is odd.txt +8 -0
  480. package/config/hard/BinaryNeuralNetworkPart1/output/07 - One hidden layer.txt +2 -0
  481. package/config/hard/BinaryNeuralNetworkPart1/output/08 - Xor.txt +4 -0
  482. package/config/hard/BinaryNeuralNetworkPart1/output/09 - Average.txt +4 -0
  483. package/config/hard/BinaryNeuralNetworkPart1/output/10 - Two hidden layers.txt +16 -0
  484. package/config/hard/BreakingApart/code/CGCode.cpp +19 -0
  485. package/config/hard/BreakingApart/code/CGCode.java +20 -0
  486. package/config/hard/BreakingApart/code/CGCode.js +7 -0
  487. package/config/hard/BreakingApart/code/CGCode.php +8 -0
  488. package/config/hard/BreakingApart/code/CGCode.ts +7 -0
  489. package/config/hard/BreakingApart/config.json +38 -0
  490. package/config/hard/BreakingApart/input/01 - Single Break.txt +2 -0
  491. package/config/hard/BreakingApart/input/02 - Too short for a break.txt +2 -0
  492. package/config/hard/BreakingApart/input/03 - No singles left over.txt +2 -0
  493. package/config/hard/BreakingApart/input/04 - One word many breaks.txt +2 -0
  494. package/config/hard/BreakingApart/input/05 - Lorem ipsum modified.txt +2 -0
  495. package/config/hard/BreakingApart/input/06 - Large test.txt +2 -0
  496. package/config/hard/BreakingApart/output/01 - Single Break.txt +2 -0
  497. package/config/hard/BreakingApart/output/02 - Too short for a break.txt +1 -0
  498. package/config/hard/BreakingApart/output/03 - No singles left over.txt +2 -0
  499. package/config/hard/BreakingApart/output/04 - One word many breaks.txt +5 -0
  500. package/config/hard/BreakingApart/output/05 - Lorem ipsum modified.txt +12 -0
  501. package/config/hard/BreakingApart/output/06 - Large test.txt +9 -0
  502. package/config/hard/CheatSolving/code/CGCode.cpp +19 -0
  503. package/config/hard/CheatSolving/code/CGCode.java +18 -0
  504. package/config/hard/CheatSolving/code/CGCode.js +8 -0
  505. package/config/hard/CheatSolving/code/CGCode.php +10 -0
  506. package/config/hard/CheatSolving/code/CGCode.ts +8 -0
  507. package/config/hard/CheatSolving/config.json +78 -0
  508. package/config/hard/CheatSolving/input/01 - L2 D R/342/200/262 D/342/200/262 F/342/200/262 D/342/200/262 R D/342/200/262 R2 F2.txt" +11 -0
  509. package/config/hard/CheatSolving/input/02 - UF flip, URF twist on y2.txt +11 -0
  510. package/config/hard/CheatSolving/input/03 - Edge case 1.txt +11 -0
  511. package/config/hard/CheatSolving/input/04 - Edge case 2.txt +11 -0
  512. package/config/hard/CheatSolving/input/05 - Corner case 1.txt +11 -0
  513. package/config/hard/CheatSolving/input/06 - Corner case 2.txt +11 -0
  514. package/config/hard/CheatSolving/input/07 - Corner case 3.txt +11 -0
  515. package/config/hard/CheatSolving/input/08 - F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  516. package/config/hard/CheatSolving/input/09 - Edge case 1 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  517. package/config/hard/CheatSolving/input/10 - Edge case 2 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  518. package/config/hard/CheatSolving/input/11 - Corner case 1 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  519. package/config/hard/CheatSolving/input/12 - Corner case 2 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  520. package/config/hard/CheatSolving/input/13 - Corner case 3 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +11 -0
  521. package/config/hard/CheatSolving/input/14 - Sticker Salad.txt +11 -0
  522. package/config/hard/CheatSolving/output/01 - L2 D R/342/200/262 D/342/200/262 F/342/200/262 D/342/200/262 R D/342/200/262 R2 F2.txt" +1 -0
  523. package/config/hard/CheatSolving/output/02 - UF flip, URF twist on y2.txt +1 -0
  524. package/config/hard/CheatSolving/output/03 - Edge case 1.txt +1 -0
  525. package/config/hard/CheatSolving/output/04 - Edge case 2.txt +1 -0
  526. package/config/hard/CheatSolving/output/05 - Corner case 1.txt +1 -0
  527. package/config/hard/CheatSolving/output/06 - Corner case 2.txt +1 -0
  528. package/config/hard/CheatSolving/output/07 - Corner case 3.txt +1 -0
  529. package/config/hard/CheatSolving/output/08 - F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  530. package/config/hard/CheatSolving/output/09 - Edge case 1 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  531. package/config/hard/CheatSolving/output/10 - Edge case 2 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  532. package/config/hard/CheatSolving/output/11 - Corner case 1 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  533. package/config/hard/CheatSolving/output/12 - Corner case 2 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  534. package/config/hard/CheatSolving/output/13 - Corner case 3 on F U2 R2 U/342/200/262 B2 U/342/200/262 L2 U2 B2 R2 U2 B/342/200/262 L B F2 L R F2 D/342/200/262 F2.txt" +1 -0
  535. package/config/hard/CheatSolving/output/14 - Sticker Salad.txt +1 -0
  536. package/config/hard/ChessBoardAnalyzer/code/CGCode.cpp +19 -0
  537. package/config/hard/ChessBoardAnalyzer/code/CGCode.java +18 -0
  538. package/config/hard/ChessBoardAnalyzer/code/CGCode.js +8 -0
  539. package/config/hard/ChessBoardAnalyzer/code/CGCode.php +10 -0
  540. package/config/hard/ChessBoardAnalyzer/code/CGCode.ts +8 -0
  541. package/config/hard/ChessBoardAnalyzer/config.json +83 -0
  542. package/config/hard/ChessBoardAnalyzer/input/01 - Rooks mate.txt +8 -0
  543. package/config/hard/ChessBoardAnalyzer/input/02 - Mate with Rooks.txt +8 -0
  544. package/config/hard/ChessBoardAnalyzer/input/03 - Double Bishop mate.txt +8 -0
  545. package/config/hard/ChessBoardAnalyzer/input/04 - Anderssen mate.txt +8 -0
  546. package/config/hard/ChessBoardAnalyzer/input/05 - One Rook mate.txt +8 -0
  547. package/config/hard/ChessBoardAnalyzer/input/06 - Second turn win.txt +8 -0
  548. package/config/hard/ChessBoardAnalyzer/input/07 - Third turn win.txt +8 -0
  549. package/config/hard/ChessBoardAnalyzer/input/08 - Initial board.txt +8 -0
  550. package/config/hard/ChessBoardAnalyzer/input/09 - There is exit.txt +8 -0
  551. package/config/hard/ChessBoardAnalyzer/input/10 - Queen.txt +8 -0
  552. package/config/hard/ChessBoardAnalyzer/input/11 - Fischer vs Panno.txt +8 -0
  553. package/config/hard/ChessBoardAnalyzer/input/12 - Topalov.txt +8 -0
  554. package/config/hard/ChessBoardAnalyzer/input/13 - Game of the century.txt +8 -0
  555. package/config/hard/ChessBoardAnalyzer/input/14 - Escape by overtaking.txt +8 -0
  556. package/config/hard/ChessBoardAnalyzer/input/15 - Close one.txt +8 -0
  557. package/config/hard/ChessBoardAnalyzer/output/01 - Rooks mate.txt +1 -0
  558. package/config/hard/ChessBoardAnalyzer/output/02 - Mate with Rooks.txt +1 -0
  559. package/config/hard/ChessBoardAnalyzer/output/03 - Double Bishop mate.txt +1 -0
  560. package/config/hard/ChessBoardAnalyzer/output/04 - Anderssen mate.txt +1 -0
  561. package/config/hard/ChessBoardAnalyzer/output/05 - One Rook mate.txt +1 -0
  562. package/config/hard/ChessBoardAnalyzer/output/06 - Second turn win.txt +1 -0
  563. package/config/hard/ChessBoardAnalyzer/output/07 - Third turn win.txt +1 -0
  564. package/config/hard/ChessBoardAnalyzer/output/08 - Initial board.txt +1 -0
  565. package/config/hard/ChessBoardAnalyzer/output/09 - There is exit.txt +1 -0
  566. package/config/hard/ChessBoardAnalyzer/output/10 - Queen.txt +1 -0
  567. package/config/hard/ChessBoardAnalyzer/output/11 - Fischer vs Panno.txt +1 -0
  568. package/config/hard/ChessBoardAnalyzer/output/12 - Topalov.txt +1 -0
  569. package/config/hard/ChessBoardAnalyzer/output/13 - Game of the century.txt +1 -0
  570. package/config/hard/ChessBoardAnalyzer/output/14 - Escape by overtaking.txt +1 -0
  571. package/config/hard/ChessBoardAnalyzer/output/15 - Close one.txt +1 -0
  572. package/config/hard/ChessMovesOnFENPosition/code/CGCode.cpp +23 -0
  573. package/config/hard/ChessMovesOnFENPosition/code/CGCode.java +23 -0
  574. package/config/hard/ChessMovesOnFENPosition/code/CGCode.js +10 -0
  575. package/config/hard/ChessMovesOnFENPosition/code/CGCode.php +12 -0
  576. package/config/hard/ChessMovesOnFENPosition/code/CGCode.ts +10 -0
  577. package/config/hard/ChessMovesOnFENPosition/config.json +33 -0
  578. package/config/hard/ChessMovesOnFENPosition/input/01 - Starting position 1 move.txt +3 -0
  579. package/config/hard/ChessMovesOnFENPosition/input/02 - Starting position several moves.txt +5 -0
  580. package/config/hard/ChessMovesOnFENPosition/input/03 - Castling.txt +4 -0
  581. package/config/hard/ChessMovesOnFENPosition/input/04 - En passant.txt +4 -0
  582. package/config/hard/ChessMovesOnFENPosition/input/05 - Pawn promotion.txt +4 -0
  583. package/config/hard/ChessMovesOnFENPosition/output/01 - Starting position 1 move.txt +1 -0
  584. package/config/hard/ChessMovesOnFENPosition/output/02 - Starting position several moves.txt +1 -0
  585. package/config/hard/ChessMovesOnFENPosition/output/03 - Castling.txt +1 -0
  586. package/config/hard/ChessMovesOnFENPosition/output/04 - En passant.txt +1 -0
  587. package/config/hard/ChessMovesOnFENPosition/output/05 - Pawn promotion.txt +1 -0
  588. package/config/hard/ClosestNumber/code/CGCode.cpp +18 -0
  589. package/config/hard/ClosestNumber/code/CGCode.java +17 -0
  590. package/config/hard/ClosestNumber/code/CGCode.js +8 -0
  591. package/config/hard/ClosestNumber/code/CGCode.php +7 -0
  592. package/config/hard/ClosestNumber/code/CGCode.ts +8 -0
  593. package/config/hard/ClosestNumber/config.json +93 -0
  594. package/config/hard/ClosestNumber/input/01 - M has fewer digits.txt +1 -0
  595. package/config/hard/ClosestNumber/input/02 - M has more digits.txt +1 -0
  596. package/config/hard/ClosestNumber/input/03 - Exact solution.txt +1 -0
  597. package/config/hard/ClosestNumber/input/04 - Solution with leading zeros.txt +1 -0
  598. package/config/hard/ClosestNumber/input/05 - Same number of digits, solution LT N.txt +1 -0
  599. package/config/hard/ClosestNumber/input/06 - Same number of digits, solution GT N.txt +1 -0
  600. package/config/hard/ClosestNumber/input/07 - No permutation lower than N.txt +1 -0
  601. package/config/hard/ClosestNumber/input/08 - No permutation greater than N.txt +1 -0
  602. package/config/hard/ClosestNumber/input/09 - Longest common prefix is not always right.txt +1 -0
  603. package/config/hard/ClosestNumber/input/10 - Two optimal permutations.txt +1 -0
  604. package/config/hard/ClosestNumber/input/11 - M has more digits, with zeros.txt +1 -0
  605. package/config/hard/ClosestNumber/input/12 - Large numbers 1.txt +1 -0
  606. package/config/hard/ClosestNumber/input/13 - Large numbers 2.txt +1 -0
  607. package/config/hard/ClosestNumber/input/14 - Large numbers 3.txt +1 -0
  608. package/config/hard/ClosestNumber/input/15 - Very large numbers 1.txt +1 -0
  609. package/config/hard/ClosestNumber/input/16 - Very large numbers 2.txt +1 -0
  610. package/config/hard/ClosestNumber/input/17 - Very large numbers 3.txt +1 -0
  611. package/config/hard/ClosestNumber/output/01 - M has fewer digits.txt +1 -0
  612. package/config/hard/ClosestNumber/output/02 - M has more digits.txt +1 -0
  613. package/config/hard/ClosestNumber/output/03 - Exact solution.txt +1 -0
  614. package/config/hard/ClosestNumber/output/04 - Solution with leading zeros.txt +1 -0
  615. package/config/hard/ClosestNumber/output/05 - Same number of digits, solution LT N.txt +1 -0
  616. package/config/hard/ClosestNumber/output/06 - Same number of digits, solution GT N.txt +1 -0
  617. package/config/hard/ClosestNumber/output/07 - No permutation lower than N.txt +1 -0
  618. package/config/hard/ClosestNumber/output/08 - No permutation greater than N.txt +1 -0
  619. package/config/hard/ClosestNumber/output/09 - Longest common prefix is not always right.txt +1 -0
  620. package/config/hard/ClosestNumber/output/10 - Two optimal permutations.txt +1 -0
  621. package/config/hard/ClosestNumber/output/11 - M has more digits, with zeros.txt +1 -0
  622. package/config/hard/ClosestNumber/output/12 - Large numbers 1.txt +1 -0
  623. package/config/hard/ClosestNumber/output/13 - Large numbers 2.txt +1 -0
  624. package/config/hard/ClosestNumber/output/14 - Large numbers 3.txt +1 -0
  625. package/config/hard/ClosestNumber/output/15 - Very large numbers 1.txt +1 -0
  626. package/config/hard/ClosestNumber/output/16 - Very large numbers 2.txt +1 -0
  627. package/config/hard/ClosestNumber/output/17 - Very large numbers 3.txt +1 -0
  628. package/config/hard/ConnectFour/code/CGCode.cpp +19 -0
  629. package/config/hard/ConnectFour/code/CGCode.java +18 -0
  630. package/config/hard/ConnectFour/code/CGCode.js +8 -0
  631. package/config/hard/ConnectFour/code/CGCode.php +10 -0
  632. package/config/hard/ConnectFour/code/CGCode.ts +8 -0
  633. package/config/hard/ConnectFour/config.json +28 -0
  634. package/config/hard/ConnectFour/input/01 - Horizontal.txt +6 -0
  635. package/config/hard/ConnectFour/input/02 - Vertical.txt +6 -0
  636. package/config/hard/ConnectFour/input/03 - Diagonal.txt +6 -0
  637. package/config/hard/ConnectFour/input/04 - Whose turn is it.txt +6 -0
  638. package/config/hard/ConnectFour/output/01 - Horizontal.txt +2 -0
  639. package/config/hard/ConnectFour/output/02 - Vertical.txt +2 -0
  640. package/config/hard/ConnectFour/output/03 - Diagonal.txt +2 -0
  641. package/config/hard/ConnectFour/output/04 - Whose turn is it.txt +2 -0
  642. package/config/hard/DivisibilityOfFibonacciNumbersSum/code/CGCode.cpp +23 -0
  643. package/config/hard/DivisibilityOfFibonacciNumbersSum/code/CGCode.java +21 -0
  644. package/config/hard/DivisibilityOfFibonacciNumbersSum/code/CGCode.js +12 -0
  645. package/config/hard/DivisibilityOfFibonacciNumbersSum/code/CGCode.php +11 -0
  646. package/config/hard/DivisibilityOfFibonacciNumbersSum/code/CGCode.ts +12 -0
  647. package/config/hard/DivisibilityOfFibonacciNumbersSum/config.json +53 -0
  648. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/01 - First example.txt +14 -0
  649. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/02 - Other example.txt +25 -0
  650. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/03 - Big numbers.txt +26 -0
  651. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/04 - Even big numbers.txt +24 -0
  652. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/05 - Larger indices.txt +17 -0
  653. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/06 - Even larger indices.txt +14 -0
  654. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/07 - Become really big.txt +21 -0
  655. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/08 - Really huge.txt +14 -0
  656. package/config/hard/DivisibilityOfFibonacciNumbersSum/input/09 - Other really huge.txt +19 -0
  657. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/01 - First example.txt +13 -0
  658. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/02 - Other example.txt +24 -0
  659. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/03 - Big numbers.txt +25 -0
  660. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/04 - Even big numbers.txt +23 -0
  661. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/05 - Larger indices.txt +16 -0
  662. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/06 - Even larger indices.txt +13 -0
  663. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/07 - Become really big.txt +20 -0
  664. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/08 - Really huge.txt +13 -0
  665. package/config/hard/DivisibilityOfFibonacciNumbersSum/output/09 - Other really huge.txt +18 -0
  666. package/config/hard/DominoesSolver/code/CGCode.cpp +26 -0
  667. package/config/hard/DominoesSolver/code/CGCode.java +26 -0
  668. package/config/hard/DominoesSolver/code/CGCode.js +14 -0
  669. package/config/hard/DominoesSolver/code/CGCode.php +15 -0
  670. package/config/hard/DominoesSolver/code/CGCode.ts +14 -0
  671. package/config/hard/DominoesSolver/config.json +38 -0
  672. package/config/hard/DominoesSolver/input/01 - test 1.txt +4 -0
  673. package/config/hard/DominoesSolver/input/02 - test 2.txt +5 -0
  674. package/config/hard/DominoesSolver/input/03 - test 3.txt +6 -0
  675. package/config/hard/DominoesSolver/input/04 - test 4.txt +7 -0
  676. package/config/hard/DominoesSolver/input/05 - test 5.txt +8 -0
  677. package/config/hard/DominoesSolver/input/06 - test 6.txt +9 -0
  678. package/config/hard/DominoesSolver/output/01 - test 1.txt +2 -0
  679. package/config/hard/DominoesSolver/output/02 - test 2.txt +3 -0
  680. package/config/hard/DominoesSolver/output/03 - test 3.txt +4 -0
  681. package/config/hard/DominoesSolver/output/04 - test 4.txt +5 -0
  682. package/config/hard/DominoesSolver/output/05 - test 5.txt +6 -0
  683. package/config/hard/DominoesSolver/output/06 - test 6.txt +7 -0
  684. package/config/hard/ExecutionCircle/code/CGCode.cpp +20 -0
  685. package/config/hard/ExecutionCircle/code/CGCode.java +21 -0
  686. package/config/hard/ExecutionCircle/code/CGCode.js +9 -0
  687. package/config/hard/ExecutionCircle/code/CGCode.php +8 -0
  688. package/config/hard/ExecutionCircle/code/CGCode.ts +9 -0
  689. package/config/hard/ExecutionCircle/config.json +38 -0
  690. package/config/hard/ExecutionCircle/input/01 - test 1.txt +2 -0
  691. package/config/hard/ExecutionCircle/input/02 - test 2.txt +2 -0
  692. package/config/hard/ExecutionCircle/input/03 - test 3.txt +2 -0
  693. package/config/hard/ExecutionCircle/input/04 - test 4.txt +2 -0
  694. package/config/hard/ExecutionCircle/input/05 - test 5.txt +2 -0
  695. package/config/hard/ExecutionCircle/input/06 - test 6.txt +2 -0
  696. package/config/hard/ExecutionCircle/output/01 - test 1.txt +1 -0
  697. package/config/hard/ExecutionCircle/output/02 - test 2.txt +1 -0
  698. package/config/hard/ExecutionCircle/output/03 - test 3.txt +1 -0
  699. package/config/hard/ExecutionCircle/output/04 - test 4.txt +1 -0
  700. package/config/hard/ExecutionCircle/output/05 - test 5.txt +1 -0
  701. package/config/hard/ExecutionCircle/output/06 - test 6.txt +1 -0
  702. package/config/hard/ExpandThePolynomial/code/CGCode.cpp +17 -0
  703. package/config/hard/ExpandThePolynomial/code/CGCode.java +16 -0
  704. package/config/hard/ExpandThePolynomial/code/CGCode.js +6 -0
  705. package/config/hard/ExpandThePolynomial/code/CGCode.php +7 -0
  706. package/config/hard/ExpandThePolynomial/code/CGCode.ts +6 -0
  707. package/config/hard/ExpandThePolynomial/config.json +43 -0
  708. package/config/hard/ExpandThePolynomial/input/01 - Simple product.txt +1 -0
  709. package/config/hard/ExpandThePolynomial/input/02 - Square.txt +1 -0
  710. package/config/hard/ExpandThePolynomial/input/03 - With ax.txt +1 -0
  711. package/config/hard/ExpandThePolynomial/input/04 - Null coef.txt +1 -0
  712. package/config/hard/ExpandThePolynomial/input/05 - Bigger degree.txt +1 -0
  713. package/config/hard/ExpandThePolynomial/input/06 - Cyclotomic polynomial.txt +1 -0
  714. package/config/hard/ExpandThePolynomial/input/07 - Monomial with no integer.txt +1 -0
  715. package/config/hard/ExpandThePolynomial/output/01 - Simple product.txt +1 -0
  716. package/config/hard/ExpandThePolynomial/output/02 - Square.txt +1 -0
  717. package/config/hard/ExpandThePolynomial/output/03 - With ax.txt +1 -0
  718. package/config/hard/ExpandThePolynomial/output/04 - Null coef.txt +1 -0
  719. package/config/hard/ExpandThePolynomial/output/05 - Bigger degree.txt +1 -0
  720. package/config/hard/ExpandThePolynomial/output/06 - Cyclotomic polynomial.txt +1 -0
  721. package/config/hard/ExpandThePolynomial/output/07 - Monomial with no integer.txt +1 -0
  722. package/config/hard/Gerrymandering/code/CGCode.cpp +24 -0
  723. package/config/hard/Gerrymandering/code/CGCode.java +22 -0
  724. package/config/hard/Gerrymandering/code/CGCode.js +14 -0
  725. package/config/hard/Gerrymandering/code/CGCode.php +15 -0
  726. package/config/hard/Gerrymandering/code/CGCode.ts +14 -0
  727. package/config/hard/Gerrymandering/config.json +33 -0
  728. package/config/hard/Gerrymandering/input/01 - Small county.txt +5 -0
  729. package/config/hard/Gerrymandering/input/02 - Chile.txt +6 -0
  730. package/config/hard/Gerrymandering/input/03 - Medium.txt +11 -0
  731. package/config/hard/Gerrymandering/input/04 - Large 1.txt +21 -0
  732. package/config/hard/Gerrymandering/input/05 - Large 2.txt +41 -0
  733. package/config/hard/Gerrymandering/output/01 - Small county.txt +1 -0
  734. package/config/hard/Gerrymandering/output/02 - Chile.txt +1 -0
  735. package/config/hard/Gerrymandering/output/03 - Medium.txt +1 -0
  736. package/config/hard/Gerrymandering/output/04 - Large 1.txt +1 -0
  737. package/config/hard/Gerrymandering/output/05 - Large 2.txt +1 -0
  738. package/config/hard/GoogleInterviewTheTwoEggProblem/code/CGCode.cpp +17 -0
  739. package/config/hard/GoogleInterviewTheTwoEggProblem/code/CGCode.java +16 -0
  740. package/config/hard/GoogleInterviewTheTwoEggProblem/code/CGCode.js +6 -0
  741. package/config/hard/GoogleInterviewTheTwoEggProblem/code/CGCode.php +7 -0
  742. package/config/hard/GoogleInterviewTheTwoEggProblem/code/CGCode.ts +6 -0
  743. package/config/hard/GoogleInterviewTheTwoEggProblem/config.json +38 -0
  744. package/config/hard/GoogleInterviewTheTwoEggProblem/input/01 - test 1.txt +1 -0
  745. package/config/hard/GoogleInterviewTheTwoEggProblem/input/02 - test 2.txt +1 -0
  746. package/config/hard/GoogleInterviewTheTwoEggProblem/input/03 - test 3.txt +1 -0
  747. package/config/hard/GoogleInterviewTheTwoEggProblem/input/04 - test 4.txt +1 -0
  748. package/config/hard/GoogleInterviewTheTwoEggProblem/input/05 - test 5.txt +1 -0
  749. package/config/hard/GoogleInterviewTheTwoEggProblem/input/06 - test 6.txt +1 -0
  750. package/config/hard/GoogleInterviewTheTwoEggProblem/output/01 - test 1.txt +1 -0
  751. package/config/hard/GoogleInterviewTheTwoEggProblem/output/02 - test 2.txt +1 -0
  752. package/config/hard/GoogleInterviewTheTwoEggProblem/output/03 - test 3.txt +1 -0
  753. package/config/hard/GoogleInterviewTheTwoEggProblem/output/04 - test 4.txt +1 -0
  754. package/config/hard/GoogleInterviewTheTwoEggProblem/output/05 - test 5.txt +1 -0
  755. package/config/hard/GoogleInterviewTheTwoEggProblem/output/06 - test 6.txt +1 -0
  756. package/config/hard/GridClimbing/code/CGCode.cpp +23 -0
  757. package/config/hard/GridClimbing/code/CGCode.java +23 -0
  758. package/config/hard/GridClimbing/code/CGCode.js +10 -0
  759. package/config/hard/GridClimbing/code/CGCode.php +12 -0
  760. package/config/hard/GridClimbing/code/CGCode.ts +10 -0
  761. package/config/hard/GridClimbing/config.json +88 -0
  762. package/config/hard/GridClimbing/input/01 - N = 3 (Example).txt +5 -0
  763. package/config/hard/GridClimbing/input/02 - N = 4 (Special).txt +6 -0
  764. package/config/hard/GridClimbing/input/03 - N = 5 (Special).txt +7 -0
  765. package/config/hard/GridClimbing/input/04 - N = 5 (Special bis).txt +7 -0
  766. package/config/hard/GridClimbing/input/05 - You actually can go back.txt +8 -0
  767. package/config/hard/GridClimbing/input/06 - N = 6.txt +8 -0
  768. package/config/hard/GridClimbing/input/07 - N = 7.txt +9 -0
  769. package/config/hard/GridClimbing/input/08 - N = 8.txt +10 -0
  770. package/config/hard/GridClimbing/input/09 - N = 9.txt +11 -0
  771. package/config/hard/GridClimbing/input/10 - N = 10.txt +12 -0
  772. package/config/hard/GridClimbing/input/11 - N = 15.txt +17 -0
  773. package/config/hard/GridClimbing/input/12 - N = 20, no obstacles.txt +22 -0
  774. package/config/hard/GridClimbing/input/13 - N = 20, obstacles.txt +22 -0
  775. package/config/hard/GridClimbing/input/14 - N = 30.txt +32 -0
  776. package/config/hard/GridClimbing/input/15 - N = 40.txt +42 -0
  777. package/config/hard/GridClimbing/input/16 - N = 40, the biggest jump.txt +42 -0
  778. package/config/hard/GridClimbing/output/01 - N = 3 (Example).txt +1 -0
  779. package/config/hard/GridClimbing/output/02 - N = 4 (Special).txt +1 -0
  780. package/config/hard/GridClimbing/output/03 - N = 5 (Special).txt +1 -0
  781. package/config/hard/GridClimbing/output/04 - N = 5 (Special bis).txt +1 -0
  782. package/config/hard/GridClimbing/output/05 - You actually can go back.txt +1 -0
  783. package/config/hard/GridClimbing/output/06 - N = 6.txt +1 -0
  784. package/config/hard/GridClimbing/output/07 - N = 7.txt +1 -0
  785. package/config/hard/GridClimbing/output/08 - N = 8.txt +1 -0
  786. package/config/hard/GridClimbing/output/09 - N = 9.txt +1 -0
  787. package/config/hard/GridClimbing/output/10 - N = 10.txt +1 -0
  788. package/config/hard/GridClimbing/output/11 - N = 15.txt +1 -0
  789. package/config/hard/GridClimbing/output/12 - N = 20, no obstacles.txt +1 -0
  790. package/config/hard/GridClimbing/output/13 - N = 20, obstacles.txt +1 -0
  791. package/config/hard/GridClimbing/output/14 - N = 30.txt +1 -0
  792. package/config/hard/GridClimbing/output/15 - N = 40.txt +1 -0
  793. package/config/hard/GridClimbing/output/16 - N = 40, the biggest jump.txt +1 -0
  794. package/config/hard/HillNotationAndHillOrder/code/CGCode.cpp +21 -0
  795. package/config/hard/HillNotationAndHillOrder/code/CGCode.java +22 -0
  796. package/config/hard/HillNotationAndHillOrder/code/CGCode.js +9 -0
  797. package/config/hard/HillNotationAndHillOrder/code/CGCode.php +11 -0
  798. package/config/hard/HillNotationAndHillOrder/code/CGCode.ts +9 -0
  799. package/config/hard/HillNotationAndHillOrder/config.json +33 -0
  800. package/config/hard/HillNotationAndHillOrder/input/01 - Simple Sort.txt +4 -0
  801. package/config/hard/HillNotationAndHillOrder/input/02 - Quantity Sort.txt +7 -0
  802. package/config/hard/HillNotationAndHillOrder/input/03 - Duplicates.txt +4 -0
  803. package/config/hard/HillNotationAndHillOrder/input/04 - Bigger Sort.txt +11 -0
  804. package/config/hard/HillNotationAndHillOrder/input/05 - Parenthesis.txt +4 -0
  805. package/config/hard/HillNotationAndHillOrder/output/01 - Simple Sort.txt +3 -0
  806. package/config/hard/HillNotationAndHillOrder/output/02 - Quantity Sort.txt +6 -0
  807. package/config/hard/HillNotationAndHillOrder/output/03 - Duplicates.txt +1 -0
  808. package/config/hard/HillNotationAndHillOrder/output/04 - Bigger Sort.txt +10 -0
  809. package/config/hard/HillNotationAndHillOrder/output/05 - Parenthesis.txt +3 -0
  810. package/config/hard/HitTheRoad/code/CGCode.cpp +34 -0
  811. package/config/hard/HitTheRoad/code/CGCode.java +30 -0
  812. package/config/hard/HitTheRoad/code/CGCode.js +24 -0
  813. package/config/hard/HitTheRoad/code/CGCode.php +16 -0
  814. package/config/hard/HitTheRoad/code/CGCode.ts +24 -0
  815. package/config/hard/HitTheRoad/config.json +43 -0
  816. package/config/hard/HitTheRoad/input/01 - Example 1.txt +20 -0
  817. package/config/hard/HitTheRoad/input/02 - Example 2.txt +19 -0
  818. package/config/hard/HitTheRoad/input/03 - Half turn.txt +17 -0
  819. package/config/hard/HitTheRoad/input/04 - No time windows everywhere.txt +13 -0
  820. package/config/hard/HitTheRoad/input/05 - Unreachable.txt +2 -0
  821. package/config/hard/HitTheRoad/input/06 - Example 3.txt +28 -0
  822. package/config/hard/HitTheRoad/input/07 - Example 4.txt +20 -0
  823. package/config/hard/HitTheRoad/output/01 - Example 1.txt +1 -0
  824. package/config/hard/HitTheRoad/output/02 - Example 2.txt +1 -0
  825. package/config/hard/HitTheRoad/output/03 - Half turn.txt +1 -0
  826. package/config/hard/HitTheRoad/output/04 - No time windows everywhere.txt +1 -0
  827. package/config/hard/HitTheRoad/output/05 - Unreachable.txt +1 -0
  828. package/config/hard/HitTheRoad/output/06 - Example 3.txt +1 -0
  829. package/config/hard/HitTheRoad/output/07 - Example 4.txt +1 -0
  830. package/config/hard/HitoriSolver/code/CGCode.cpp +23 -0
  831. package/config/hard/HitoriSolver/code/CGCode.java +24 -0
  832. package/config/hard/HitoriSolver/code/CGCode.js +11 -0
  833. package/config/hard/HitoriSolver/code/CGCode.php +14 -0
  834. package/config/hard/HitoriSolver/code/CGCode.ts +11 -0
  835. package/config/hard/HitoriSolver/config.json +33 -0
  836. package/config/hard/HitoriSolver/input/01 - Simple 3x3.txt +4 -0
  837. package/config/hard/HitoriSolver/input/02 - Connected 2x2.txt +3 -0
  838. package/config/hard/HitoriSolver/input/03 - Bigger.txt +5 -0
  839. package/config/hard/HitoriSolver/input/04 - Even bigger.txt +6 -0
  840. package/config/hard/HitoriSolver/input/05 - 8x8.txt +9 -0
  841. package/config/hard/HitoriSolver/output/01 - Simple 3x3.txt +3 -0
  842. package/config/hard/HitoriSolver/output/02 - Connected 2x2.txt +2 -0
  843. package/config/hard/HitoriSolver/output/03 - Bigger.txt +4 -0
  844. package/config/hard/HitoriSolver/output/04 - Even bigger.txt +5 -0
  845. package/config/hard/HitoriSolver/output/05 - 8x8.txt +8 -0
  846. package/config/hard/HornSATSolver/code/CGCode.cpp +24 -0
  847. package/config/hard/HornSATSolver/code/CGCode.java +25 -0
  848. package/config/hard/HornSATSolver/code/CGCode.js +13 -0
  849. package/config/hard/HornSATSolver/code/CGCode.php +11 -0
  850. package/config/hard/HornSATSolver/code/CGCode.ts +13 -0
  851. package/config/hard/HornSATSolver/config.json +53 -0
  852. package/config/hard/HornSATSolver/input/01 - short sat.txt +9 -0
  853. package/config/hard/HornSATSolver/input/02 - short unsat.txt +8 -0
  854. package/config/hard/HornSATSolver/input/03 - empty clause.txt +10 -0
  855. package/config/hard/HornSATSolver/input/04 - medium sat.txt +91 -0
  856. package/config/hard/HornSATSolver/input/05 - medium unsat.txt +92 -0
  857. package/config/hard/HornSATSolver/input/06 - huge sat.txt +383 -0
  858. package/config/hard/HornSATSolver/input/07 - huge unsat.txt +428 -0
  859. package/config/hard/HornSATSolver/input/08 - only one non-unit clause.txt +2 -0
  860. package/config/hard/HornSATSolver/input/09 - negative literals only.txt +3 -0
  861. package/config/hard/HornSATSolver/output/01 - short sat.txt +2 -0
  862. package/config/hard/HornSATSolver/output/02 - short unsat.txt +1 -0
  863. package/config/hard/HornSATSolver/output/03 - empty clause.txt +1 -0
  864. package/config/hard/HornSATSolver/output/04 - medium sat.txt +2 -0
  865. package/config/hard/HornSATSolver/output/05 - medium unsat.txt +1 -0
  866. package/config/hard/HornSATSolver/output/06 - huge sat.txt +2 -0
  867. package/config/hard/HornSATSolver/output/07 - huge unsat.txt +1 -0
  868. package/config/hard/HornSATSolver/output/08 - only one non-unit clause.txt +2 -0
  869. package/config/hard/HornSATSolver/output/09 - negative literals only.txt +2 -0
  870. package/config/hard/InertiaRide/code/CGCode.cpp +24 -0
  871. package/config/hard/InertiaRide/code/CGCode.java +24 -0
  872. package/config/hard/InertiaRide/code/CGCode.js +12 -0
  873. package/config/hard/InertiaRide/code/CGCode.php +12 -0
  874. package/config/hard/InertiaRide/code/CGCode.ts +12 -0
  875. package/config/hard/InertiaRide/config.json +48 -0
  876. package/config/hard/InertiaRide/input/01 - Basic roller coaster.txt +6 -0
  877. package/config/hard/InertiaRide/input/02 - Not enough inertia.txt +6 -0
  878. package/config/hard/InertiaRide/input/03 - Failed start.txt +5 -0
  879. package/config/hard/InertiaRide/input/04 - Back to the start.txt +8 -0
  880. package/config/hard/InertiaRide/input/05 - Ups and downs.txt +9 -0
  881. package/config/hard/InertiaRide/input/06 - Good roller coaster.txt +13 -0
  882. package/config/hard/InertiaRide/input/07 - Unstable balance.txt +7 -0
  883. package/config/hard/InertiaRide/input/08 - Huge roller coaster.txt +17 -0
  884. package/config/hard/InertiaRide/output/01 - Basic roller coaster.txt +1 -0
  885. package/config/hard/InertiaRide/output/02 - Not enough inertia.txt +1 -0
  886. package/config/hard/InertiaRide/output/03 - Failed start.txt +1 -0
  887. package/config/hard/InertiaRide/output/04 - Back to the start.txt +1 -0
  888. package/config/hard/InertiaRide/output/05 - Ups and downs.txt +1 -0
  889. package/config/hard/InertiaRide/output/06 - Good roller coaster.txt +1 -0
  890. package/config/hard/InertiaRide/output/07 - Unstable balance.txt +1 -0
  891. package/config/hard/InertiaRide/output/08 - Huge roller coaster.txt +1 -0
  892. package/config/hard/KolakoskiSequence/code/CGCode.cpp +20 -0
  893. package/config/hard/KolakoskiSequence/code/CGCode.java +18 -0
  894. package/config/hard/KolakoskiSequence/code/CGCode.js +9 -0
  895. package/config/hard/KolakoskiSequence/code/CGCode.php +8 -0
  896. package/config/hard/KolakoskiSequence/code/CGCode.ts +9 -0
  897. package/config/hard/KolakoskiSequence/config.json +28 -0
  898. package/config/hard/KolakoskiSequence/input/01 - Simple.txt +2 -0
  899. package/config/hard/KolakoskiSequence/input/02 - More symbols.txt +2 -0
  900. package/config/hard/KolakoskiSequence/input/03 - Small sequence.txt +2 -0
  901. package/config/hard/KolakoskiSequence/input/04 - Big test.txt +2 -0
  902. package/config/hard/KolakoskiSequence/output/01 - Simple.txt +1 -0
  903. package/config/hard/KolakoskiSequence/output/02 - More symbols.txt +1 -0
  904. package/config/hard/KolakoskiSequence/output/03 - Small sequence.txt +1 -0
  905. package/config/hard/KolakoskiSequence/output/04 - Big test.txt +1 -0
  906. package/config/hard/MysterySums/code/CGCode.cpp +17 -0
  907. package/config/hard/MysterySums/code/CGCode.java +20 -0
  908. package/config/hard/MysterySums/code/CGCode.js +6 -0
  909. package/config/hard/MysterySums/code/CGCode.php +7 -0
  910. package/config/hard/MysterySums/code/CGCode.ts +6 -0
  911. package/config/hard/MysterySums/config.json +43 -0
  912. package/config/hard/MysterySums/input/01 - Example.txt +1 -0
  913. package/config/hard/MysterySums/input/02 - 528530.txt +1 -0
  914. package/config/hard/MysterySums/input/03 - 1127.txt +1 -0
  915. package/config/hard/MysterySums/input/04 - 1070.txt +1 -0
  916. package/config/hard/MysterySums/input/05 - 35.txt +1 -0
  917. package/config/hard/MysterySums/input/06 - 87112.txt +1 -0
  918. package/config/hard/MysterySums/input/07 - 91899.txt +1 -0
  919. package/config/hard/MysterySums/output/01 - Example.txt +1 -0
  920. package/config/hard/MysterySums/output/02 - 528530.txt +1 -0
  921. package/config/hard/MysterySums/output/03 - 1127.txt +1 -0
  922. package/config/hard/MysterySums/output/04 - 1070.txt +1 -0
  923. package/config/hard/MysterySums/output/05 - 35.txt +1 -0
  924. package/config/hard/MysterySums/output/06 - 87112.txt +1 -0
  925. package/config/hard/MysterySums/output/07 - 91899.txt +1 -0
  926. package/config/hard/NQueens/code/CGCode.cpp +17 -0
  927. package/config/hard/NQueens/code/CGCode.java +16 -0
  928. package/config/hard/NQueens/code/CGCode.js +6 -0
  929. package/config/hard/NQueens/code/CGCode.php +7 -0
  930. package/config/hard/NQueens/code/CGCode.ts +6 -0
  931. package/config/hard/NQueens/config.json +28 -0
  932. package/config/hard/NQueens/input/01 - Simple and possible.txt +1 -0
  933. package/config/hard/NQueens/input/02 - Simple and impossible.txt +1 -0
  934. package/config/hard/NQueens/input/03 - Classic chess.txt +1 -0
  935. package/config/hard/NQueens/input/04 - Bigger.txt +1 -0
  936. package/config/hard/NQueens/output/01 - Simple and possible.txt +1 -0
  937. package/config/hard/NQueens/output/02 - Simple and impossible.txt +1 -0
  938. package/config/hard/NQueens/output/03 - Classic chess.txt +1 -0
  939. package/config/hard/NQueens/output/04 - Bigger.txt +1 -0
  940. package/config/hard/NuggetsNumbers/code/CGCode.cpp +21 -0
  941. package/config/hard/NuggetsNumbers/code/CGCode.java +19 -0
  942. package/config/hard/NuggetsNumbers/code/CGCode.js +9 -0
  943. package/config/hard/NuggetsNumbers/code/CGCode.php +11 -0
  944. package/config/hard/NuggetsNumbers/code/CGCode.ts +9 -0
  945. package/config/hard/NuggetsNumbers/config.json +48 -0
  946. package/config/hard/NuggetsNumbers/input/01 - 2 boxes.txt +3 -0
  947. package/config/hard/NuggetsNumbers/input/02 - 2 boxes again.txt +3 -0
  948. package/config/hard/NuggetsNumbers/input/03 - No limit!.txt +3 -0
  949. package/config/hard/NuggetsNumbers/input/04 - Standard Fast Food.txt +4 -0
  950. package/config/hard/NuggetsNumbers/input/05 - Standard Fast Food 2.txt +4 -0
  951. package/config/hard/NuggetsNumbers/input/06 - Regular fast food.txt +6 -0
  952. package/config/hard/NuggetsNumbers/input/07 - Endless fast food.txt +21 -0
  953. package/config/hard/NuggetsNumbers/input/08 - Industrial restaurant.txt +11 -0
  954. package/config/hard/NuggetsNumbers/output/01 - 2 boxes.txt +1 -0
  955. package/config/hard/NuggetsNumbers/output/02 - 2 boxes again.txt +1 -0
  956. package/config/hard/NuggetsNumbers/output/03 - No limit!.txt +1 -0
  957. package/config/hard/NuggetsNumbers/output/04 - Standard Fast Food.txt +1 -0
  958. package/config/hard/NuggetsNumbers/output/05 - Standard Fast Food 2.txt +1 -0
  959. package/config/hard/NuggetsNumbers/output/06 - Regular fast food.txt +1 -0
  960. package/config/hard/NuggetsNumbers/output/07 - Endless fast food.txt +1 -0
  961. package/config/hard/NuggetsNumbers/output/08 - Industrial restaurant.txt +1 -0
  962. package/config/hard/OrderOfOopserations/code/CGCode.cpp +17 -0
  963. package/config/hard/OrderOfOopserations/code/CGCode.java +16 -0
  964. package/config/hard/OrderOfOopserations/code/CGCode.js +6 -0
  965. package/config/hard/OrderOfOopserations/code/CGCode.php +7 -0
  966. package/config/hard/OrderOfOopserations/code/CGCode.ts +6 -0
  967. package/config/hard/OrderOfOopserations/config.json +43 -0
  968. package/config/hard/OrderOfOopserations/input/01 - A simple test.txt +1 -0
  969. package/config/hard/OrderOfOopserations/input/02 - Order Matters.txt +1 -0
  970. package/config/hard/OrderOfOopserations/input/03 - Negatives.txt +1 -0
  971. package/config/hard/OrderOfOopserations/input/04 - The answer to everything.txt +1 -0
  972. package/config/hard/OrderOfOopserations/input/05 - A long test.txt +1 -0
  973. package/config/hard/OrderOfOopserations/input/06 - Up and down.txt +1 -0
  974. package/config/hard/OrderOfOopserations/input/07 - First is last.txt +1 -0
  975. package/config/hard/OrderOfOopserations/output/01 - A simple test.txt +1 -0
  976. package/config/hard/OrderOfOopserations/output/02 - Order Matters.txt +1 -0
  977. package/config/hard/OrderOfOopserations/output/03 - Negatives.txt +1 -0
  978. package/config/hard/OrderOfOopserations/output/04 - The answer to everything.txt +1 -0
  979. package/config/hard/OrderOfOopserations/output/05 - A long test.txt +1 -0
  980. package/config/hard/OrderOfOopserations/output/06 - Up and down.txt +1 -0
  981. package/config/hard/OrderOfOopserations/output/07 - First is last.txt +1 -0
  982. package/config/hard/ParsingContextFreeGrammar/code/CGCode.cpp +29 -0
  983. package/config/hard/ParsingContextFreeGrammar/code/CGCode.java +27 -0
  984. package/config/hard/ParsingContextFreeGrammar/code/CGCode.js +14 -0
  985. package/config/hard/ParsingContextFreeGrammar/code/CGCode.php +17 -0
  986. package/config/hard/ParsingContextFreeGrammar/code/CGCode.ts +14 -0
  987. package/config/hard/ParsingContextFreeGrammar/config.json +38 -0
  988. package/config/hard/ParsingContextFreeGrammar/input/01 - Well-formed brackets.txt +19 -0
  989. package/config/hard/ParsingContextFreeGrammar/input/02 - Well-formed brackets - ambiguous.txt +28 -0
  990. package/config/hard/ParsingContextFreeGrammar/input/03 - Small grammar, many short tests.txt +83 -0
  991. package/config/hard/ParsingContextFreeGrammar/input/04 - Large grammar, many medium tests.txt +133 -0
  992. package/config/hard/ParsingContextFreeGrammar/input/05 - Large grammar, medium number of large tests.txt +113 -0
  993. package/config/hard/ParsingContextFreeGrammar/input/06 - Large grammar, small number of very large tests.txt +91 -0
  994. package/config/hard/ParsingContextFreeGrammar/output/01 - Well-formed brackets.txt +10 -0
  995. package/config/hard/ParsingContextFreeGrammar/output/02 - Well-formed brackets - ambiguous.txt +10 -0
  996. package/config/hard/ParsingContextFreeGrammar/output/03 - Small grammar, many short tests.txt +60 -0
  997. package/config/hard/ParsingContextFreeGrammar/output/04 - Large grammar, many medium tests.txt +80 -0
  998. package/config/hard/ParsingContextFreeGrammar/output/05 - Large grammar, medium number of large tests.txt +40 -0
  999. package/config/hard/ParsingContextFreeGrammar/output/06 - Large grammar, small number of very large tests.txt +8 -0
  1000. package/config/hard/RocketMice/code/CGCode.cpp +42 -0
  1001. package/config/hard/RocketMice/code/CGCode.java +35 -0
  1002. package/config/hard/RocketMice/code/CGCode.js +29 -0
  1003. package/config/hard/RocketMice/code/CGCode.php +25 -0
  1004. package/config/hard/RocketMice/code/CGCode.ts +29 -0
  1005. package/config/hard/RocketMice/config.json +73 -0
  1006. package/config/hard/RocketMice/input/01 - Worthless arrows and no cats.txt +16 -0
  1007. package/config/hard/RocketMice/input/02 - Scoring cats.txt +20 -0
  1008. package/config/hard/RocketMice/input/03 - No score.txt +12 -0
  1009. package/config/hard/RocketMice/input/04 - Redirecting arrows.txt +16 -0
  1010. package/config/hard/RocketMice/input/05 - One for each.txt +9 -0
  1011. package/config/hard/RocketMice/input/06 - Redirecting walls.txt +20 -0
  1012. package/config/hard/RocketMice/input/07 - Treacherous pits.txt +21 -0
  1013. package/config/hard/RocketMice/input/08 - Expiring arrows.txt +17 -0
  1014. package/config/hard/RocketMice/input/09 - Eating the mice.txt +26 -0
  1015. package/config/hard/RocketMice/input/10 - Eating in passing.txt +29 -0
  1016. package/config/hard/RocketMice/input/11 - Simple battle.txt +27 -0
  1017. package/config/hard/RocketMice/input/12 - Rumble.txt +44 -0
  1018. package/config/hard/RocketMice/input/13 - All out war.txt +76 -0
  1019. package/config/hard/RocketMice/output/01 - Worthless arrows and no cats.txt +2 -0
  1020. package/config/hard/RocketMice/output/02 - Scoring cats.txt +2 -0
  1021. package/config/hard/RocketMice/output/03 - No score.txt +2 -0
  1022. package/config/hard/RocketMice/output/04 - Redirecting arrows.txt +2 -0
  1023. package/config/hard/RocketMice/output/05 - One for each.txt +2 -0
  1024. package/config/hard/RocketMice/output/06 - Redirecting walls.txt +4 -0
  1025. package/config/hard/RocketMice/output/07 - Treacherous pits.txt +4 -0
  1026. package/config/hard/RocketMice/output/08 - Expiring arrows.txt +2 -0
  1027. package/config/hard/RocketMice/output/09 - Eating the mice.txt +2 -0
  1028. package/config/hard/RocketMice/output/10 - Eating in passing.txt +2 -0
  1029. package/config/hard/RocketMice/output/11 - Simple battle.txt +2 -0
  1030. package/config/hard/RocketMice/output/12 - Rumble.txt +4 -0
  1031. package/config/hard/RocketMice/output/13 - All out war.txt +4 -0
  1032. package/config/hard/ShapeRecognition/code/CGCode.cpp +21 -0
  1033. package/config/hard/ShapeRecognition/code/CGCode.java +20 -0
  1034. package/config/hard/ShapeRecognition/code/CGCode.js +11 -0
  1035. package/config/hard/ShapeRecognition/code/CGCode.php +14 -0
  1036. package/config/hard/ShapeRecognition/code/CGCode.ts +11 -0
  1037. package/config/hard/ShapeRecognition/config.json +88 -0
  1038. package/config/hard/ShapeRecognition/input/01 - Triangle.txt +20 -0
  1039. package/config/hard/ShapeRecognition/input/02 - Circle.txt +20 -0
  1040. package/config/hard/ShapeRecognition/input/03 - Square.txt +20 -0
  1041. package/config/hard/ShapeRecognition/input/04 - 10% Accuracy.txt +20 -0
  1042. package/config/hard/ShapeRecognition/input/05 - 20% Accuracy.txt +20 -0
  1043. package/config/hard/ShapeRecognition/input/06 - 30% Accuracy.txt +20 -0
  1044. package/config/hard/ShapeRecognition/input/07 - 40% Accuracy.txt +20 -0
  1045. package/config/hard/ShapeRecognition/input/08 - 50% Accuracy.txt +20 -0
  1046. package/config/hard/ShapeRecognition/input/09 - 60% Accuracy.txt +20 -0
  1047. package/config/hard/ShapeRecognition/input/10 - 70% Accuracy.txt +20 -0
  1048. package/config/hard/ShapeRecognition/input/11 - 80% Accuracy.txt +20 -0
  1049. package/config/hard/ShapeRecognition/input/12 - 90% Accuracy.txt +20 -0
  1050. package/config/hard/ShapeRecognition/input/13 - 100% Accuracy.txt +20 -0
  1051. package/config/hard/ShapeRecognition/input/14 - One more just for fun!.txt +20 -0
  1052. package/config/hard/ShapeRecognition/input/15 - You/342/200/231re a DATA SCIENTIST!.txt" +20 -0
  1053. package/config/hard/ShapeRecognition/input/16 - Final one I promise!.txt +20 -0
  1054. package/config/hard/ShapeRecognition/output/01 - Triangle.txt +1 -0
  1055. package/config/hard/ShapeRecognition/output/02 - Circle.txt +1 -0
  1056. package/config/hard/ShapeRecognition/output/03 - Square.txt +1 -0
  1057. package/config/hard/ShapeRecognition/output/04 - 10% Accuracy.txt +1 -0
  1058. package/config/hard/ShapeRecognition/output/05 - 20% Accuracy.txt +1 -0
  1059. package/config/hard/ShapeRecognition/output/06 - 30% Accuracy.txt +1 -0
  1060. package/config/hard/ShapeRecognition/output/07 - 40% Accuracy.txt +1 -0
  1061. package/config/hard/ShapeRecognition/output/08 - 50% Accuracy.txt +1 -0
  1062. package/config/hard/ShapeRecognition/output/09 - 60% Accuracy.txt +1 -0
  1063. package/config/hard/ShapeRecognition/output/10 - 70% Accuracy.txt +1 -0
  1064. package/config/hard/ShapeRecognition/output/11 - 80% Accuracy.txt +1 -0
  1065. package/config/hard/ShapeRecognition/output/12 - 90% Accuracy.txt +1 -0
  1066. package/config/hard/ShapeRecognition/output/13 - 100% Accuracy.txt +1 -0
  1067. package/config/hard/ShapeRecognition/output/14 - One more just for fun!.txt +1 -0
  1068. package/config/hard/ShapeRecognition/output/15 - You/342/200/231re a DATA SCIENTIST!.txt" +1 -0
  1069. package/config/hard/ShapeRecognition/output/16 - Final one I promise!.txt +1 -0
  1070. package/config/hard/SpreadsheetLabels/code/CGCode.cpp +16 -0
  1071. package/config/hard/SpreadsheetLabels/code/CGCode.java +14 -0
  1072. package/config/hard/SpreadsheetLabels/code/CGCode.js +5 -0
  1073. package/config/hard/SpreadsheetLabels/code/CGCode.php +7 -0
  1074. package/config/hard/SpreadsheetLabels/code/CGCode.ts +5 -0
  1075. package/config/hard/SpreadsheetLabels/config.json +33 -0
  1076. package/config/hard/SpreadsheetLabels/input/01 - Small Numbers.txt +2 -0
  1077. package/config/hard/SpreadsheetLabels/input/02 - Small Letters.txt +2 -0
  1078. package/config/hard/SpreadsheetLabels/input/03 - Three and Four Digits.txt +2 -0
  1079. package/config/hard/SpreadsheetLabels/input/04 - Medium Numbers and Letters.txt +2 -0
  1080. package/config/hard/SpreadsheetLabels/input/05 - Big Numbers and Letters.txt +2 -0
  1081. package/config/hard/SpreadsheetLabels/output/01 - Small Numbers.txt +1 -0
  1082. package/config/hard/SpreadsheetLabels/output/02 - Small Letters.txt +1 -0
  1083. package/config/hard/SpreadsheetLabels/output/03 - Three and Four Digits.txt +1 -0
  1084. package/config/hard/SpreadsheetLabels/output/04 - Medium Numbers and Letters.txt +1 -0
  1085. package/config/hard/SpreadsheetLabels/output/05 - Big Numbers and Letters.txt +1 -0
  1086. package/config/hard/SumOfOdd/code/CGCode.cpp +17 -0
  1087. package/config/hard/SumOfOdd/code/CGCode.java +16 -0
  1088. package/config/hard/SumOfOdd/code/CGCode.js +6 -0
  1089. package/config/hard/SumOfOdd/code/CGCode.php +7 -0
  1090. package/config/hard/SumOfOdd/code/CGCode.ts +6 -0
  1091. package/config/hard/SumOfOdd/config.json +38 -0
  1092. package/config/hard/SumOfOdd/input/01 - test 1.txt +1 -0
  1093. package/config/hard/SumOfOdd/input/02 - test 2.txt +1 -0
  1094. package/config/hard/SumOfOdd/input/03 - test 3.txt +1 -0
  1095. package/config/hard/SumOfOdd/input/04 - test 4.txt +1 -0
  1096. package/config/hard/SumOfOdd/input/05 - test 5.txt +1 -0
  1097. package/config/hard/SumOfOdd/input/06 - test 6.txt +1 -0
  1098. package/config/hard/SumOfOdd/output/01 - test 1.txt +2 -0
  1099. package/config/hard/SumOfOdd/output/02 - test 2.txt +2 -0
  1100. package/config/hard/SumOfOdd/output/03 - test 3.txt +1 -0
  1101. package/config/hard/SumOfOdd/output/04 - test 4.txt +2 -0
  1102. package/config/hard/SumOfOdd/output/05 - test 5.txt +2 -0
  1103. package/config/hard/SumOfOdd/output/06 - test 6.txt +2 -0
  1104. package/config/hard/TestBeforeValidate/code/CGCode.cpp +27 -0
  1105. package/config/hard/TestBeforeValidate/code/CGCode.java +29 -0
  1106. package/config/hard/TestBeforeValidate/code/CGCode.js +13 -0
  1107. package/config/hard/TestBeforeValidate/code/CGCode.php +16 -0
  1108. package/config/hard/TestBeforeValidate/code/CGCode.ts +13 -0
  1109. package/config/hard/TestBeforeValidate/config.json +28 -0
  1110. package/config/hard/TestBeforeValidate/input/01 - Example.txt +7 -0
  1111. package/config/hard/TestBeforeValidate/input/02 - One precedence.txt +5 -0
  1112. package/config/hard/TestBeforeValidate/input/03 - One after another.txt +11 -0
  1113. package/config/hard/TestBeforeValidate/input/04 - One action without precedence.txt +12 -0
  1114. package/config/hard/TestBeforeValidate/output/01 - Example.txt +3 -0
  1115. package/config/hard/TestBeforeValidate/output/02 - One precedence.txt +2 -0
  1116. package/config/hard/TestBeforeValidate/output/03 - One after another.txt +5 -0
  1117. package/config/hard/TestBeforeValidate/output/04 - One action without precedence.txt +6 -0
  1118. package/config/hard/Tetris/code/CGCode.cpp +29 -0
  1119. package/config/hard/Tetris/code/CGCode.java +31 -0
  1120. package/config/hard/Tetris/code/CGCode.js +17 -0
  1121. package/config/hard/Tetris/code/CGCode.php +16 -0
  1122. package/config/hard/Tetris/code/CGCode.ts +17 -0
  1123. package/config/hard/Tetris/config.json +33 -0
  1124. package/config/hard/Tetris/input/01 - Simple.txt +8 -0
  1125. package/config/hard/Tetris/input/02 - Not on the bottom.txt +10 -0
  1126. package/config/hard/Tetris/input/03 - That sucks.txt +12 -0
  1127. package/config/hard/Tetris/input/04 - Better.txt +9 -0
  1128. package/config/hard/Tetris/input/05 - The Holy Grail.txt +14 -0
  1129. package/config/hard/Tetris/output/01 - Simple.txt +2 -0
  1130. package/config/hard/Tetris/output/02 - Not on the bottom.txt +2 -0
  1131. package/config/hard/Tetris/output/03 - That sucks.txt +2 -0
  1132. package/config/hard/Tetris/output/04 - Better.txt +2 -0
  1133. package/config/hard/Tetris/output/05 - The Holy Grail.txt +2 -0
  1134. package/config/hard/TheBalancedCentrifugeProblem/code/CGCode.cpp +17 -0
  1135. package/config/hard/TheBalancedCentrifugeProblem/code/CGCode.java +16 -0
  1136. package/config/hard/TheBalancedCentrifugeProblem/code/CGCode.js +6 -0
  1137. package/config/hard/TheBalancedCentrifugeProblem/code/CGCode.php +7 -0
  1138. package/config/hard/TheBalancedCentrifugeProblem/code/CGCode.ts +6 -0
  1139. package/config/hard/TheBalancedCentrifugeProblem/config.json +48 -0
  1140. package/config/hard/TheBalancedCentrifugeProblem/input/01 - Prime.txt +1 -0
  1141. package/config/hard/TheBalancedCentrifugeProblem/input/02 - Small Composite.txt +1 -0
  1142. package/config/hard/TheBalancedCentrifugeProblem/input/03 - Medium Composite.txt +1 -0
  1143. package/config/hard/TheBalancedCentrifugeProblem/input/04 - Two Primes.txt +1 -0
  1144. package/config/hard/TheBalancedCentrifugeProblem/input/05 - Hard 1.txt +1 -0
  1145. package/config/hard/TheBalancedCentrifugeProblem/input/06 - Hard 2.txt +1 -0
  1146. package/config/hard/TheBalancedCentrifugeProblem/input/07 - Tricky.txt +1 -0
  1147. package/config/hard/TheBalancedCentrifugeProblem/input/08 - Power of a Prime.txt +1 -0
  1148. package/config/hard/TheBalancedCentrifugeProblem/output/01 - Prime.txt +1 -0
  1149. package/config/hard/TheBalancedCentrifugeProblem/output/02 - Small Composite.txt +1 -0
  1150. package/config/hard/TheBalancedCentrifugeProblem/output/03 - Medium Composite.txt +1 -0
  1151. package/config/hard/TheBalancedCentrifugeProblem/output/04 - Two Primes.txt +1 -0
  1152. package/config/hard/TheBalancedCentrifugeProblem/output/05 - Hard 1.txt +1 -0
  1153. package/config/hard/TheBalancedCentrifugeProblem/output/06 - Hard 2.txt +1 -0
  1154. package/config/hard/TheBalancedCentrifugeProblem/output/07 - Tricky.txt +1 -0
  1155. package/config/hard/TheBalancedCentrifugeProblem/output/08 - Power of a Prime.txt +1 -0
  1156. package/config/hard/TheHungryDuckPart1/code/CGCode.cpp +24 -0
  1157. package/config/hard/TheHungryDuckPart1/code/CGCode.java +22 -0
  1158. package/config/hard/TheHungryDuckPart1/code/CGCode.js +14 -0
  1159. package/config/hard/TheHungryDuckPart1/code/CGCode.php +15 -0
  1160. package/config/hard/TheHungryDuckPart1/code/CGCode.ts +14 -0
  1161. package/config/hard/TheHungryDuckPart1/config.json +28 -0
  1162. package/config/hard/TheHungryDuckPart1/input/01 - Example lake.txt +4 -0
  1163. package/config/hard/TheHungryDuckPart1/input/02 - Nice little lake in a forest.txt +9 -0
  1164. package/config/hard/TheHungryDuckPart1/input/03 - Town Creek.txt +2 -0
  1165. package/config/hard/TheHungryDuckPart1/input/04 - Lac Daumesnil.txt +11 -0
  1166. package/config/hard/TheHungryDuckPart1/output/01 - Example lake.txt +1 -0
  1167. package/config/hard/TheHungryDuckPart1/output/02 - Nice little lake in a forest.txt +1 -0
  1168. package/config/hard/TheHungryDuckPart1/output/03 - Town Creek.txt +1 -0
  1169. package/config/hard/TheHungryDuckPart1/output/04 - Lac Daumesnil.txt +1 -0
  1170. package/config/hard/ThreeDDuckHunt/code/CGCode.cpp +19 -0
  1171. package/config/hard/ThreeDDuckHunt/code/CGCode.java +18 -0
  1172. package/config/hard/ThreeDDuckHunt/code/CGCode.js +8 -0
  1173. package/config/hard/ThreeDDuckHunt/code/CGCode.php +10 -0
  1174. package/config/hard/ThreeDDuckHunt/code/CGCode.ts +8 -0
  1175. package/config/hard/ThreeDDuckHunt/config.json +38 -0
  1176. package/config/hard/ThreeDDuckHunt/input/01 - Example.txt +3 -0
  1177. package/config/hard/ThreeDDuckHunt/input/02 - careful about zeros.txt +3 -0
  1178. package/config/hard/ThreeDDuckHunt/input/03 - more zeros.txt +3 -0
  1179. package/config/hard/ThreeDDuckHunt/input/04 - a little faster.txt +3 -0
  1180. package/config/hard/ThreeDDuckHunt/input/05 - a bit large.txt +3 -0
  1181. package/config/hard/ThreeDDuckHunt/input/06 - super large.txt +3 -0
  1182. package/config/hard/ThreeDDuckHunt/output/01 - Example.txt +1 -0
  1183. package/config/hard/ThreeDDuckHunt/output/02 - careful about zeros.txt +1 -0
  1184. package/config/hard/ThreeDDuckHunt/output/03 - more zeros.txt +1 -0
  1185. package/config/hard/ThreeDDuckHunt/output/04 - a little faster.txt +1 -0
  1186. package/config/hard/ThreeDDuckHunt/output/05 - a bit large.txt +1 -0
  1187. package/config/hard/ThreeDDuckHunt/output/06 - super large.txt +1 -0
  1188. package/config/hard/ToSkysEdge/code/CGCode.cpp +26 -0
  1189. package/config/hard/ToSkysEdge/code/CGCode.java +22 -0
  1190. package/config/hard/ToSkysEdge/code/CGCode.js +13 -0
  1191. package/config/hard/ToSkysEdge/code/CGCode.php +13 -0
  1192. package/config/hard/ToSkysEdge/code/CGCode.ts +13 -0
  1193. package/config/hard/ToSkysEdge/config.json +48 -0
  1194. package/config/hard/ToSkysEdge/input/01 - Simple expedition.txt +11 -0
  1195. package/config/hard/ToSkysEdge/input/02 - Great capacity.txt +13 -0
  1196. package/config/hard/ToSkysEdge/input/03 - Tight capacity.txt +10 -0
  1197. package/config/hard/ToSkysEdge/input/04 - Baby boom.txt +15 -0
  1198. package/config/hard/ToSkysEdge/input/05 - Large span.txt +13 -0
  1199. package/config/hard/ToSkysEdge/input/06 - All ages.txt +53 -0
  1200. package/config/hard/ToSkysEdge/input/07 - A long voyage.txt +16 -0
  1201. package/config/hard/ToSkysEdge/input/08 - Let/342/200/231s go to Mars instead.txt" +8 -0
  1202. package/config/hard/ToSkysEdge/output/01 - Simple expedition.txt +1 -0
  1203. package/config/hard/ToSkysEdge/output/02 - Great capacity.txt +1 -0
  1204. package/config/hard/ToSkysEdge/output/03 - Tight capacity.txt +1 -0
  1205. package/config/hard/ToSkysEdge/output/04 - Baby boom.txt +1 -0
  1206. package/config/hard/ToSkysEdge/output/05 - Large span.txt +1 -0
  1207. package/config/hard/ToSkysEdge/output/06 - All ages.txt +1 -0
  1208. package/config/hard/ToSkysEdge/output/07 - A long voyage.txt +1 -0
  1209. package/config/hard/ToSkysEdge/output/08 - Let/342/200/231s go to Mars instead.txt" +1 -0
  1210. package/config/hard/WaveFunctionCollapseSansShannon/code/CGCode.cpp +36 -0
  1211. package/config/hard/WaveFunctionCollapseSansShannon/code/CGCode.java +38 -0
  1212. package/config/hard/WaveFunctionCollapseSansShannon/code/CGCode.js +24 -0
  1213. package/config/hard/WaveFunctionCollapseSansShannon/code/CGCode.php +23 -0
  1214. package/config/hard/WaveFunctionCollapseSansShannon/code/CGCode.ts +24 -0
  1215. package/config/hard/WaveFunctionCollapseSansShannon/config.json +48 -0
  1216. package/config/hard/WaveFunctionCollapseSansShannon/input/01 - First Example - Restore it.txt +18 -0
  1217. package/config/hard/WaveFunctionCollapseSansShannon/input/02 - Second Example - Grow it.txt +20 -0
  1218. package/config/hard/WaveFunctionCollapseSansShannon/input/03 - Body Swap.txt +18 -0
  1219. package/config/hard/WaveFunctionCollapseSansShannon/input/04 - Widen The Picture.txt +21 -0
  1220. package/config/hard/WaveFunctionCollapseSansShannon/input/05 - Grill.txt +18 -0
  1221. package/config/hard/WaveFunctionCollapseSansShannon/input/06 - Resize.txt +21 -0
  1222. package/config/hard/WaveFunctionCollapseSansShannon/input/07 - Bob Was Here.txt +30 -0
  1223. package/config/hard/WaveFunctionCollapseSansShannon/input/08 - aMAZEing.txt +31 -0
  1224. package/config/hard/WaveFunctionCollapseSansShannon/output/01 - First Example - Restore it.txt +8 -0
  1225. package/config/hard/WaveFunctionCollapseSansShannon/output/02 - Second Example - Grow it.txt +10 -0
  1226. package/config/hard/WaveFunctionCollapseSansShannon/output/03 - Body Swap.txt +8 -0
  1227. package/config/hard/WaveFunctionCollapseSansShannon/output/04 - Widen The Picture.txt +11 -0
  1228. package/config/hard/WaveFunctionCollapseSansShannon/output/05 - Grill.txt +9 -0
  1229. package/config/hard/WaveFunctionCollapseSansShannon/output/06 - Resize.txt +11 -0
  1230. package/config/hard/WaveFunctionCollapseSansShannon/output/07 - Bob Was Here.txt +18 -0
  1231. package/config/hard/WaveFunctionCollapseSansShannon/output/08 - aMAZEing.txt +20 -0
  1232. package/config/medium/BeautifulBaseTheMostBeautiful/code/CGCode.cpp +17 -0
  1233. package/config/medium/BeautifulBaseTheMostBeautiful/code/CGCode.java +16 -0
  1234. package/config/medium/BeautifulBaseTheMostBeautiful/code/CGCode.js +6 -0
  1235. package/config/medium/BeautifulBaseTheMostBeautiful/code/CGCode.php +7 -0
  1236. package/config/medium/BeautifulBaseTheMostBeautiful/code/CGCode.ts +6 -0
  1237. package/config/medium/BeautifulBaseTheMostBeautiful/config.json +43 -0
  1238. package/config/medium/BeautifulBaseTheMostBeautiful/input/01 - test 1.txt +1 -0
  1239. package/config/medium/BeautifulBaseTheMostBeautiful/input/02 - test 2.txt +1 -0
  1240. package/config/medium/BeautifulBaseTheMostBeautiful/input/03 - test 3.txt +1 -0
  1241. package/config/medium/BeautifulBaseTheMostBeautiful/input/04 - test 4.txt +1 -0
  1242. package/config/medium/BeautifulBaseTheMostBeautiful/input/05 - test 5.txt +1 -0
  1243. package/config/medium/BeautifulBaseTheMostBeautiful/input/06 - test 6.txt +1 -0
  1244. package/config/medium/BeautifulBaseTheMostBeautiful/input/07 - test 7.txt +1 -0
  1245. package/config/medium/BeautifulBaseTheMostBeautiful/output/01 - test 1.txt +1 -0
  1246. package/config/medium/BeautifulBaseTheMostBeautiful/output/02 - test 2.txt +1 -0
  1247. package/config/medium/BeautifulBaseTheMostBeautiful/output/03 - test 3.txt +1 -0
  1248. package/config/medium/BeautifulBaseTheMostBeautiful/output/04 - test 4.txt +1 -0
  1249. package/config/medium/BeautifulBaseTheMostBeautiful/output/05 - test 5.txt +1 -0
  1250. package/config/medium/BeautifulBaseTheMostBeautiful/output/06 - test 6.txt +1 -0
  1251. package/config/medium/BeautifulBaseTheMostBeautiful/output/07 - test 7.txt +1 -0
  1252. package/config/medium/FindTheShortestPathHome/code/CGCode.cpp +17 -0
  1253. package/config/medium/FindTheShortestPathHome/code/CGCode.java +16 -0
  1254. package/config/medium/FindTheShortestPathHome/code/CGCode.js +6 -0
  1255. package/config/medium/FindTheShortestPathHome/code/CGCode.php +7 -0
  1256. package/config/medium/FindTheShortestPathHome/code/CGCode.ts +6 -0
  1257. package/config/medium/FindTheShortestPathHome/config.json +73 -0
  1258. package/config/medium/FindTheShortestPathHome/input/01 - test 1.txt +1 -0
  1259. package/config/medium/FindTheShortestPathHome/input/02 - test 2.txt +1 -0
  1260. package/config/medium/FindTheShortestPathHome/input/03 - test 3.txt +1 -0
  1261. package/config/medium/FindTheShortestPathHome/input/04 - test 4.txt +1 -0
  1262. package/config/medium/FindTheShortestPathHome/input/05 - test 5.txt +1 -0
  1263. package/config/medium/FindTheShortestPathHome/input/06 - test 6.txt +1 -0
  1264. package/config/medium/FindTheShortestPathHome/input/07 - test 7.txt +1 -0
  1265. package/config/medium/FindTheShortestPathHome/input/08 - test 8.txt +1 -0
  1266. package/config/medium/FindTheShortestPathHome/input/09 - test 9.txt +1 -0
  1267. package/config/medium/FindTheShortestPathHome/input/10 - test 10.txt +1 -0
  1268. package/config/medium/FindTheShortestPathHome/input/11 - test 11.txt +1 -0
  1269. package/config/medium/FindTheShortestPathHome/input/12 - test 12.txt +1 -0
  1270. package/config/medium/FindTheShortestPathHome/input/13 - test 13.txt +1 -0
  1271. package/config/medium/FindTheShortestPathHome/output/01 - test 1.txt +2 -0
  1272. package/config/medium/FindTheShortestPathHome/output/02 - test 2.txt +4 -0
  1273. package/config/medium/FindTheShortestPathHome/output/03 - test 3.txt +4 -0
  1274. package/config/medium/FindTheShortestPathHome/output/04 - test 4.txt +1 -0
  1275. package/config/medium/FindTheShortestPathHome/output/05 - test 5.txt +1 -0
  1276. package/config/medium/FindTheShortestPathHome/output/06 - test 6.txt +1 -0
  1277. package/config/medium/FindTheShortestPathHome/output/07 - test 7.txt +2 -0
  1278. package/config/medium/FindTheShortestPathHome/output/08 - test 8.txt +11 -0
  1279. package/config/medium/FindTheShortestPathHome/output/09 - test 9.txt +7 -0
  1280. package/config/medium/FindTheShortestPathHome/output/10 - test 10.txt +14 -0
  1281. package/config/medium/FindTheShortestPathHome/output/11 - test 11.txt +4 -0
  1282. package/config/medium/FindTheShortestPathHome/output/12 - test 12.txt +6 -0
  1283. package/config/medium/FindTheShortestPathHome/output/13 - test 13.txt +64 -0
  1284. package/config/medium/MondrianPaintingStrokes/code/CGCode.cpp +22 -0
  1285. package/config/medium/MondrianPaintingStrokes/code/CGCode.java +23 -0
  1286. package/config/medium/MondrianPaintingStrokes/code/CGCode.js +11 -0
  1287. package/config/medium/MondrianPaintingStrokes/code/CGCode.php +11 -0
  1288. package/config/medium/MondrianPaintingStrokes/code/CGCode.ts +11 -0
  1289. package/config/medium/MondrianPaintingStrokes/config.json +48 -0
  1290. package/config/medium/MondrianPaintingStrokes/input/01 - Two rectangles.txt +3 -0
  1291. package/config/medium/MondrianPaintingStrokes/input/02 - Three rectangles.txt +4 -0
  1292. package/config/medium/MondrianPaintingStrokes/input/03 - Four rectangles aligned.txt +5 -0
  1293. package/config/medium/MondrianPaintingStrokes/input/04 - Four rectangles not aligned.txt +5 -0
  1294. package/config/medium/MondrianPaintingStrokes/input/05 - More complex shapes.txt +5 -0
  1295. package/config/medium/MondrianPaintingStrokes/input/06 - Tableau I by Piet Mondrian.txt +11 -0
  1296. package/config/medium/MondrianPaintingStrokes/input/07 - Untitled composition by Piet Mondrian.txt +11 -0
  1297. package/config/medium/MondrianPaintingStrokes/input/08 - Big canvas with random rectangles.txt +31 -0
  1298. package/config/medium/MondrianPaintingStrokes/output/01 - Two rectangles.txt +1 -0
  1299. package/config/medium/MondrianPaintingStrokes/output/02 - Three rectangles.txt +1 -0
  1300. package/config/medium/MondrianPaintingStrokes/output/03 - Four rectangles aligned.txt +1 -0
  1301. package/config/medium/MondrianPaintingStrokes/output/04 - Four rectangles not aligned.txt +1 -0
  1302. package/config/medium/MondrianPaintingStrokes/output/05 - More complex shapes.txt +1 -0
  1303. package/config/medium/MondrianPaintingStrokes/output/06 - Tableau I by Piet Mondrian.txt +1 -0
  1304. package/config/medium/MondrianPaintingStrokes/output/07 - Untitled composition by Piet Mondrian.txt +1 -0
  1305. package/config/medium/MondrianPaintingStrokes/output/08 - Big canvas with random rectangles.txt +1 -0
  1306. package/config/medium/RoadToMountBoom/code/CGCode.cpp +22 -0
  1307. package/config/medium/RoadToMountBoom/code/CGCode.java +23 -0
  1308. package/config/medium/RoadToMountBoom/code/CGCode.js +11 -0
  1309. package/config/medium/RoadToMountBoom/code/CGCode.php +11 -0
  1310. package/config/medium/RoadToMountBoom/code/CGCode.ts +11 -0
  1311. package/config/medium/RoadToMountBoom/config.json +133 -0
  1312. package/config/medium/RoadToMountBoom/input/01 - Basic North.txt +7 -0
  1313. package/config/medium/RoadToMountBoom/input/02 - Basic East.txt +5 -0
  1314. package/config/medium/RoadToMountBoom/input/03 - Basic South.txt +6 -0
  1315. package/config/medium/RoadToMountBoom/input/04 - Basic West.txt +5 -0
  1316. package/config/medium/RoadToMountBoom/input/05 - Basic North-East.txt +9 -0
  1317. package/config/medium/RoadToMountBoom/input/06 - Basic South-East.txt +6 -0
  1318. package/config/medium/RoadToMountBoom/input/07 - Basic South-West.txt +7 -0
  1319. package/config/medium/RoadToMountBoom/input/08 - Basic North-West.txt +10 -0
  1320. package/config/medium/RoadToMountBoom/input/09 - North and NE (Open).txt +7 -0
  1321. package/config/medium/RoadToMountBoom/input/10 - East and SE (Open).txt +6 -0
  1322. package/config/medium/RoadToMountBoom/input/11 - South and SW (Open).txt +11 -0
  1323. package/config/medium/RoadToMountBoom/input/12 - West and NW (Open).txt +7 -0
  1324. package/config/medium/RoadToMountBoom/input/13 - Simple Horizontal Journey.txt +4 -0
  1325. package/config/medium/RoadToMountBoom/input/14 - Simple Vertical Journey.txt +7 -0
  1326. package/config/medium/RoadToMountBoom/input/15 - Simple Diagonal Journey.txt +3 -0
  1327. package/config/medium/RoadToMountBoom/input/16 - Simple Diagonal Journey 2.txt +5 -0
  1328. package/config/medium/RoadToMountBoom/input/17 - Around the World 1.txt +18 -0
  1329. package/config/medium/RoadToMountBoom/input/18 - Around the World 2.txt +11 -0
  1330. package/config/medium/RoadToMountBoom/input/19 - Maze 1.txt +7 -0
  1331. package/config/medium/RoadToMountBoom/input/20 - Maze 2.txt +12 -0
  1332. package/config/medium/RoadToMountBoom/input/21 - Large Maze.txt +42 -0
  1333. package/config/medium/RoadToMountBoom/input/22 - Simple Outside Traversal.txt +11 -0
  1334. package/config/medium/RoadToMountBoom/input/23 - Horizontal Outside Traversal.txt +20 -0
  1335. package/config/medium/RoadToMountBoom/input/24 - Vertical Outside Traversal.txt +18 -0
  1336. package/config/medium/RoadToMountBoom/input/25 - Complete Traversal.txt +12 -0
  1337. package/config/medium/RoadToMountBoom/output/01 - Basic North.txt +1 -0
  1338. package/config/medium/RoadToMountBoom/output/02 - Basic East.txt +1 -0
  1339. package/config/medium/RoadToMountBoom/output/03 - Basic South.txt +1 -0
  1340. package/config/medium/RoadToMountBoom/output/04 - Basic West.txt +1 -0
  1341. package/config/medium/RoadToMountBoom/output/05 - Basic North-East.txt +1 -0
  1342. package/config/medium/RoadToMountBoom/output/06 - Basic South-East.txt +1 -0
  1343. package/config/medium/RoadToMountBoom/output/07 - Basic South-West.txt +1 -0
  1344. package/config/medium/RoadToMountBoom/output/08 - Basic North-West.txt +1 -0
  1345. package/config/medium/RoadToMountBoom/output/09 - North and NE (Open).txt +1 -0
  1346. package/config/medium/RoadToMountBoom/output/10 - East and SE (Open).txt +1 -0
  1347. package/config/medium/RoadToMountBoom/output/11 - South and SW (Open).txt +1 -0
  1348. package/config/medium/RoadToMountBoom/output/12 - West and NW (Open).txt +1 -0
  1349. package/config/medium/RoadToMountBoom/output/13 - Simple Horizontal Journey.txt +1 -0
  1350. package/config/medium/RoadToMountBoom/output/14 - Simple Vertical Journey.txt +1 -0
  1351. package/config/medium/RoadToMountBoom/output/15 - Simple Diagonal Journey.txt +1 -0
  1352. package/config/medium/RoadToMountBoom/output/16 - Simple Diagonal Journey 2.txt +1 -0
  1353. package/config/medium/RoadToMountBoom/output/17 - Around the World 1.txt +1 -0
  1354. package/config/medium/RoadToMountBoom/output/18 - Around the World 2.txt +1 -0
  1355. package/config/medium/RoadToMountBoom/output/19 - Maze 1.txt +1 -0
  1356. package/config/medium/RoadToMountBoom/output/20 - Maze 2.txt +1 -0
  1357. package/config/medium/RoadToMountBoom/output/21 - Large Maze.txt +1 -0
  1358. package/config/medium/RoadToMountBoom/output/22 - Simple Outside Traversal.txt +1 -0
  1359. package/config/medium/RoadToMountBoom/output/23 - Horizontal Outside Traversal.txt +1 -0
  1360. package/config/medium/RoadToMountBoom/output/24 - Vertical Outside Traversal.txt +1 -0
  1361. package/config/medium/RoadToMountBoom/output/25 - Complete Traversal.txt +1 -0
  1362. package/config/medium/TheLordofTheAnnuli/code/CGCode.cpp +23 -0
  1363. package/config/medium/TheLordofTheAnnuli/code/CGCode.java +22 -0
  1364. package/config/medium/TheLordofTheAnnuli/code/CGCode.js +13 -0
  1365. package/config/medium/TheLordofTheAnnuli/code/CGCode.php +7 -0
  1366. package/config/medium/TheLordofTheAnnuli/code/CGCode.ts +13 -0
  1367. package/config/medium/TheLordofTheAnnuli/config.json +73 -0
  1368. package/config/medium/TheLordofTheAnnuli/input/01 - Plain centered disc, no supersampling.txt +1 -0
  1369. package/config/medium/TheLordofTheAnnuli/input/02 - Plain centered disc with a little supersampling.txt +1 -0
  1370. package/config/medium/TheLordofTheAnnuli/input/03 - Our first ring.txt +1 -0
  1371. package/config/medium/TheLordofTheAnnuli/input/04 - A slighty larger slightly shifted ring.txt +1 -0
  1372. package/config/medium/TheLordofTheAnnuli/input/05 - A nice rainbow.txt +1 -0
  1373. package/config/medium/TheLordofTheAnnuli/input/06 - A thin ring.txt +1 -0
  1374. package/config/medium/TheLordofTheAnnuli/input/07 - A quarter of a ring.txt +1 -0
  1375. package/config/medium/TheLordofTheAnnuli/input/08 - The edge of a big disc.txt +1 -0
  1376. package/config/medium/TheLordofTheAnnuli/input/09 - An even thinner ring segment.txt +1 -0
  1377. package/config/medium/TheLordofTheAnnuli/input/10 - A tiny asymmetric hole.txt +1 -0
  1378. package/config/medium/TheLordofTheAnnuli/input/11 - A thick ring section.txt +1 -0
  1379. package/config/medium/TheLordofTheAnnuli/input/12 - Almost a straight line.txt +1 -0
  1380. package/config/medium/TheLordofTheAnnuli/input/13 - Into the void.txt +1 -0
  1381. package/config/medium/TheLordofTheAnnuli/output/01 - Plain centered disc, no supersampling.txt +12 -0
  1382. package/config/medium/TheLordofTheAnnuli/output/02 - Plain centered disc with a little supersampling.txt +12 -0
  1383. package/config/medium/TheLordofTheAnnuli/output/03 - Our first ring.txt +22 -0
  1384. package/config/medium/TheLordofTheAnnuli/output/04 - A slighty larger slightly shifted ring.txt +22 -0
  1385. package/config/medium/TheLordofTheAnnuli/output/05 - A nice rainbow.txt +22 -0
  1386. package/config/medium/TheLordofTheAnnuli/output/06 - A thin ring.txt +22 -0
  1387. package/config/medium/TheLordofTheAnnuli/output/07 - A quarter of a ring.txt +22 -0
  1388. package/config/medium/TheLordofTheAnnuli/output/08 - The edge of a big disc.txt +22 -0
  1389. package/config/medium/TheLordofTheAnnuli/output/09 - An even thinner ring segment.txt +17 -0
  1390. package/config/medium/TheLordofTheAnnuli/output/10 - A tiny asymmetric hole.txt +22 -0
  1391. package/config/medium/TheLordofTheAnnuli/output/11 - A thick ring section.txt +22 -0
  1392. package/config/medium/TheLordofTheAnnuli/output/12 - Almost a straight line.txt +22 -0
  1393. package/config/medium/TheLordofTheAnnuli/output/13 - Into the void.txt +22 -0
  1394. package/package.json +1 -1
@@ -0,0 +1,91 @@
1
+ 80
2
+ N
3
+ F -> a
4
+ F -> b
5
+ H -> c
6
+ I -> d
7
+ L -> e
8
+ J -> f
9
+ B -> g
10
+ E -> h
11
+ I -> i
12
+ L -> j
13
+ N -> k
14
+ H -> l
15
+ B -> m
16
+ D -> n
17
+ D -> o
18
+ F -> p
19
+ I -> q
20
+ M -> r
21
+ N -> s
22
+ E -> t
23
+ B -> u
24
+ J -> v
25
+ L -> w
26
+ C -> x
27
+ K -> GL
28
+ A -> FN
29
+ G -> CE
30
+ G -> IC
31
+ G -> FC
32
+ J -> LM
33
+ F -> NE
34
+ H -> KG
35
+ H -> CN
36
+ G -> EC
37
+ J -> GM
38
+ K -> BJ
39
+ M -> GA
40
+ F -> DJ
41
+ F -> BN
42
+ I -> AJ
43
+ N -> FC
44
+ E -> LM
45
+ J -> GC
46
+ M -> DC
47
+ J -> GL
48
+ D -> CC
49
+ D -> LF
50
+ N -> EK
51
+ G -> NN
52
+ C -> JF
53
+ F -> KN
54
+ K -> CB
55
+ H -> GG
56
+ F -> CE
57
+ J -> IC
58
+ G -> IN
59
+ I -> FB
60
+ L -> DF
61
+ K -> NF
62
+ F -> BK
63
+ L -> NH
64
+ J -> HH
65
+ E -> NC
66
+ J -> CE
67
+ H -> MI
68
+ E -> GG
69
+ F -> JA
70
+ F -> GC
71
+ D -> DI
72
+ D -> KD
73
+ J -> IC
74
+ H -> GE
75
+ B -> CL
76
+ E -> GA
77
+ B -> DB
78
+ F -> FJ
79
+ H -> DK
80
+ H -> GG
81
+ F -> EJ
82
+ E -> FF
83
+ 8
84
+ vpkvbxtaxextxgpnprxufvphvbpxtkbgtxkcsbkpaxevbekuqlpkvxasibrfbwixbmukxjkbssbvavbsgvlrbavhcl
85
+ nabeswbqlhkbbumstasgueknfewusbuxmfgclopfvblfhqspwgrqkoujjumgmtbmqomstsmraatv
86
+ pixxgsaxbavohkpptuvkkpserxbxshvatxaxlcqkgfsrdavaktpxfagkwfxhikxxsfpebmdxhfbxpxb
87
+ urmfpcxxislvmrcojnnclehehvjwnbhlxxgvavawddgebrawwiudbgrkwdxlkjonlqpjbxsdm
88
+ quspgqmjqjmqvchmrpuljderhijnsoihgsmwtiboftjopboquefjetdiphxerblncranabwimavwosljwmkjqguntkwngigdh
89
+ gpsrnkiohcspeqdkgwokcnlqwwdomtprejscanarbigqiaahoubautvbxslctqwkqittcdugkxlmsaksgqpiowooajgtcin
90
+ tdheumccbjmewhhpxhdataoatrewsuogcxshiuplwxtxuieccgpltmasbqgbcwcu
91
+ pvscmkaaxoqkpkgtvbrxpxpvxscoxfjkaohoopgxgmxivpqxxpkejnxaxfnutmkixunufxbxxhaccbfpstx
@@ -0,0 +1,10 @@
1
+ true
2
+ false
3
+ false
4
+ true
5
+ true
6
+ true
7
+ false
8
+ true
9
+ false
10
+ true
@@ -0,0 +1,10 @@
1
+ true
2
+ false
3
+ false
4
+ true
5
+ true
6
+ true
7
+ false
8
+ true
9
+ false
10
+ true
@@ -0,0 +1,60 @@
1
+ true
2
+ true
3
+ false
4
+ false
5
+ false
6
+ true
7
+ true
8
+ true
9
+ true
10
+ true
11
+ true
12
+ false
13
+ true
14
+ true
15
+ true
16
+ false
17
+ false
18
+ true
19
+ true
20
+ false
21
+ false
22
+ true
23
+ true
24
+ true
25
+ false
26
+ false
27
+ false
28
+ false
29
+ false
30
+ false
31
+ false
32
+ true
33
+ false
34
+ true
35
+ true
36
+ true
37
+ true
38
+ false
39
+ true
40
+ true
41
+ false
42
+ false
43
+ true
44
+ false
45
+ false
46
+ false
47
+ true
48
+ false
49
+ true
50
+ true
51
+ false
52
+ false
53
+ true
54
+ false
55
+ false
56
+ false
57
+ false
58
+ true
59
+ false
60
+ true
@@ -0,0 +1,80 @@
1
+ false
2
+ true
3
+ true
4
+ false
5
+ true
6
+ false
7
+ false
8
+ false
9
+ false
10
+ true
11
+ true
12
+ false
13
+ false
14
+ true
15
+ false
16
+ true
17
+ false
18
+ false
19
+ true
20
+ false
21
+ false
22
+ false
23
+ true
24
+ false
25
+ true
26
+ false
27
+ false
28
+ true
29
+ false
30
+ true
31
+ true
32
+ false
33
+ false
34
+ true
35
+ false
36
+ false
37
+ true
38
+ true
39
+ false
40
+ true
41
+ true
42
+ true
43
+ true
44
+ true
45
+ false
46
+ false
47
+ true
48
+ false
49
+ false
50
+ false
51
+ false
52
+ true
53
+ true
54
+ true
55
+ false
56
+ false
57
+ false
58
+ true
59
+ true
60
+ false
61
+ true
62
+ false
63
+ true
64
+ false
65
+ true
66
+ true
67
+ true
68
+ true
69
+ false
70
+ true
71
+ false
72
+ true
73
+ true
74
+ true
75
+ false
76
+ true
77
+ true
78
+ true
79
+ false
80
+ false
@@ -0,0 +1,40 @@
1
+ false
2
+ true
3
+ true
4
+ true
5
+ false
6
+ false
7
+ true
8
+ false
9
+ true
10
+ true
11
+ true
12
+ true
13
+ false
14
+ true
15
+ false
16
+ false
17
+ false
18
+ false
19
+ false
20
+ false
21
+ false
22
+ true
23
+ true
24
+ false
25
+ true
26
+ true
27
+ true
28
+ true
29
+ false
30
+ true
31
+ false
32
+ true
33
+ true
34
+ true
35
+ false
36
+ false
37
+ false
38
+ true
39
+ false
40
+ false
@@ -0,0 +1,42 @@
1
+ #include <iostream>
2
+ #include <string>
3
+ #include <vector>
4
+ #include <algorithm>
5
+
6
+ using namespace std;
7
+
8
+ int main()
9
+ {
10
+ int width;
11
+ int height;
12
+ cin >> width >> height; cin.ignore();
13
+ int players;
14
+ cin >> players; cin.ignore();
15
+ int doors;
16
+ cin >> doors; cin.ignore();
17
+ int turns;
18
+ cin >> turns; cin.ignore();
19
+ for (int i = 0; i < players; i++) {
20
+ int r_x;
21
+ int r_y;
22
+ cin >> r_x >> r_y; cin.ignore();
23
+ }
24
+ for (int i = 0; i < doors; i++) {
25
+ int coord;
26
+ string wall;
27
+ cin >> coord >> wall; cin.ignore();
28
+ }
29
+ for (int i = 0; i < turns; i++) {
30
+ int t_x;
31
+ int t_y;
32
+ string direction;
33
+ cin >> t_x >> t_y >> direction; cin.ignore();
34
+ }
35
+ for (int i = 0; i < players; i++) {
36
+
37
+ // Write an answer using cout. DON'T FORGET THE "<< endl"
38
+ // To debug: cerr << "Debug messages..." << endl;
39
+
40
+ cout << "answer" << endl;
41
+ }
42
+ }
@@ -0,0 +1,35 @@
1
+ import java.util.*;
2
+ import java.io.*;
3
+ import java.math.*;
4
+
5
+ class Solution {
6
+
7
+ public static void main(String args[]) {
8
+ Scanner in = new Scanner(System.in);
9
+ int width = in.nextInt();
10
+ int height = in.nextInt();
11
+ int players = in.nextInt();
12
+ int doors = in.nextInt();
13
+ int turns = in.nextInt();
14
+ for (int i = 0; i < players; i++) {
15
+ int rX = in.nextInt();
16
+ int rY = in.nextInt();
17
+ }
18
+ for (int i = 0; i < doors; i++) {
19
+ int coord = in.nextInt();
20
+ String wall = in.next();
21
+ }
22
+ for (int i = 0; i < turns; i++) {
23
+ int tX = in.nextInt();
24
+ int tY = in.nextInt();
25
+ String direction = in.next();
26
+ }
27
+ for (int i = 0; i < players; i++) {
28
+
29
+ // Write an answer using System.out.println()
30
+ // To debug: System.err.println("Debug messages...");
31
+
32
+ System.out.println("answer");
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,29 @@
1
+ var inputs = readline().split(' ');
2
+ const width = parseInt(inputs[0]);
3
+ const height = parseInt(inputs[1]);
4
+ const players = parseInt(readline());
5
+ const doors = parseInt(readline());
6
+ const turns = parseInt(readline());
7
+ for (let i = 0; i < players; i++) {
8
+ var inputs = readline().split(' ');
9
+ const rX = parseInt(inputs[0]);
10
+ const rY = parseInt(inputs[1]);
11
+ }
12
+ for (let i = 0; i < doors; i++) {
13
+ var inputs = readline().split(' ');
14
+ const coord = parseInt(inputs[0]);
15
+ const wall = inputs[1];
16
+ }
17
+ for (let i = 0; i < turns; i++) {
18
+ var inputs = readline().split(' ');
19
+ const tX = parseInt(inputs[0]);
20
+ const tY = parseInt(inputs[1]);
21
+ const direction = inputs[2];
22
+ }
23
+ for (let i = 0; i < players; i++) {
24
+
25
+ // Write an answer using console.log()
26
+ // To debug: console.error('Debug messages...');
27
+
28
+ console.log('answer');
29
+ }
@@ -0,0 +1,25 @@
1
+ <?php
2
+ fscanf(STDIN, "%d %d", $width, $height);
3
+ fscanf(STDIN, "%d", $players);
4
+ fscanf(STDIN, "%d", $doors);
5
+ fscanf(STDIN, "%d", $turns);
6
+ for ($i = 0; $i < $players; $i++)
7
+ {
8
+ fscanf(STDIN, "%d %d", $rX, $rY);
9
+ }
10
+ for ($i = 0; $i < $doors; $i++)
11
+ {
12
+ fscanf(STDIN, "%d %s", $coord, $wall);
13
+ }
14
+ for ($i = 0; $i < $turns; $i++)
15
+ {
16
+ fscanf(STDIN, "%d %d %s", $tX, $tY, $direction);
17
+ }
18
+ for ($i = 0; $i < $players; $i++)
19
+ {
20
+
21
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
22
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
23
+
24
+ echo("answer\n");
25
+ }
@@ -0,0 +1,29 @@
1
+ var inputs: string[] = readline().split(' ');
2
+ const width: number = parseInt(inputs[0]);
3
+ const height: number = parseInt(inputs[1]);
4
+ const players: number = parseInt(readline());
5
+ const doors: number = parseInt(readline());
6
+ const turns: number = parseInt(readline());
7
+ for (let i = 0; i < players; i++) {
8
+ var inputs: string[] = readline().split(' ');
9
+ const rX: number = parseInt(inputs[0]);
10
+ const rY: number = parseInt(inputs[1]);
11
+ }
12
+ for (let i = 0; i < doors; i++) {
13
+ var inputs: string[] = readline().split(' ');
14
+ const coord: number = parseInt(inputs[0]);
15
+ const wall: string = inputs[1];
16
+ }
17
+ for (let i = 0; i < turns; i++) {
18
+ var inputs: string[] = readline().split(' ');
19
+ const tX: number = parseInt(inputs[0]);
20
+ const tY: number = parseInt(inputs[1]);
21
+ const direction: string = inputs[2];
22
+ }
23
+ for (let i = 0; i < players; i++) {
24
+
25
+ // Write an answer using console.log()
26
+ // To debug: console.error('Debug messages...');
27
+
28
+ console.log('answer');
29
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "path": "hard/RocketMice",
3
+ "name": "Rocket mice",
4
+ "alphanumName": "RocketMice",
5
+ "link": "https://www.codingame.com/ide/puzzle/rocket-mice",
6
+ "tests": [
7
+ {
8
+ "name": "Worthless arrows and no cats",
9
+ "alphanumName": "WorthlessArrowsAndNoCats",
10
+ "file": "01 - Worthless arrows and no cats.txt"
11
+ },
12
+ {
13
+ "name": "Scoring cats",
14
+ "alphanumName": "ScoringCats",
15
+ "file": "02 - Scoring cats.txt"
16
+ },
17
+ {
18
+ "name": "No score",
19
+ "alphanumName": "NoScore",
20
+ "file": "03 - No score.txt"
21
+ },
22
+ {
23
+ "name": "Redirecting arrows",
24
+ "alphanumName": "RedirectingArrows",
25
+ "file": "04 - Redirecting arrows.txt"
26
+ },
27
+ {
28
+ "name": "One for each",
29
+ "alphanumName": "OneForEach",
30
+ "file": "05 - One for each.txt"
31
+ },
32
+ {
33
+ "name": "Redirecting walls",
34
+ "alphanumName": "RedirectingWalls",
35
+ "file": "06 - Redirecting walls.txt"
36
+ },
37
+ {
38
+ "name": "Treacherous pits",
39
+ "alphanumName": "TreacherousPits",
40
+ "file": "07 - Treacherous pits.txt"
41
+ },
42
+ {
43
+ "name": "Expiring arrows",
44
+ "alphanumName": "ExpiringArrows",
45
+ "file": "08 - Expiring arrows.txt"
46
+ },
47
+ {
48
+ "name": "Eating the mice",
49
+ "alphanumName": "EatingTheMice",
50
+ "file": "09 - Eating the mice.txt"
51
+ },
52
+ {
53
+ "name": "Eating in passing",
54
+ "alphanumName": "EatingInPassing",
55
+ "file": "10 - Eating in passing.txt"
56
+ },
57
+ {
58
+ "name": "Simple battle",
59
+ "alphanumName": "SimpleBattle",
60
+ "file": "11 - Simple battle.txt"
61
+ },
62
+ {
63
+ "name": "Rumble",
64
+ "alphanumName": "Rumble",
65
+ "file": "12 - Rumble.txt"
66
+ },
67
+ {
68
+ "name": "All out war",
69
+ "alphanumName": "AllOutWar",
70
+ "file": "13 - All out war.txt"
71
+ }
72
+ ]
73
+ }
@@ -0,0 +1,16 @@
1
+ 5 5
2
+ 2
3
+ 2
4
+ 8
5
+ 1 2
6
+ 3 2
7
+ 2 E
8
+ 2 W
9
+ 2 0 W
10
+ 2 2 E
11
+ 1 0 S
12
+ 1 1 E
13
+ 2 1 W
14
+ 0 1 S
15
+ 0 3 E
16
+ 2 0 E
@@ -0,0 +1,20 @@
1
+ 5 5
2
+ 2
3
+ 2
4
+ 12
5
+ 1 2
6
+ 3 2
7
+ 2 E
8
+ 2 W
9
+ 2 0 W
10
+ 2 2 E
11
+ 1 0 S
12
+ 1 1 E
13
+ 2 1 W
14
+ 0 1 S
15
+ 0 3 E
16
+ 2 0 E
17
+ 2 2 W
18
+ 1 0 N
19
+ 1 1 W
20
+ 2 1 E
@@ -0,0 +1,12 @@
1
+ 5 5
2
+ 2
3
+ 2
4
+ 4
5
+ 1 2
6
+ 3 2
7
+ 2 N
8
+ 2 S
9
+ 1 3 W
10
+ 3 0 E
11
+ 1 0 S
12
+ 1 1 E
@@ -0,0 +1,16 @@
1
+ 5 5
2
+ 2
3
+ 2
4
+ 8
5
+ 1 2
6
+ 3 2
7
+ 2 N
8
+ 2 S
9
+ 2 0 W
10
+ 2 4 E
11
+ 1 0 S
12
+ 3 4 N
13
+ 3 3 W
14
+ 1 1 E
15
+ 1 3 N
16
+ 3 1 S
@@ -0,0 +1,9 @@
1
+ 5 5
2
+ 2
3
+ 1
4
+ 2
5
+ 1 0
6
+ 2 1
7
+ 2 N
8
+ 2 0 W
9
+ 3 0 W
@@ -0,0 +1,20 @@
1
+ 5 5
2
+ 4
3
+ 4
4
+ 8
5
+ 1 0
6
+ 4 1
7
+ 3 4
8
+ 0 3
9
+ 2 N
10
+ 2 S
11
+ 2 E
12
+ 2 W
13
+ 3 0 E
14
+ 4 3 S
15
+ 1 4 W
16
+ 0 1 N
17
+ 3 1 S
18
+ 3 3 W
19
+ 1 3 N
20
+ 1 1 E
@@ -0,0 +1,21 @@
1
+ 5 5
2
+ 4
3
+ 4
4
+ 9
5
+ 4 3
6
+ 1 4
7
+ 0 1
8
+ 3 0
9
+ 2 E
10
+ 2 W
11
+ 2 S
12
+ 2 N
13
+ 2 0 W
14
+ 4 2 N
15
+ 2 4 E
16
+ 0 2 S
17
+ 1 1 E
18
+ 3 1 S
19
+ 3 3 W
20
+ 1 3 N
21
+ 2 2 S
@@ -0,0 +1,17 @@
1
+ 9 9
2
+ 2
3
+ 2
4
+ 9
5
+ 2 4
6
+ 6 4
7
+ 4 E
8
+ 4 W
9
+ 7 4 N
10
+ 1 4 N
11
+ 1 8 N
12
+ 2 8 N
13
+ 3 8 N
14
+ 4 8 N
15
+ 5 8 N
16
+ 6 8 N
17
+ 7 8 N
@@ -0,0 +1,26 @@
1
+ 7 7
2
+ 2
3
+ 3
4
+ 17
5
+ 2 3
6
+ 4 3
7
+ 3 E
8
+ 3 W
9
+ 1 S
10
+ 1 0 S
11
+ 2 0 S
12
+ 3 0 S
13
+ 4 0 S
14
+ 5 0 S
15
+ 0 1 S
16
+ 1 1 S
17
+ 2 1 S
18
+ 3 1 S
19
+ 4 1 S
20
+ 5 1 S
21
+ 6 1 S
22
+ 1 2 S
23
+ 1 3 S
24
+ 1 4 S
25
+ 1 5 S
26
+ 1 6 S