Media Summary: this one uses a while loop, an if statement, and the Math.round() static method kata link: ... Code along with me as we solve 'Sum of squares less than some number', a Level 7 kyu # updated version: this one uses Math.sqrt(), Math.round(), and Math.pow()
Codewars Python Find Nearest Square - Detailed Analysis & Overview
this one uses a while loop, an if statement, and the Math.round() static method kata link: ... Code along with me as we solve 'Sum of squares less than some number', a Level 7 kyu # updated version: this one uses Math.sqrt(), Math.round(), and Math.pow() You might know some pretty large perfect squares. But what about the NEXT one? Complete the findNextSquare method that ... Code along with me as we solve 'Area or Perimeter', a Level 8 kyu # This one is heavier on the math as the name would suggest. Check the technique and see if you can follow it - LETS GO! ...