Skip to content

List of Rust Kata to Update to 1.49

Steffan edited this page Jan 16, 2021 · 22 revisions

Rust 1.49 was added, but the following kata are not compatible. Please help updating them.

This is most likely because rand changed gen_range(a, b) to gen_range(a..b).

  1. Assembler interpreter (part II)
  2. BECOME IMMORTAL
  3. Blobservation 2: Merge Inert Blobs
  4. Bloxorz Solver
  5. Bouncing Balls
  6. Cafeteria
  7. Calculate BMI
  8. Decode the Morse code
  9. Esolang Interpreters #3 - Custom Paintf**k Interpreter
  10. Esolang Interpreters #4 - Boolfuck Interpreter
  11. Euler's method for a first-order ODE
  12. Factorial decomposition
  13. Factorial tail
  14. Game - Electrons around the cores
  15. GCD sum
  16. Generate range of integers
  17. get character from ASCII Value
  18. Get Nth Even Number
  19. Get the mean of an array
  20. Going to the cinema
  21. Grasshopper - Check for factor
  22. Grasshopper - Summation
  23. Grasshopper - Terminal game move function
  24. Gravity Flip
  25. Grid index
  26. Growth of a Population
  27. Help the bookseller !
  28. Hexagon Beam Max Sum
  29. Hidden "Cubic" numbers
  30. Holiday VI - Shark Pontoon
  31. How Green Is My Valley?
  32. How many consecutive numbers are needed?
  33. How many days are we represented in a foreign country?
  34. If you can't sleep, just count sheep!!
  35. Interlaced Spiral Cipher
  36. Invert values
  37. Iron Sphinx #2 - Wolves
  38. Is a number prime?
  39. Is n divisible by x and y?
  40. Is There an Odd Bit?
  41. Iterative Rotation Cipher
  42. Josephus Survivor
  43. Jumping Number (Special Numbers Series #4)
  44. Keep Hydrated!
  45. L1: Bartender, drinks!
  46. L2: Triple X
  47. Larger Product or Sum
  48. Largest 5 digit number in a series
  49. Last digit of a huge number
  50. Leaderboard climbers
  51. Leap Years
  52. Longest vowel chain
  53. Magnitude
  54. Make the Deadfish swim
  55. Matching And Substituting
  56. max diff - easy
  57. Max-min arrays
  58. Maximum Gap (Array Series #4)
  59. Maximum Length Difference
  60. Maximum Product
  61. Maximum Triplet Sum (Array Series #7)
  62. Meeting
  63. Mexican Wave
  64. Minimize Sum Of Array (Array Series #1)
  65. Minimum Steps (Array Series #6)
  66. Mirror, mirror, on the wall...
  67. Most Frequent Weekdays
  68. Multiplication table for number
  69. N Linear
  70. N-th Power
  71. Next bigger number with the same digits
  72. Next smaller number with the same digits
  73. Nth power rules them all!
  74. Nth Smallest Element (Array Series #4)
  75. Number of trailing zeros of N!
  76. Numbers in strings
  77. Odd or Even?
  78. Ones and Zeros
  79. Operations on sequences
  80. Operations with sequence
  81. Pandemia 🌡️
  82. Parts of a list
  83. Pascal's Triangle
  84. Peak array index
  85. Phone Directory
  86. Plants and Zombies
  87. Playing with digits
  88. Playing with passphrases
  89. Positions Average
  90. Power of two
  91. Powers of i
  92. Prime reduction
  93. Primorial Of a Number
  94. Printer Errors
  95. Product Array (Array Series #5)
  96. Product Of Maximums Of Array (Array Series #2)
  97. Pyramid Array
  98. Pyramid Slide Down
  99. Rail Fence Cipher: Encoding and Decoding
  100. Rainfall
  101. Range Extraction
  102. Range of Integers in an Unsorted String
  103. Ranking NBA teams
  104. Red Knight
  105. Regex validate PIN code
  106. Remove duplicate words
  107. Remove First and Last Character
  108. Remove the parentheses
  109. Replace all items
  110. Resistor Color Codes, Part 2
  111. Return the first M multiples of N
  112. Returning Strings
  113. Reverse words
  114. Reversed Strings
  115. Reversing a Process
  116. RGB To Hex Conversion
  117. Right in the Centre
  118. Robinson Crusoe
  119. RoboScript #1 - Implement Syntax Highlighting
  120. RoboScript #2 - Implement the RS1 Specification
  121. RoboScript #3 - Implement the RS2 Specification
  122. Roman Numerals Encoder
  123. Rot13
  124. Row Weights
  125. Safen User Input Part I - htmlspecialchars
  126. Salesman's Travel
  127. Screen Locking Patterns
  128. Search for letters
  129. Sections
  130. See You Next Happy Year
  131. Separate The Wheat From The Chaff
  132. Sequence convergence
  133. Series of integers from m to n
  134. Shared Bit Counter
  135. Simple array product
  136. Simple assembler interpreter
  137. Simple consecutive pairs
  138. Simple frequency sort
  139. Simple Fun #132: Number Of Carries
  140. Simple Fun #23: Square Digits Sequence
  141. Simple Fun #265: The Janitor And His Mop
  142. Simple Fun #27: Rectangle Rotation
  143. Simple Fun #335: Two Programmers And Gold
  144. Simple letter removal
  145. Simple nearest prime
  146. Simple reversed parenthesis
  147. Simple square numbers
  148. Simple string reversal
  149. Simple time difference
  150. Single character palindromes
  151. Smallest unused ID
  152. Snail
  153. Solomon's Quest for the Temporal Crystal
  154. Some Egyptian fractions
  155. Sort and Star
  156. Sort Numbers
  157. Sort Out The Men From Boys
  158. Sort the odd
  159. Special Number (Special Numbers Series #5)
  160. Speed Control
  161. Split and then add both sides of an array together.
  162. Split Strings
  163. Square Pi's
  164. Statistics for an Athletic Association
  165. Steps in k-primes
  166. Stones on the Table
  167. String array duplicates
  168. String doubles
  169. String Letter Counting
  170. String matchup
  171. STRONGN Strong Number (Special Numbers Series #2)
  172. Subtract the Sum
  173. Suitcase packing
  174. Sum consecutives
  175. Sum of array singles
  176. Sum of Digits / Digital Root
  177. Sum of Minimums!
  178. Sum of positive
  179. Sum of Two Integers
  180. Sum two arrays
  181. Summy
  182. Switch it Up!
  183. Symbolic differentiation of prefix expressions
  184. Target Date
  185. Testing the Porges hypothesis
  186. The Feast of Many Beasts
  187. The Poet And The Pendulum
  188. The Pony Express
  189. The Walker
  190. Thinking & Testing : How many "word"?
  191. Unique string characters
  192. Unpack delicious sausages!
  193. Weigh The List #1
  194. Word values
  195. Your order, please
  196. Ziggurat Ride of Fortune
Clone this wiki locally