...

/

Challenge: Recursive Prime Factors

Challenge: Recursive Prime Factors

Apply what you’ve learned about recursion in the coding exercises in this lesson.

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.