Hacker News new | ask | show | jobs
by Jerrrrrrry 619 days ago
Anyone can write a program to factor numbers into their factors.

Just start at 1, and iterate until sqrt(x).

Whats the big deal?