@cyrilverloop/codingame-configuration 1.22.0 → 1.23.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 (296) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +1 -1
  3. package/config/easy/SimpleDiffTool/code/CGCode.cpp +29 -0
  4. package/config/easy/SimpleDiffTool/code/CGCode.java +30 -0
  5. package/config/easy/SimpleDiffTool/code/CGCode.js +14 -0
  6. package/config/easy/SimpleDiffTool/code/CGCode.php +17 -0
  7. package/config/easy/SimpleDiffTool/code/CGCode.ts +14 -0
  8. package/config/easy/SimpleDiffTool/config.json +78 -0
  9. package/config/easy/SimpleDiffTool/input/01 - Test - Add by content.txt +10 -0
  10. package/config/easy/SimpleDiffTool/input/02 - Test - Add by number.txt +10 -0
  11. package/config/easy/SimpleDiffTool/input/03 - Test - Delete by content.txt +8 -0
  12. package/config/easy/SimpleDiffTool/input/04 - Test - Delete by number.txt +8 -0
  13. package/config/easy/SimpleDiffTool/input/05 - Test - Change by content.txt +9 -0
  14. package/config/easy/SimpleDiffTool/input/06 - Test - Change by number.txt +9 -0
  15. package/config/easy/SimpleDiffTool/input/07 - Test - No diffs by content.txt +9 -0
  16. package/config/easy/SimpleDiffTool/input/08 - Test - No diffs by number.txt +9 -0
  17. package/config/easy/SimpleDiffTool/input/09 - Test - Moved lines by content.txt +9 -0
  18. package/config/easy/SimpleDiffTool/input/10 - Test - Moved lines by number.txt +9 -0
  19. package/config/easy/SimpleDiffTool/input/11 - Test - Multiple diffs by content.txt +24 -0
  20. package/config/easy/SimpleDiffTool/input/12 - Test - Multiple diffs by number.txt +24 -0
  21. package/config/easy/SimpleDiffTool/input/13 - Test - No lines by content.txt +3 -0
  22. package/config/easy/SimpleDiffTool/input/14 - Test - No lines by number.txt +3 -0
  23. package/config/easy/SimpleDiffTool/output/01 - Test - Add by content.txt +1 -0
  24. package/config/easy/SimpleDiffTool/output/02 - Test - Add by number.txt +2 -0
  25. package/config/easy/SimpleDiffTool/output/03 - Test - Delete by content.txt +1 -0
  26. package/config/easy/SimpleDiffTool/output/04 - Test - Delete by number.txt +2 -0
  27. package/config/easy/SimpleDiffTool/output/05 - Test - Change by content.txt +2 -0
  28. package/config/easy/SimpleDiffTool/output/06 - Test - Change by number.txt +1 -0
  29. package/config/easy/SimpleDiffTool/output/07 - Test - No diffs by content.txt +1 -0
  30. package/config/easy/SimpleDiffTool/output/08 - Test - No diffs by number.txt +1 -0
  31. package/config/easy/SimpleDiffTool/output/09 - Test - Moved lines by content.txt +3 -0
  32. package/config/easy/SimpleDiffTool/output/10 - Test - Moved lines by number.txt +3 -0
  33. package/config/easy/SimpleDiffTool/output/11 - Test - Multiple diffs by content.txt +9 -0
  34. package/config/easy/SimpleDiffTool/output/12 - Test - Multiple diffs by number.txt +5 -0
  35. package/config/easy/SimpleDiffTool/output/13 - Test - No lines by content.txt +1 -0
  36. package/config/easy/SimpleDiffTool/output/14 - Test - No lines by number.txt +1 -0
  37. package/config/{medium → hard}/GuessingDigits/config.json +1 -1
  38. package/config/hard/MountainRange/code/CGCode.cpp +22 -0
  39. package/config/hard/MountainRange/code/CGCode.java +23 -0
  40. package/config/hard/MountainRange/code/CGCode.js +11 -0
  41. package/config/hard/MountainRange/code/CGCode.php +11 -0
  42. package/config/hard/MountainRange/code/CGCode.ts +11 -0
  43. package/config/hard/MountainRange/config.json +123 -0
  44. package/config/hard/MountainRange/input/01 - Two summits.txt +7 -0
  45. package/config/hard/MountainRange/input/02 - Close summits.txt +7 -0
  46. package/config/hard/MountainRange/input/03 - Row of 11 peaks.txt +3 -0
  47. package/config/hard/MountainRange/input/04 - Two ridges.txt +13 -0
  48. package/config/hard/MountainRange/input/05 - Flat summits.txt +8 -0
  49. package/config/hard/MountainRange/input/06 - Aligned mountains.txt +16 -0
  50. package/config/hard/MountainRange/input/07 - Aligned valleys.txt +19 -0
  51. package/config/hard/MountainRange/input/08 - Intersecting ridges.txt +9 -0
  52. package/config/hard/MountainRange/input/09 - Nested mountains.txt +11 -0
  53. package/config/hard/MountainRange/input/10 - 8 + 8 + 6 + 6.txt +9 -0
  54. package/config/hard/MountainRange/input/11 - Partially hidden summit.txt +6 -0
  55. package/config/hard/MountainRange/input/12 - Test case of User123.txt +11 -0
  56. package/config/hard/MountainRange/input/13 - Two in front of three.txt +8 -0
  57. package/config/hard/MountainRange/input/14 - Two in front of one big mountain.txt +11 -0
  58. package/config/hard/MountainRange/input/15 - Four in front of one flat summit.txt +8 -0
  59. package/config/hard/MountainRange/input/16 - 8 pointed summits + 1 flat.txt +12 -0
  60. package/config/hard/MountainRange/input/17 - 2 + 3 + 2 + 3 + 2 + 2 + 2 + 2.txt +25 -0
  61. package/config/hard/MountainRange/input/18 - One in front of three.txt +12 -0
  62. package/config/hard/MountainRange/input/19 - Peak, flat summit, hidden slope.txt +9 -0
  63. package/config/hard/MountainRange/input/20 - Three summits, one hidden slope.txt +14 -0
  64. package/config/hard/MountainRange/input/21 - Two pairs.txt +8 -0
  65. package/config/hard/MountainRange/input/22 - 4 + 3 + 4 + 3 + 1 + 1.txt +14 -0
  66. package/config/hard/MountainRange/input/23 - 4 + 3 + 2 + 3 + 1 + 3 + 1 + 1.txt +14 -0
  67. package/config/hard/MountainRange/output/03 - Row of 11 peaks.txt +1 -0
  68. package/config/hard/MountainRange/output/04 - Two ridges.txt +1 -0
  69. package/config/hard/MountainRange/output/07 - Aligned valleys.txt +1 -0
  70. package/config/hard/MountainRange/output/08 - Intersecting ridges.txt +1 -0
  71. package/config/hard/MountainRange/output/09 - Nested mountains.txt +1 -0
  72. package/config/hard/MountainRange/output/10 - 8 + 8 + 6 + 6.txt +1 -0
  73. package/config/hard/MountainRange/output/11 - Partially hidden summit.txt +1 -0
  74. package/config/hard/MountainRange/output/12 - Test case of User123.txt +1 -0
  75. package/config/hard/MountainRange/output/13 - Two in front of three.txt +1 -0
  76. package/config/hard/MountainRange/output/14 - Two in front of one big mountain.txt +1 -0
  77. package/config/hard/MountainRange/output/15 - Four in front of one flat summit.txt +1 -0
  78. package/config/hard/MountainRange/output/16 - 8 pointed summits + 1 flat.txt +1 -0
  79. package/config/hard/MountainRange/output/17 - 2 + 3 + 2 + 3 + 2 + 2 + 2 + 2.txt +1 -0
  80. package/config/hard/MountainRange/output/19 - Peak, flat summit, hidden slope.txt +1 -0
  81. package/config/hard/MountainRange/output/20 - Three summits, one hidden slope.txt +1 -0
  82. package/config/hard/MountainRange/output/21 - Two pairs.txt +1 -0
  83. package/config/hard/MountainRange/output/22 - 4 + 3 + 4 + 3 + 1 + 1.txt +1 -0
  84. package/config/hard/MountainRange/output/23 - 4 + 3 + 2 + 3 + 1 + 3 + 1 + 1.txt +1 -0
  85. package/config/{medium → hard}/ParseSQLQueries/config.json +1 -1
  86. package/config/{expert → hard}/RecurringDecimals/config.json +1 -1
  87. package/config/{medium → hard}/Surakarta/config.json +1 -1
  88. package/config/hard/Surakarta/output/02 - multiple ways.txt +1 -0
  89. package/config/hard/Surakarta/output/04 - pass on yourself.txt +1 -0
  90. package/config/hard/Surakarta/output/05 - angles are not OK.txt +1 -0
  91. package/config/hard/Surakarta/output/07 - it works.txt +1 -0
  92. package/config/hard/Surakarta/output/10 - real test.txt +1 -0
  93. package/config/medium/DistinctCircularLinkedLists/code/CGCode.cpp +21 -0
  94. package/config/medium/DistinctCircularLinkedLists/code/CGCode.java +19 -0
  95. package/config/medium/DistinctCircularLinkedLists/code/CGCode.js +9 -0
  96. package/config/medium/DistinctCircularLinkedLists/code/CGCode.php +11 -0
  97. package/config/medium/DistinctCircularLinkedLists/code/CGCode.ts +9 -0
  98. package/config/medium/DistinctCircularLinkedLists/config.json +103 -0
  99. package/config/medium/DistinctCircularLinkedLists/input/01 - Example.txt +4 -0
  100. package/config/medium/DistinctCircularLinkedLists/input/02 - Random Nodes.txt +5 -0
  101. package/config/medium/DistinctCircularLinkedLists/input/03 - More Nodes.txt +8 -0
  102. package/config/medium/DistinctCircularLinkedLists/input/04 - Just One.txt +2 -0
  103. package/config/medium/DistinctCircularLinkedLists/input/05 - Even More Nodes.txt +10 -0
  104. package/config/medium/DistinctCircularLinkedLists/input/06 - Repeated Nodes.txt +6 -0
  105. package/config/medium/DistinctCircularLinkedLists/input/07 - Multiple Repeating Nodes.txt +9 -0
  106. package/config/medium/DistinctCircularLinkedLists/input/08 - Just One Again.txt +10 -0
  107. package/config/medium/DistinctCircularLinkedLists/input/09 - Good Pairing.txt +9 -0
  108. package/config/medium/DistinctCircularLinkedLists/input/10 - More Nodes 2.txt +13 -0
  109. package/config/medium/DistinctCircularLinkedLists/input/11 - Similar CLLs.txt +17 -0
  110. package/config/medium/DistinctCircularLinkedLists/input/12 - Even More Nodes 2.txt +31 -0
  111. package/config/medium/DistinctCircularLinkedLists/input/13 - Large CLLs.txt +61 -0
  112. package/config/medium/DistinctCircularLinkedLists/input/14 - Many Different Nodes.txt +101 -0
  113. package/config/medium/DistinctCircularLinkedLists/input/15 - Node Spam.txt +497 -0
  114. package/config/medium/DistinctCircularLinkedLists/input/16 - More Node Spam.txt +1000 -0
  115. package/config/medium/DistinctCircularLinkedLists/input/17 - Very Similar CLLs.txt +1985 -0
  116. package/config/medium/DistinctCircularLinkedLists/input/18 - Too Similar CLLs.txt +3361 -0
  117. package/config/medium/DistinctCircularLinkedLists/input/19 - Absolute Limit.txt +3997 -0
  118. package/config/medium/DistinctCircularLinkedLists/output/01 - Example.txt +1 -0
  119. package/config/medium/DistinctCircularLinkedLists/output/02 - Random Nodes.txt +1 -0
  120. package/config/medium/DistinctCircularLinkedLists/output/03 - More Nodes.txt +1 -0
  121. package/config/medium/DistinctCircularLinkedLists/output/04 - Just One.txt +1 -0
  122. package/config/medium/DistinctCircularLinkedLists/output/05 - Even More Nodes.txt +1 -0
  123. package/config/medium/DistinctCircularLinkedLists/output/06 - Repeated Nodes.txt +1 -0
  124. package/config/medium/DistinctCircularLinkedLists/output/07 - Multiple Repeating Nodes.txt +1 -0
  125. package/config/medium/DistinctCircularLinkedLists/output/08 - Just One Again.txt +1 -0
  126. package/config/medium/DistinctCircularLinkedLists/output/09 - Good Pairing.txt +1 -0
  127. package/config/medium/DistinctCircularLinkedLists/output/10 - More Nodes 2.txt +1 -0
  128. package/config/medium/DistinctCircularLinkedLists/output/11 - Similar CLLs.txt +1 -0
  129. package/config/medium/DistinctCircularLinkedLists/output/12 - Even More Nodes 2.txt +1 -0
  130. package/config/medium/DistinctCircularLinkedLists/output/13 - Large CLLs.txt +1 -0
  131. package/config/medium/DistinctCircularLinkedLists/output/14 - Many Different Nodes.txt +1 -0
  132. package/config/medium/DistinctCircularLinkedLists/output/15 - Node Spam.txt +1 -0
  133. package/config/medium/DistinctCircularLinkedLists/output/16 - More Node Spam.txt +1 -0
  134. package/config/medium/DistinctCircularLinkedLists/output/17 - Very Similar CLLs.txt +1 -0
  135. package/config/medium/DistinctCircularLinkedLists/output/18 - Too Similar CLLs.txt +1 -0
  136. package/config/medium/DistinctCircularLinkedLists/output/19 - Absolute Limit.txt +1 -0
  137. package/config/{easy → medium}/NoMorePythonsPlease/config.json +1 -1
  138. package/config/medium/SantasGarland/code/CGCode.cpp +27 -0
  139. package/config/medium/SantasGarland/code/CGCode.java +24 -0
  140. package/config/medium/SantasGarland/code/CGCode.js +17 -0
  141. package/config/medium/SantasGarland/code/CGCode.php +12 -0
  142. package/config/medium/SantasGarland/code/CGCode.ts +17 -0
  143. package/config/medium/SantasGarland/config.json +68 -0
  144. package/config/medium/SantasGarland/input/01 - Simple Path.txt +4 -0
  145. package/config/medium/SantasGarland/input/02 - Disconnected.txt +4 -0
  146. package/config/medium/SantasGarland/input/03 - Triangle with Alternative Path.txt +6 -0
  147. package/config/medium/SantasGarland/input/04 - Hexagon Bad Diagonal.txt +9 -0
  148. package/config/medium/SantasGarland/input/05 - Mid-failure with Bypass.txt +11 -0
  149. package/config/medium/SantasGarland/input/06 - Hub Blocked (different path lengths).txt +11 -0
  150. package/config/medium/SantasGarland/input/07 - Shortcut vs Two Detours.txt +12 -0
  151. package/config/medium/SantasGarland/input/08 - Grid Traversal.txt +14 -0
  152. package/config/medium/SantasGarland/input/09 - Fuses Blow at Final Step.txt +6 -0
  153. package/config/medium/SantasGarland/input/10 - Circle Complete Graph.txt +82 -0
  154. package/config/medium/SantasGarland/input/11 - Hamiltonian 10x10 Grid.txt +102 -0
  155. package/config/medium/SantasGarland/input/12 - Triple Path Challenge.txt +102 -0
  156. package/config/medium/SantasGarland/output/01 - Simple Path.txt +1 -0
  157. package/config/medium/SantasGarland/output/02 - Disconnected.txt +1 -0
  158. package/config/medium/SantasGarland/output/03 - Triangle with Alternative Path.txt +1 -0
  159. package/config/medium/SantasGarland/output/04 - Hexagon Bad Diagonal.txt +1 -0
  160. package/config/medium/SantasGarland/output/05 - Mid-failure with Bypass.txt +1 -0
  161. package/config/medium/SantasGarland/output/06 - Hub Blocked (different path lengths).txt +1 -0
  162. package/config/medium/SantasGarland/output/07 - Shortcut vs Two Detours.txt +1 -0
  163. package/config/medium/SantasGarland/output/08 - Grid Traversal.txt +1 -0
  164. package/config/medium/SantasGarland/output/09 - Fuses Blow at Final Step.txt +1 -0
  165. package/config/medium/SantasGarland/output/10 - Circle Complete Graph.txt +1 -0
  166. package/config/medium/SantasGarland/output/11 - Hamiltonian 10x10 Grid.txt +1 -0
  167. package/config/medium/SantasGarland/output/12 - Triple Path Challenge.txt +1 -0
  168. package/config/{easy → medium}/TheAlienBusinessOfCows/config.json +1 -1
  169. package/config/medium/TheQueensTrekWythoffsGame/code/CGCode.cpp +18 -0
  170. package/config/medium/TheQueensTrekWythoffsGame/code/CGCode.java +17 -0
  171. package/config/medium/TheQueensTrekWythoffsGame/code/CGCode.js +8 -0
  172. package/config/medium/TheQueensTrekWythoffsGame/code/CGCode.php +7 -0
  173. package/config/medium/TheQueensTrekWythoffsGame/code/CGCode.ts +8 -0
  174. package/config/medium/TheQueensTrekWythoffsGame/config.json +63 -0
  175. package/config/medium/TheQueensTrekWythoffsGame/input/01 - empty piles.txt +1 -0
  176. package/config/medium/TheQueensTrekWythoffsGame/input/02 - 1 move - pile 1 empty.txt +1 -0
  177. package/config/medium/TheQueensTrekWythoffsGame/input/03 - 1 move - pile 2 empty.txt +1 -0
  178. package/config/medium/TheQueensTrekWythoffsGame/input/04 - 1 move - 2 piles.txt +1 -0
  179. package/config/medium/TheQueensTrekWythoffsGame/input/05 - Simple one.txt +1 -0
  180. package/config/medium/TheQueensTrekWythoffsGame/input/06 - First win - 1.txt +1 -0
  181. package/config/medium/TheQueensTrekWythoffsGame/input/07 - Second win - 1.txt +1 -0
  182. package/config/medium/TheQueensTrekWythoffsGame/input/08 - First win - 2.txt +1 -0
  183. package/config/medium/TheQueensTrekWythoffsGame/input/09 - Second win - 2.txt +1 -0
  184. package/config/medium/TheQueensTrekWythoffsGame/input/10 - First win - 3.txt +1 -0
  185. package/config/medium/TheQueensTrekWythoffsGame/input/11 - Second win - 3.txt +1 -0
  186. package/config/medium/TheQueensTrekWythoffsGame/output/01 - empty piles.txt +1 -0
  187. package/config/medium/TheQueensTrekWythoffsGame/output/02 - 1 move - pile 1 empty.txt +1 -0
  188. package/config/medium/TheQueensTrekWythoffsGame/output/03 - 1 move - pile 2 empty.txt +1 -0
  189. package/config/medium/TheQueensTrekWythoffsGame/output/04 - 1 move - 2 piles.txt +1 -0
  190. package/config/medium/TheQueensTrekWythoffsGame/output/05 - Simple one.txt +1 -0
  191. package/config/medium/TheQueensTrekWythoffsGame/output/06 - First win - 1.txt +1 -0
  192. package/config/medium/TheQueensTrekWythoffsGame/output/07 - Second win - 1.txt +1 -0
  193. package/config/medium/TheQueensTrekWythoffsGame/output/08 - First win - 2.txt +1 -0
  194. package/config/medium/TheQueensTrekWythoffsGame/output/09 - Second win - 2.txt +1 -0
  195. package/config/medium/TheQueensTrekWythoffsGame/output/10 - First win - 3.txt +1 -0
  196. package/config/medium/TheQueensTrekWythoffsGame/output/11 - Second win - 3.txt +1 -0
  197. package/package.json +1 -1
  198. /package/config/{medium → hard}/GuessingDigits/code/CGCode.js +0 -0
  199. /package/config/{medium → hard}/GuessingDigits/code/CGCode.php +0 -0
  200. /package/config/{medium → hard}/GuessingDigits/input/01 - test 1.txt +0 -0
  201. /package/config/{medium → hard}/GuessingDigits/input/02 - test 2.txt +0 -0
  202. /package/config/{medium → hard}/GuessingDigits/input/03 - test 3.txt +0 -0
  203. /package/config/{medium → hard}/GuessingDigits/input/04 - test 4.txt +0 -0
  204. /package/config/{medium → hard}/GuessingDigits/input/05 - test 5.txt +0 -0
  205. /package/config/{medium → hard}/GuessingDigits/input/06 - test 6.txt +0 -0
  206. /package/config/{medium → hard}/GuessingDigits/input/07 - test 7.txt +0 -0
  207. /package/config/{medium → hard}/GuessingDigits/input/08 - test 8.txt +0 -0
  208. /package/config/{medium → hard}/GuessingDigits/output/01 - test 1.txt +0 -0
  209. /package/config/{medium → hard}/GuessingDigits/output/02 - test 2.txt +0 -0
  210. /package/config/{medium → hard}/GuessingDigits/output/03 - test 3.txt +0 -0
  211. /package/config/{medium → hard}/GuessingDigits/output/04 - test 4.txt +0 -0
  212. /package/config/{medium → hard}/GuessingDigits/output/05 - test 5.txt +0 -0
  213. /package/config/{medium → hard}/GuessingDigits/output/06 - test 6.txt +0 -0
  214. /package/config/{medium → hard}/GuessingDigits/output/07 - test 7.txt +0 -0
  215. /package/config/{medium → hard}/GuessingDigits/output/08 - test 8.txt +0 -0
  216. /package/config/{medium/Surakarta/output/05 - angles are not OK.txt → hard/MountainRange/output/01 - Two summits.txt} +0 -0
  217. /package/config/{medium/Surakarta/output/02 - multiple ways.txt → hard/MountainRange/output/02 - Close summits.txt} +0 -0
  218. /package/config/{medium/Surakarta/output/07 - it works.txt → hard/MountainRange/output/05 - Flat summits.txt} +0 -0
  219. /package/config/{medium/Surakarta/output/10 - real test.txt → hard/MountainRange/output/06 - Aligned mountains.txt} +0 -0
  220. /package/config/{medium/Surakarta/output/04 - pass on yourself.txt → hard/MountainRange/output/18 - One in front of three.txt} +0 -0
  221. /package/config/{medium → hard}/ParseSQLQueries/code/CGCode.js +0 -0
  222. /package/config/{medium → hard}/ParseSQLQueries/code/CGCode.php +0 -0
  223. /package/config/{medium → hard}/ParseSQLQueries/input/01 - select all.txt +0 -0
  224. /package/config/{medium → hard}/ParseSQLQueries/input/02 - Select from where.txt +0 -0
  225. /package/config/{medium → hard}/ParseSQLQueries/input/03 - Order by ascending.txt +0 -0
  226. /package/config/{medium → hard}/ParseSQLQueries/input/04 - Order by descending.txt +0 -0
  227. /package/config/{medium → hard}/ParseSQLQueries/input/05 - Slightly more advanced.txt +0 -0
  228. /package/config/{medium → hard}/ParseSQLQueries/output/01 - select all.txt +0 -0
  229. /package/config/{medium → hard}/ParseSQLQueries/output/02 - Select from where.txt +0 -0
  230. /package/config/{medium → hard}/ParseSQLQueries/output/03 - Order by ascending.txt +0 -0
  231. /package/config/{medium → hard}/ParseSQLQueries/output/04 - Order by descending.txt +0 -0
  232. /package/config/{medium → hard}/ParseSQLQueries/output/05 - Slightly more advanced.txt +0 -0
  233. /package/config/{expert → hard}/RecurringDecimals/code/CGCode.cpp +0 -0
  234. /package/config/{expert → hard}/RecurringDecimals/code/CGCode.java +0 -0
  235. /package/config/{expert → hard}/RecurringDecimals/code/CGCode.js +0 -0
  236. /package/config/{expert → hard}/RecurringDecimals/code/CGCode.php +0 -0
  237. /package/config/{expert → hard}/RecurringDecimals/code/CGCode.ts +0 -0
  238. /package/config/{expert → hard}/RecurringDecimals/input/01 - Small Terminating.txt +0 -0
  239. /package/config/{expert → hard}/RecurringDecimals/input/02 - Medium Terminating.txt +0 -0
  240. /package/config/{expert → hard}/RecurringDecimals/input/03 - Large Terminating.txt +0 -0
  241. /package/config/{expert → hard}/RecurringDecimals/input/04 - Small Non-Terminating.txt +0 -0
  242. /package/config/{expert → hard}/RecurringDecimals/input/05 - Medium Non-Terminating.txt +0 -0
  243. /package/config/{expert → hard}/RecurringDecimals/input/06 - Large Non Terminating.txt +0 -0
  244. /package/config/{expert → hard}/RecurringDecimals/input/07 - Small Mixed.txt +0 -0
  245. /package/config/{expert → hard}/RecurringDecimals/input/08 - Large Mixed.txt +0 -0
  246. /package/config/{expert → hard}/RecurringDecimals/input/09 - Test 9.txt +0 -0
  247. /package/config/{expert → hard}/RecurringDecimals/output/01 - Small Terminating.txt +0 -0
  248. /package/config/{expert → hard}/RecurringDecimals/output/02 - Medium Terminating.txt +0 -0
  249. /package/config/{expert → hard}/RecurringDecimals/output/03 - Large Terminating.txt +0 -0
  250. /package/config/{expert → hard}/RecurringDecimals/output/04 - Small Non-Terminating.txt +0 -0
  251. /package/config/{expert → hard}/RecurringDecimals/output/05 - Medium Non-Terminating.txt +0 -0
  252. /package/config/{expert → hard}/RecurringDecimals/output/06 - Large Non Terminating.txt +0 -0
  253. /package/config/{expert → hard}/RecurringDecimals/output/07 - Small Mixed.txt +0 -0
  254. /package/config/{expert → hard}/RecurringDecimals/output/08 - Large Mixed.txt +0 -0
  255. /package/config/{expert → hard}/RecurringDecimals/output/09 - Test 9.txt +0 -0
  256. /package/config/{medium → hard}/Surakarta/code/CGCode.js +0 -0
  257. /package/config/{medium → hard}/Surakarta/code/CGCode.php +0 -0
  258. /package/config/{medium → hard}/Surakarta/input/01 - around the world.txt +0 -0
  259. /package/config/{medium → hard}/Surakarta/input/02 - multiple ways.txt +0 -0
  260. /package/config/{medium → hard}/Surakarta/input/03 - impossible.txt +0 -0
  261. /package/config/{medium → hard}/Surakarta/input/04 - pass on yourself.txt +0 -0
  262. /package/config/{medium → hard}/Surakarta/input/05 - angles are not OK.txt +0 -0
  263. /package/config/{medium → hard}/Surakarta/input/06 - we have a problem.txt +0 -0
  264. /package/config/{medium → hard}/Surakarta/input/07 - it works.txt +0 -0
  265. /package/config/{medium → hard}/Surakarta/input/08 - number test.txt +0 -0
  266. /package/config/{medium → hard}/Surakarta/input/09 - crossway.txt +0 -0
  267. /package/config/{medium → hard}/Surakarta/input/10 - real test.txt +0 -0
  268. /package/config/{medium → hard}/Surakarta/output/01 - around the world.txt +0 -0
  269. /package/config/{medium → hard}/Surakarta/output/03 - impossible.txt +0 -0
  270. /package/config/{medium → hard}/Surakarta/output/06 - we have a problem.txt +0 -0
  271. /package/config/{medium → hard}/Surakarta/output/08 - number test.txt +0 -0
  272. /package/config/{medium → hard}/Surakarta/output/09 - crossway.txt +0 -0
  273. /package/config/{easy → medium}/NoMorePythonsPlease/code/CGCode.js +0 -0
  274. /package/config/{easy → medium}/NoMorePythonsPlease/code/CGCode.php +0 -0
  275. /package/config/{easy → medium}/NoMorePythonsPlease/input/01 - easy (one snake).txt +0 -0
  276. /package/config/{easy → medium}/NoMorePythonsPlease/input/02 - medium 1 (3 snakes, one pattern).txt +0 -0
  277. /package/config/{easy → medium}/NoMorePythonsPlease/input/03 - medium 2 (more than 1 large snake).txt +0 -0
  278. /package/config/{easy → medium}/NoMorePythonsPlease/input/04 - hard (one VERY large snake).txt +0 -0
  279. /package/config/{easy → medium}/NoMorePythonsPlease/input/05 - snake madness (for geeks).txt +0 -0
  280. /package/config/{easy → medium}/NoMorePythonsPlease/output/01 - easy (one snake).txt +0 -0
  281. /package/config/{easy → medium}/NoMorePythonsPlease/output/02 - medium 1 (3 snakes, one pattern).txt +0 -0
  282. /package/config/{easy → medium}/NoMorePythonsPlease/output/03 - medium 2 (more than 1 large snake).txt +0 -0
  283. /package/config/{easy → medium}/NoMorePythonsPlease/output/04 - hard (one VERY large snake).txt +0 -0
  284. /package/config/{easy → medium}/NoMorePythonsPlease/output/05 - snake madness (for geeks).txt +0 -0
  285. /package/config/{easy → medium}/TheAlienBusinessOfCows/code/CGCode.js +0 -0
  286. /package/config/{easy → medium}/TheAlienBusinessOfCows/code/CGCode.php +0 -0
  287. /package/config/{easy → medium}/TheAlienBusinessOfCows/input/01 - United Steak of America.txt +0 -0
  288. /package/config/{easy → medium}/TheAlienBusinessOfCows/input/02 - Free Tacow !.txt +0 -0
  289. /package/config/{easy → medium}/TheAlienBusinessOfCows/input/03 - Is that a Mowse.txt +0 -0
  290. /package/config/{easy → medium}/TheAlienBusinessOfCows/input/04 - Those missions are stupid.txt +0 -0
  291. /package/config/{easy → medium}/TheAlienBusinessOfCows/input/05 - Union of Steak Amateurs.txt +0 -0
  292. /package/config/{easy → medium}/TheAlienBusinessOfCows/output/01 - United Steak of America.txt +0 -0
  293. /package/config/{easy → medium}/TheAlienBusinessOfCows/output/02 - Free Tacow !.txt +0 -0
  294. /package/config/{easy → medium}/TheAlienBusinessOfCows/output/03 - Is that a Mowse.txt +0 -0
  295. /package/config/{easy → medium}/TheAlienBusinessOfCows/output/04 - Those missions are stupid.txt +0 -0
  296. /package/config/{easy → medium}/TheAlienBusinessOfCows/output/05 - Union of Steak Amateurs.txt +0 -0
