I am looking for an implementation or clear algorithm for getting the prime factorization of N in either python, pseudocode or any
Even on the current one, there are several spots to be noticed.
checker*checker
s=ceil(sqrt(num))
checher < s
divmod
%
//