Recursion practice problems with solutions

Recursion practice problems: Here, you will find the various recursion practice problems with solutions that are commonly asked in the various interview rounds of the companies. Each recursion practice problem has its solution with the examples, detailed explanations of the solution approaches.

List of the recursion practice problems

  1. Palindromic Array
  2. Wine selling problem | Find the maximum profit from sale of wines
  3. Minimum Coin Change | Find minimum number of coins that make a given value
  4. Egg Dropping Problem
  5. Maximum path sum in a binary tree
  6. Minimum number of deletions to make a sorted sequence
  7. Jumbled Strings
  8. Count of divisible array
  9. Maximum Calorie
  10. Special Keyboard
  11. Minimal moves to form a string
  12. Total number of non-decreasing numbers with n digits using dynamic programming
  13. Minimum Time to Display N Character
  14. Knapsack with Duplicate Items
  15. Longest Common Subsequence of three strings
  16. Minimum steps to minimize n as per given condition
  17. Count total number of Palindromic Subsequences
  18. Adjacent are not allowed
  19. Count number of binary strings without consecutive 1's
  20. Longest Palindromic Substring
  21. Count total number of Palindromic Substrings
  22. Count the number of elements which are greater than previous element
  23. Print all the combinations of the parenthesis
  24. Count the combinations of the parenthesis
  25. Partition to K Equal Sum Subsets
  26. Island Probability
  27. Weighted Job Scheduling
  28. K-Palindromic String
  29. Find Total Ways to Reach Nth Stair from Bottom
  30. Mobile Keypad Problem
  31. Matrix Probability
  32. Maximum Product Cutting
  33. Maximum Sum Increasing Subsequence
  34. Largest Square Sub Matrix of 1's in Given Binary Matrix
  35. Count Total Possible Path with Given Sum
  36. Perfect Sum Problem
  37. Subset Sum Problem


Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.