What is the difference between returning a function call vs only calling the function again during recursion?

前端 未结 0 1060
野趣味
野趣味 2020-12-16 12:10

I am trying to implement a DFS and I do not understand the difference between calling a function inside itself (recursion) and returning the function call (also recursion ?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题