Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 153 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 153 Bytes

#AlGORITHME

algorithm

FindFactorsInArray 实现的是在O(n)的时间复杂度内,查找到给定int数组中给定int的因数对,打印输出。