as i see the coding is becoming lesser so is this recursion also a part of STL?
Is recursion inbuilt STL part?
No recursion is not part of STL, it’s just a technique we can use to solve a problem.
1 Like
as i see the coding is becoming lesser so is this recursion also a part of STL?
No recursion is not part of STL, it’s just a technique we can use to solve a problem.