Recursion is avoided generally because it makes the code less readable and harder to maintain and debug . If you have low resources as paxdiablo said stack space might be valuable for you so you should avoid using it then too.
Recursion is avoided generally because it makes the code less readable and harder to maintain and debug . If you have low resources as paxdiablo said stack space might be valuable for you so you should avoid using it then too.