While learning programming or preparing for tech interviews, we go through a vast curriculum of topics. Recursion is often considered as a hard to grasp concept, and one that I still struggle with today.
As with many things, practice makes perfect. And I think that's the main reason I still cannot confidently implement recursion at work. Granted, it's not a jack of all trades and its applications should be considered carefully.
That being said, I'd like to know: do any of you use it regularly in your projects? If so, how did recursion help to solve your problem?
Thanks!
Top comments (0)