Well, Thanks for your effort Exerted in Translation and I Hope you've enjoyed this humble kata while solving as well, The solution is fine but the translation has some points to declare
Every Kata has its description that clarifies the task supported with some input cases, But some coders tend to somehow cheat by coming up with a solution that passes the sample test cases, Here comes the importance of the random testing section
Generate a good number of random tests prevent coders from cheating, testing the code against random inputs to discover any classes of errors as Well, But in This Candidate translation the Random testing Section is totally missed
Also Since the Description illustrate just a few Sample cases, The Sample test cases fixture should cover more and more that allow Coders to make a connection between input and output and attempt the problem, here are ONLy 3 Cases
Tuned to here Your feedback concerning the raised points .. Regards .. Zizou
@MihailIosilevitch
Well, Thanks for your effort Exerted in Translation and I Hope you've enjoyed this humble kata while solving as well, The solution is fine but the translation has some points to declare
Every Kata has its description that clarifies the task supported with some input cases, But some coders tend to somehow cheat by coming up with a solution that passes the sample test cases, Here comes the importance of the random testing section
Generate a good number of random tests prevent coders from cheating, testing the code against random inputs to discover any classes of errors as Well, But in This Candidate translation the Random testing Section is totally missed
Also Since the Description illustrate just a few Sample cases, The Sample test cases fixture should cover more and more that allow Coders to make a connection between input and output and attempt the problem, here are ONLy 3 Cases
Tuned to here Your feedback concerning the raised points .. Regards .. Zizou