javascript-algorithms
                                
                                 javascript-algorithms copied to clipboard
                                
                                    javascript-algorithms copied to clipboard
                            
                            
                            
                        Implement Pythagorean Algorithm
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.