@@ -0,0 +1,103 @@
1
+ {
2
+ "path": "medium/DistinctCircularLinkedLists",
3
+ "name": "Distinct Circular Linked Lists",
4
+ "alphanumName": "DistinctCircularLinkedLists",
5
+ "link": "https://www.codingame.com/ide/puzzle/distinct-circular-linked-lists",
6
+ "tests": [
7
+ {
8
+ "name": "Example",
9
+ "alphanumName": "Example",
10
+ "file": "01 - Example.txt"
11
+ },
12
+ {
13
+ "name": "Random Nodes",
14
+ "alphanumName": "RandomNodes",
15
+ "file": "02 - Random Nodes.txt"
16
+ },
17
+ {
18
+ "name": "More Nodes",
19
+ "alphanumName": "MoreNodes",
20
+ "file": "03 - More Nodes.txt"
21
+ },
22
+ {
23
+ "name": "Just One",
24
+ "alphanumName": "JustOne",
25
+ "file": "04 - Just One.txt"
26
+ },
27
+ {
28
+ "name": "Even More Nodes",
29
+ "alphanumName": "EvenMoreNodes",
30
+ "file": "05 - Even More Nodes.txt"
31
+ },
32
+ {
33
+ "name": "Repeated Nodes",
34
+ "alphanumName": "RepeatedNodes",
35
+ "file": "06 - Repeated Nodes.txt"
36
+ },
37
+ {
38
+ "name": "Multiple Repeating Nodes",
39
+ "alphanumName": "MultipleRepeatingNodes",
40
+ "file": "07 - Multiple Repeating Nodes.txt"
41
+ },
42
+ {
43
+ "name": "Just One Again",
44
+ "alphanumName": "JustOneAgain",
45
+ "file": "08 - Just One Again.txt"
46
+ },
47
+ {
48
+ "name": "Good Pairing",
49
+ "alphanumName": "GoodPairing",
50
+ "file": "09 - Good Pairing.txt"
51
+ },
52
+ {
53
+ "name": "More Nodes",
54
+ "alphanumName": "MoreNodes2",
55
+ "file": "10 - More Nodes 2.txt"
56
+ },
57
+ {
58
+ "name": "Similar CLLs",
59
+ "alphanumName": "SimilarCLLs",
60
+ "file": "11 - Similar CLLs.txt"
61
+ },
62
+ {
63
+ "name": "Even More Nodes",
64
+ "alphanumName": "EvenMoreNodes2",
65
+ "file": "12 - Even More Nodes 2.txt"
66
+ },
67
+ {
68
+ "name": "Large CLLs",
69
+ "alphanumName": "LargeCLLs",
70
+ "file": "13 - Large CLLs.txt"
71
+ },
72
+ {
73
+ "name": "Many Different Nodes",
74
+ "alphanumName": "ManyDifferentNodes",
75
+ "file": "14 - Many Different Nodes.txt"
76
+ },
77
+ {
78
+ "name": "Node Spam",
79
+ "alphanumName": "NodeSpam",
80
+ "file": "15 - Node Spam.txt"
81
+ },
82
+ {
83
+ "name": "More Node Spam",
84
+ "alphanumName": "MoreNodeSpam",
85
+ "file": "16 - More Node Spam.txt"
86
+ },
87
+ {
88
+ "name": "Very Similar CLLs",
89
+ "alphanumName": "VerySimilarCLLs",
90
+ "file": "17 - Very Similar CLLs.txt"
91
+ },
92
+ {
93
+ "name": "Too Similar CLLs",
94
+ "alphanumName": "TooSimilarCLLs",
95
+ "file": "18 - Too Similar CLLs.txt"
96
+ },
97
+ {
98
+ "name": "Absolute Limit",
99
+ "alphanumName": "AbsoluteLimit",
100
+ "file": "19 - Absolute Limit.txt"
101
+ }
102
+ ]
103
+ }
@@ -0,0 +1,8 @@
1
+ 7
2
+ 829083
3
+ -380929
4
+ 710848920
5
+ -28
6
+ 4793
7
+ 0
8
+ 977
@@ -0,0 +1,10 @@
1
+ 9
2
+ 3920
3
+ -3
4
+ 78949
5
+ 9
6
+ -990388291
7
+ 7924
8
+ 284971
9
+ -9904829
10
+ -1343
@@ -0,0 +1,9 @@
1
+ 8
2
+ 420
3
+ -94
4
+ -94
5
+ 781
6
+ 781
7
+ 420
8
+ 420
9
+ 420
@@ -0,0 +1,13 @@
1
+ 12
2
+ 548463606
3
+ -842930019
4
+ -431523441
5
+ -842930019
6
+ -431523441
7
+ -863771485
8
+ -842930019
9
+ -431523441
10
+ -431523441
11
+ 548463606
12
+ 548463606
13
+ -431523441
@@ -0,0 +1,17 @@
1
+ 16
2
+ -1
3
+ -1
4
+ 683
5
+ 849
6
+ 4823
7
+ 4823
8
+ -1
9
+ 849
10
+ 849
11
+ 683
12
+ 683
13
+ 683
14
+ -1
15
+ 4823
16
+ 849
17
+ 4823
@@ -0,0 +1,31 @@
1
+ 30
2
+ -601857381
3
+ 110162241
4
+ -299369557
5
+ 317404463
6
+ 110162241
7
+ -313909964
8
+ -299369557
9
+ -313909964
10
+ 317404463
11
+ -313909964
12
+ 317404463
13
+ -299369557
14
+ 110162241
15
+ 110162241
16
+ 317404463
17
+ 317404463
18
+ -313909964
19
+ -299369557
20
+ 110162241
21
+ 110162241
22
+ -299369557
23
+ 317404463
24
+ 110162241
25
+ 110162241
26
+ 317404463
27
+ 110162241
28
+ -313909964
29
+ 110162241
30
+ -313909964
31
+ -299369557
@@ -0,0 +1,61 @@
1
+ 60
2
+ 3817976
3
+ -1034157
4
+ -2639666
5
+ -4911653
6
+ 8667817
7
+ -2639666
8
+ -8506265
9
+ 9358949
10
+ -1034157
11
+ -2639666
12
+ 3777080
13
+ -4911653
14
+ -2639666
15
+ 8667817
16
+ 3667452
17
+ 9358949
18
+ -1034157
19
+ 8667817
20
+ 5045603
21
+ 3817976
22
+ 3667452
23
+ 9358949
24
+ 9358949
25
+ 3777080
26
+ -1034157
27
+ 9358949
28
+ 9358949
29
+ 8667817
30
+ 3777080
31
+ 8667817
32
+ -1034157
33
+ 3777080
34
+ 5273503
35
+ 9358949
36
+ -1034157
37
+ 8667817
38
+ -8506265
39
+ 3777080
40
+ 3817976
41
+ -2639666
42
+ -4911653
43
+ 8667817
44
+ 8667817
45
+ -8506265
46
+ -4911653
47
+ -4911653
48
+ -8506265
49
+ 8667817
50
+ 3667452
51
+ 9358949
52
+ 3667452
53
+ 3667452
54
+ -1034157
55
+ 3667452
56
+ -1034157
57
+ 3777080
58
+ -4911653
59
+ 3667452
60
+ 3667452
61
+ 3817976
@@ -0,0 +1,101 @@
1
+ 100
2
+ 136179
3
+ 305000
4
+ -350114
5
+ 766790
6
+ 467256
7
+ 846763
8
+ 525990
9
+ 741423
10
+ 295957
11
+ -376855
12
+ 866498
13
+ -460153
14
+ -132575
15
+ 650557
16
+ 441650
17
+ -585722
18
+ 866498
19
+ 836025
20
+ 467256
21
+ 956167
22
+ -484079
23
+ 793710
24
+ -188920
25
+ -251384
26
+ -322538
27
+ 956167
28
+ -795284
29
+ -376855
30
+ -322538
31
+ -755513
32
+ 305000
33
+ 467256
34
+ -585722
35
+ 295957
36
+ -594844
37
+ -405283
38
+ -585722
39
+ 588795
40
+ 441650
41
+ -376855
42
+ -647101
43
+ -322538
44
+ 201554
45
+ -710204
46
+ 554001
47
+ -143736
48
+ -795284
49
+ 441650
50
+ 756672
51
+ 201554
52
+ 295957
53
+ -803595
54
+ 866498
55
+ 588795
56
+ -251384
57
+ -372724
58
+ 793710
59
+ -372724
60
+ -251384
61
+ 201554
62
+ 261046
63
+ 660091
64
+ -795284
65
+ -803595
66
+ 741423
67
+ 725571
68
+ 261046
69
+ -806082
70
+ -806082
71
+ -594844
72
+ 756672
73
+ 852878
74
+ -166541
75
+ 956167
76
+ 364973
77
+ -975369
78
+ 305000
79
+ 588795
80
+ 432167
81
+ -166541
82
+ -647101
83
+ 836025
84
+ -304451
85
+ -143736
86
+ 995493
87
+ 756672
88
+ -806082
89
+ 846763
90
+ -153654
91
+ 136179
92
+ 554001
93
+ 525990
94
+ 525990
95
+ 846763
96
+ 995493
97
+ -166541
98
+ -372724
99
+ -405283
100
+ 840678
101
+ -132575