RolandWH
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-19 18:06:54 +00:00
da87b9a8a0 change message size cap (was 128) to INT64_MAX
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-19 16:55:15 +00:00
1a8f4bbd90 fix whitespace formatting
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-19 16:51:30 +00:00
bb0a1a5eef actually remove includes
1fde10d2f5 implement handling of maxsize param
236dbce306 explicitly cast getchar return
4ba0eab83e crash when dyninput returns NULL (error)
51cd993b61 dont overallocate str
Compare 7 commits »
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-08 11:39:46 +00:00
4c9614342e preliminary implimentation of dynamic-sized input
cb01b27501 explicitly cast int maths to char
Compare 2 commits »
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-05 10:36:37 +00:00
c6b5f1bad7 support lower case with new modulo
RolandWH created branch testing in RolandWH/caesarcrypt 2022-11-04 11:13:17 +00:00
RolandWH pushed to testing at RolandWH/caesarcrypt 2022-11-04 11:13:17 +00:00
2f58a337f1 fix modulo when key is below 26
RolandWH pushed to main at RolandWH/caesarcrypt 2022-07-08 18:14:30 +01:00
79dd09da1a initial code commit
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-29 21:34:38 +01:00
f7ffa91c11 fixed formatting errors
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-29 20:11:13 +01:00
2c9ce86b76 added linear search
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-29 19:23:23 +01:00
8b200c099f switch from size_t to int for arr sizes
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-26 16:54:02 +01:00
063a229f3a binary search: remove superfluous variable
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-26 15:35:24 +01:00
38deb15d4d switch from scanf to safer fgets
e260cf38dc fix infinite loop for some numbers in binary search
Compare 2 commits »
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-26 13:36:09 +01:00
ecdcdc2821 using ccolour for error messages
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-26 02:53:40 +01:00
db2bfd4ee0 check that argument(s) were provided at launch
RolandWH synced commits to master at RolandWH/ceesort from mirror 2022-05-18 17:25:27 +01:00
470d60f300 output newline after bubblesort output