81 Commits (08b43f0ba23f12e89fee1f4352bddd69e61f878c)
 

Author SHA1 Message Date
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
cxnnqr 124ecff740 implemented prototype function kgV(int a, int b) 11 months ago
cxnnqr 8e6a9d1d51 created kgV.h file 11 months ago
fdai7777 2d4f1600d7 Merge branch 'ggT' into 'master' 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
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
fdai7968 b7fc3d7d78 Update Team 11 months ago
TheUltimateOptimist cec0a1e74d fixed failing tests by removing 64 11 months ago
TheUltimateOptimist 7cf9f0d312 refactoring: prefixed input retrieval functions with user 11 months ago
TheUltimateOptimist 7a7fceb464 refactoring: created printInvalidNumberMessage function 11 months ago
TheUltimateOptimist d8af3aa1a5 refactoring: created isNumberValid function 11 months ago
TheUltimateOptimist 8c334ca905 refactoring: combined trimLeft and trimRight in trim 11 months ago
TheUltimateOptimist 2d2ac3545a refactoring: replaced 1 with true 11 months ago
TheUltimateOptimist 6bce984a26 refactoring: renamed test_gets_WithMax to test_gets_WithMaxLength 11 months ago
TheUltimateOptimist 21e1c1a0dc refactoring: renamed test_gets_WithMin to test_gets_WithMinLength 11 months ago
TheUltimateOptimist cf9aa5a2bf added test for getd with max 11 months ago
TheUltimateOptimist ae51080f2c added test for getd with min 11 months ago
TheUltimateOptimist 6020649807 added test for gets with any length 11 months ago
TheUltimateOptimist 7c147e0818 added test for gets with maxLength 11 months ago
TheUltimateOptimist f5cda7cfc6 refactoring: exchanged printf with printText 11 months ago
TheUltimateOptimist 6ee2059270 added test for gets with minLength 11 months ago
TheUltimateOptimist 4fbe2042a8 added test for getllu with min and max 11 months ago
TheUltimateOptimist b0c12a7b4a added test for getlu with min and max 11 months ago
TheUltimateOptimist 948b3c0ddc added test for getu with min and max 11 months ago
TheUltimateOptimist a81e8d3d3c added test for gethu with min and max 11 months ago
TheUltimateOptimist 32912f6b55 added test for getlld with min and max 11 months ago
TheUltimateOptimist f9ac66b145 added test for getld with min and max 11 months ago
TheUltimateOptimist 4d25b3e920 added test for getd with min and max 11 months ago
TheUltimateOptimist fb5a121d40 added test for gethd with min and max 11 months ago
TheUltimateOptimist bd40855b6c added test for gets wit minLength and maxLength 11 months ago
TheUltimateOptimist 26b0c9cc48 refactoring: moved printlf to top of file 11 months ago
TheUltimateOptimist d13e3280c0 refactoring: replaced printf with printText 11 months ago
TheUltimateOptimist cbb0248bfd refactoring: updated printlf to return early if fakeinput was injected 11 months ago
TheUltimateOptimist a05cf45c9f refactoring: made input injectable for testing purposes 11 months ago