104 Commits (fd14664ff1907e68bf579505092a565b88ae5b10)
 

Author SHA1 Message Date
cxnnqr fd14664ff1 refactoring: better variable naming 1 year ago
cxnnqr d954780e2d refactoring: standardized the test naming 1 year ago
cxnnqr bd68e40324 refactoring: added comments 1 year ago
cxnnqr 36035dbc00 refactoring: changed back to longer version for better overview and understanding 1 year ago
cxnnqr 5cf4056435 refactoring: added comments 1 year ago
cxnnqr edf2d87442 refactoring: added comments 1 year ago
cxnnqr 550371fc9b refactoring: changed print messages 1 year ago
cxnnqr 7afe7b4230 Changed min Numbers to NULL because negative numbers can be handled too 1 year ago
cxnnqr de0b5f1b09 print the kgV 1 year ago
cxnnqr d9ad37c8d1 added function to get the kgV of the given numbers 1 year ago
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 a843597a7b refactoring: summarized tests 1 year ago
cxnnqr a8b6e1ea27 refactoring: refactored negative number handling into one line 1 year ago
cxnnqr 99a7f7d006 added test for both numbers negative 1 year ago
cxnnqr 7b276a14a3 added test for second number negative 1 year ago
cxnnqr f30003a54e added test for first number negative and second positive 1 year ago
cxnnqr 7cf436571f added function to ensure that the value of kgV is always positive 1 year ago
cxnnqr aadef721f6 added test for common case 1 year ago
cxnnqr 6fd2496057 added tests for zero cases 1 year ago
cxnnqr 6ad2f3dae7 implemented case if at least one input is zero 1 year ago
cxnnqr 77b6fbc704 refactoring: use ggT function from previous instead of new one 1 year ago
cxnnqr 08b43f0ba2 added simple test for input 6 and 8 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
fdai7777 2d4f1600d7 Merge branch 'ggT' into 'master' 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
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
fdai7968 b7fc3d7d78 Update Team 1 year ago
TheUltimateOptimist cec0a1e74d fixed failing tests by removing 64 1 year ago
TheUltimateOptimist 7cf9f0d312 refactoring: prefixed input retrieval functions with user 1 year ago
TheUltimateOptimist 7a7fceb464 refactoring: created printInvalidNumberMessage function 1 year ago
TheUltimateOptimist d8af3aa1a5 refactoring: created isNumberValid function 1 year ago