Skip to content

Conversation

@SrinivasaSupreeth
Copy link

No description provided.

@super30admin
Copy link
Owner

  • The student's solution is for a different problem (House Robber) than the one intended (Coin Change). It is important to ensure that the solution matches the problem description.
  • The code quality is good, with clear variable names and efficient use of dynamic programming for the House Robber problem.
  • For the Coin Change problem, the student should consider using a recursive approach with memoization or an iterative dynamic programming approach to minimize the number of coins needed to make up the amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants