DistrictD interview question

Sorting and GCD program Project intro

Interview Answer

Anonymous

Aug 5, 2024

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.