-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I've noticed that there are some dynamic programming problems scattered throughout this repository. I believe it would greatly benefit the community if we could gather all these problems under a dedicated 'Dynamic Programming' folder for easier accessibility, especially given how frequently dynamic programming questions come up in interviews.
Here are a couple of reasons why this would be a valuable addition:
Interview Preparation: Dynamic programming is a key topic in technical interviews, and having these problems grouped together would be a valuable resource for users preparing for interviews.
Improved Visibility: Currently, dynamic programming problems are a bit hard to spot within the repository. Grouping all of them under one folder will make them much more visible.
I can start organizing them under Problems -> Dynamic Programming folder.
Initial suggestions for Dynamic Programming problems as follows:
NEW PROBLEMS
- Find factorial of a given number (Also available in sequences)
- Find nth number in a Fibonacci series (Also available in sequences)
REORGANIZING PROBLEMS TO ABOVE MENTIONED FOLDER
- Problems -> Dynamic Coin Change
- Strings -> Levenshtein Distance
Please let me know if you're open to this suggestion and if you have any specific preferences.