Is recursion inbuilt STL part?

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.

1 Like