Commit Graph

20 Commits

Author SHA1 Message Date
Zev Spitz
2028e95764 Simplify Reverse (C#) folder structure 2022-01-17 08:34:09 +02:00
Kristian Stolen
ead374e8b5 refactor and reformat output. 2022-01-13 16:53:09 +08:00
Kristian Stolen
7d14c37aaa Handle array size inputs less than 1. 2022-01-13 16:41:24 +08:00
Kristian Stolen
4f2bc6f98c Add test showing that reverse handles numbers less than zero. 2022-01-13 16:32:55 +08:00
Kristian Stolen
ed50c3e24b fix typo. 2022-01-13 16:28:54 +08:00
Kristian Stolen
08ea76d111 Update display 2022-01-13 16:28:08 +08:00
Kristian Stolen
329fe3137c Add rules. 2022-01-12 20:26:18 +08:00
Kristian Stolen
2758c3375c Remove static method. 2022-01-12 20:15:37 +08:00
Kristian Stolen
4dc1e57789 Make static method private. 2022-01-12 20:14:33 +08:00
Kristian Stolen
0a7e386c36 Remove static method. 2022-01-12 20:13:57 +08:00
Kristian Stolen
67d1c84f2e Update program to reference instance of reverser. 2022-01-12 20:13:03 +08:00
Kristian Stolen
eb27f8612e Add GetArrayString method. 2022-01-12 20:05:17 +08:00
Kristian Stolen
a819a535bb Define instance methods for reverser. 2022-01-12 20:00:59 +08:00
Kristian Stolen
08282e1a7d Configure console app 2022-01-12 19:29:09 +08:00
Kristian Stolen
1d4651bfef Add method for creating a random array of distinct values. 2022-01-12 19:00:51 +08:00
Kristian Stolen
b1cfa83ac5 Add method for checking if a given array is in ascending order. 2022-01-12 19:00:20 +08:00
Kristian Stolen
8e54c0e930 rename tests. 2022-01-12 18:12:15 +08:00
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
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