javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Implement Pythagorean Algorithm

Open Haminhquan3001 opened this issue 1 year ago • 0 comments

Changes made in this PR:

I have an idea of implementing an algorithm that verifies the Pythagorean Theorem and I have implemented it.

../src/algorithms/math/pythagorean-theorem Create this folder and a js file and another test folder that contains an algorithm that checks the condition of input parameters, return true if it satisfies the Pythagorean Theorem, otherwise return false.

Haminhquan3001 avatar Dec 08 '23 09:12 Haminhquan3001