214 Commits (0e2837a9bc34382a3092aca65639d7b9e5f807e5)
 

Author SHA1 Message Date
Laurin e66f206d79 added test for hexStrLen function 11 months ago
Laurin f68766a844 implemented function for determining string length of hex string 11 months ago
cxnnqr 77b6fbc704 refactoring: use ggT function from previous instead of new one 11 months ago
Laurin ed0ba8f0b8 declared function to determine string length of hex string 11 months ago
cxnnqr 08b43f0ba2 added simple test for input 6 and 8 11 months ago
cxnnqr 66f28def92 added simple algorithm for getting the kgV 11 months ago
Laurin 943f911a82 added test for converting into hex for numbers smaller than 16 11 months ago
cxnnqr 124ecff740 implemented prototype function kgV(int a, int b) 11 months ago
cxnnqr 8e6a9d1d51 created kgV.h file 11 months ago
Laurin a96a875911 added other cases for input being smaller than 16 11 months ago
fdai7777 2d4f1600d7 Merge branch 'ggT' into 'master' 11 months ago
Laurin 9fbe4606e1 added test for converting small int to hex string 11 months ago
Laurin 9cbb10f125 added function to convert int to hex string for small ints 11 months ago
Laurin 7dfe49145c declared new function to convert int to hex in header file 11 months ago
Laurin bd55ea228b added test for converting binary string of 1s and 0s to decimal 11 months ago
cxnnqr b99246a677 refactoring: renamed tests for simplified the zero cases 11 months ago
cxnnqr 6aad7be0b2 refactoring: simplified the zero cases 11 months ago
cxnnqr 9ed80a6f35 refactoring: added comments for better understanding 11 months ago
Hendrik Sitzmann 9e12bb5b9d Update team 11 months ago
Laurin c7c45916fe added test for converting longer binary string of 1s to decimal 11 months ago
Laurin e48b4f38a6 added test for converting binary string of 1s to decimal 11 months ago
Laurin a7218c6a73 implemented prototype function to convert binary strings of 1s into decimal 11 months ago
Laurin 3648f419cd declared new function in header file to convert binary numbers into decimal 11 months ago
cxnnqr e7da9ff108 added test for coprime numbers 11 months ago
cxnnqr 5a03f47639 added test for both numbers 0 11 months ago
cxnnqr b054c14fce added test for first number positive and second number 0 11 months ago
cxnnqr b49e556e9e added test for first number 0 and second number positive 11 months ago
cxnnqr 9074ec8f01 fixed test_ggTOf5And10 11 months ago
cxnnqr d76b8867fe added edge cases for one or both numbers = 0 11 months ago
cxnnqr 1fdc737367 refactoring: changed to Euclidean modulo algorithm 11 months ago
cxnnqr 80e07d854e added simple test for ggT of 2 and 10 11 months ago
cxnnqr 8bb76200ce implemented basic function for the ggT 11 months ago
cxnnqr e5293217a7 renamed from ggt.h to ggT.h 11 months ago
cxnnqr 28e2262a26 added prototype function ggT(int a, int b) 11 months ago
fdai7777 37ae7f969a Update team.md 11 months ago
cxnnqr 3fa1f1877a defined ggT.h 11 months ago
Laurin f36bc32ed7 refactoring: free allocated memory in test functions 11 months ago
Laurin f68d810697 added test for converting negative integer 11 months ago
Laurin abf4d186ad added if statement to be able to convert negative integers 11 months ago
fdai7968 b7fc3d7d78 Update Team 11 months ago
Laurin 01a54ce836 added test for binaryStrLen in case input is negative 11 months ago
Laurin fb4ad3c51b expanded binaryStrLen to determine length in case input is negative 11 months ago
Laurin 69d57301a1 refactoring: moved if statement for input 0 to top 11 months ago
Laurin bc51648c31 refactoring: changed test function names to be more specific 11 months ago
Laurin 3b81a29e10 added test for implementation of binaryStrLen function 11 months ago
Laurin 6fd5e28d8c implemented binaryStrLen function into convertIntToBinaryStr 11 months ago
Laurin aa2e397bec fix added smaller equal sign in loop head 11 months ago
Laurin bb18fb7e4b added test for binaryStrLen in case input is 0 11 months ago
Laurin e504c53d9f added case in binaryStrLen for input 0 length is 1 11 months ago
Laurin 9430c473b1 added test for determining binary string length 11 months ago