carl123
- 55
- 0
What are different ways of ensuring efficiency in a recursive function in C++? i.e. Prevent calling your recursive function when not necessary.
Last edited:
Ha-ha. If you do any computation that is unnecessary, then you are a... strange programmer.carl123 said:Prevent calling your recursive function when not necessary.