-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Description
What would you like to Propose?
I would like to propose the addition of a Recursion package to the repository. While there are existing packages for Dynamic Programming, there is currently no dedicated package for Recursion, which is fundamental for solving problems like generating subsets, permutations, and power sets. Recursion is crucial for building a strong foundation in algorithm design and problem-solving, especially as it underpins many dynamic programming approaches.
This addition would not only enhance the algorithm collection but also help learners and developers better understand recursive problem-solving strategies before moving on to more complex topics like dynamic programming.
Issue details
I would like to propose adding a new Recursion package in the repository. While the repository currently contains a Dynamic Programming package, there is no dedicated package for Recursion, which is essential for solving fundamental problems. Recursion is the backbone for algorithms that generate subsets, permutations, and power sets, among others. These problems cannot be efficiently solved without a good understanding of recursion. Recursion also lays the foundation for understanding and solving Dynamic Programming problems, which build upon recursive solutions.
Additional Information
No response