125 Commits (184d4dc3adbf7f721dcfb2c002b5c1a59ed3b752)
 

Author SHA1 Message Date
Laurin 184d4dc3ad Merge branch 'conversionOfNumbers' 1 year ago
Laurin d47ebc5e7b Merge branch 'master' into conversionOfNumbers 1 year ago
Laurin 315547fddf refactoring: renamed some test functions 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 db5f6c1106 added test for converting hex input to decimal 1 year ago
Laurin ded7c60fcb defined and implemented function to convert hex input to decimal 1 year ago
Laurin 3b11e3b13f added final test for converting binary 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 bfaccfaecd added test for implementation of hexStrLen function into convertIntToHex function 1 year ago
Laurin 2800426e7c implemented hexStrLen function into to convert function to dynamically determine hex string length 1 year ago
Laurin 4032750fa9 added test to test special case of input 0 1 year ago
Laurin 2faaa84310 added test to make sure hexStrLen function behaves as corrected 1 year ago
Laurin 69da91f715 refactoring: corrected tes function name 1 year ago
Laurin e66f206d79 added test for hexStrLen function 1 year ago
Laurin f68766a844 implemented function for determining string length of hex string 1 year ago
Laurin ed0ba8f0b8 declared function to determine string length of hex string 1 year ago
Laurin 943f911a82 added test for converting into hex for numbers smaller than 16 1 year ago
Laurin a96a875911 added other cases for input being smaller than 16 1 year ago
fdai7777 2d4f1600d7 Merge branch 'ggT' into 'master' 1 year ago
Laurin 9fbe4606e1 added test for converting small int to hex string 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
Laurin bd55ea228b added test for converting binary string of 1s and 0s to decimal 1 year ago
cxnnqr b99246a677 refactoring: renamed tests for simplified the zero cases 1 year ago
cxnnqr 6aad7be0b2 refactoring: simplified the zero cases 1 year ago
cxnnqr 9ed80a6f35 refactoring: added comments for better understanding 1 year ago
Hendrik Sitzmann 9e12bb5b9d Update team 1 year ago
Laurin c7c45916fe added test for converting longer binary string of 1s to decimal 1 year ago
Laurin e48b4f38a6 added test for converting binary string of 1s to decimal 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 e7da9ff108 added test for coprime numbers 1 year ago
cxnnqr 5a03f47639 added test for both numbers 0 1 year ago
cxnnqr b054c14fce added test for first number positive and second number 0 1 year ago
cxnnqr b49e556e9e added test for first number 0 and second number positive 1 year ago
cxnnqr 9074ec8f01 fixed test_ggTOf5And10 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 80e07d854e added simple test for ggT of 2 and 10 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
fdai7777 37ae7f969a Update team.md 1 year ago
cxnnqr 3fa1f1877a defined ggT.h 1 year ago
Laurin f36bc32ed7 refactoring: free allocated memory in test functions 1 year ago
Laurin f68d810697 added test for converting negative integer 1 year ago
Laurin abf4d186ad added if statement to be able to convert negative integers 1 year ago