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
373 stars 176 forks source link

Create highest_common_factor.m #22

Closed A9ine closed 4 years ago

A9ine commented 4 years ago

I wrote this function that will output the highest common factor of two numbers. This is my first time contributing to any projects, so hopefully, I did a decent job :P.