Challenge: Recursive Prime Factors
Apply what you’ve learned about recursion in the coding exercises in this lesson.
We'll cover the following...
Problem statement
In this challenge, you have to implement the factorize
function.
void factorize(int n);
...
Access this course and 1400+ top-rated courses and projects.