Sorting and GCD program Project intro
Anoniem
sorting is a way to arrange the elements in any order(ascending or descending) this helps in maintaining order of data and faster access. GCD helps in findind a greatest common factor that would divide both the number.