153 Commits (c9243693b826ecfebe0734dcaf998c55d3d9b8e8)

Author SHA1 Message Date
cxnnqr a8ecd84db8 added functions to get two numbers by user 1 year ago
cxnnqr b9a89c98f2 included needed header files 1 year ago
cxnnqr 533ab40c6f added main.c 1 year ago
cxnnqr 1db5c0ef75 refactoring: changed print messages 1 year ago
cxnnqr e783ed4f25 print the ggT of those two numbers 1 year ago
cxnnqr 9d410dc9f2 added ggT function to get the result 1 year ago
cxnnqr fda5883b0c added functions to get the two numbers by the user 1 year ago
cxnnqr 7ddc4b2251 added main.c for ggT 1 year ago
cxnnqr a8b6e1ea27 refactoring: refactored negative number handling into one line 1 year ago
cxnnqr 7cf436571f added function to ensure that the value of kgV is always positive 1 year ago
fdai7968 ac1d23795b included the header 1 year ago
fdai7968 3387438388 refactoring: if one a or b is zero just return the other 1 year ago
fdai7968 0c728d8355 Update src/subtraction/subtraction.h 1 year ago
fdai7968 033277c37e Add new subtraction.h file 1 year ago
fdai7968 a5f0319427 Update src/subtraction/subtraction.c 1 year ago
fdai7968 4c2b7fd6da Add new subtraction.c 1 year ago
fdai7968 72f01d58ad Add new subtraction directory 1 year ago
fdai7968 951389500c Corrected naming mistake 1 year ago
fdai7968 e037d3237a refactoring case one or two zeros always return 0 1 year ago
fdai7968 f0608d5029 Add multiplication.h 1 year ago
fdai7968 8472e25748 Add multiplication.c 1 year ago
fdai7968 0822b9d60b Add multiplication 1 year ago
Laurin 26343283e4 refactoring: made code more readable and added comments 1 year ago
Laurin 004b81aca4 refactoring: added comments describing the function's behavior and use in header file 1 year ago
Laurin ded7c60fcb defined and implemented function to convert hex input to decimal 1 year ago
Laurin 2fe8d2dcbf fixed function converting binary input to decimal not working for every input 1 year ago
Laurin bc133aa9f1 refactoring: handled possible memory allocation errors in both convert functions 1 year ago
Laurin 16405fd475 refactoring: changed read only parameter of function from int to const int 1 year ago
Laurin 2800426e7c implemented hexStrLen function into to convert function to dynamically determine hex string length 1 year ago
cxnnqr 6ad2f3dae7 implemented case if at least one input is zero 1 year ago
Laurin f68766a844 implemented function for determining string length of hex string 1 year ago
cxnnqr 77b6fbc704 refactoring: use ggT function from previous instead of new one 1 year ago
Laurin ed0ba8f0b8 declared function to determine string length of hex string 1 year ago
cxnnqr 66f28def92 added simple algorithm for getting the kgV 1 year ago
cxnnqr 124ecff740 implemented prototype function kgV(int a, int b) 1 year ago
cxnnqr 8e6a9d1d51 created kgV.h file 1 year ago
Laurin a96a875911 added other cases for input being smaller than 16 1 year ago
Laurin 9cbb10f125 added function to convert int to hex string for small ints 1 year ago
Laurin 7dfe49145c declared new function to convert int to hex in header file 1 year ago
cxnnqr 6aad7be0b2 refactoring: simplified the zero cases 1 year ago
cxnnqr 9ed80a6f35 refactoring: added comments for better understanding 1 year ago
Laurin a7218c6a73 implemented prototype function to convert binary strings of 1s into decimal 1 year ago
Laurin 3648f419cd declared new function in header file to convert binary numbers into decimal 1 year ago
cxnnqr d76b8867fe added edge cases for one or both numbers = 0 1 year ago
cxnnqr 1fdc737367 refactoring: changed to Euclidean modulo algorithm 1 year ago
cxnnqr 8bb76200ce implemented basic function for the ggT 1 year ago
cxnnqr e5293217a7 renamed from ggt.h to ggT.h 1 year ago
cxnnqr 28e2262a26 added prototype function ggT(int a, int b) 1 year ago
cxnnqr 3fa1f1877a defined ggT.h 1 year ago
Laurin abf4d186ad added if statement to be able to convert negative integers 1 year ago