TheAlgorithms / MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MIT License
369 stars 175 forks source link

Fix highest common factor #83

Closed MaximSmolskiy closed 3 years ago

MaximSmolskiy commented 3 years ago

Current implementation has several errors and doesn't run.