Commit Graph

6 Commits

Author SHA1 Message Date
Kristian Stolen 2a809aabc9 Protect against index out of range exceptions 2022-01-12 18:09:57 +08:00
Kristian Stolen 84d473d8f2 Create reverser that reverses an array at a given position. 2022-01-12 17:56:26 +08:00
Mark Wieder 40617fa4fc implementation of game 73 (Reverse) in ruby 2022-01-08 17:20:53 -08:00
Tom Wyant d10e80e2c0 Ported 73_Reverse to Perl.
In a language with list assignments, array slices, and a reverse()
built-in, the reversal can be done in one statement.
2022-01-03 17:12:34 -05:00
LukasMurdock 76c5e1e995 add 17-96 2022-01-03 02:13:21 -05:00
Chris Reuter d26dbf036a Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
2021-11-21 18:30:21 -05:00