Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#29 added solution for october daily challenge day 29 in java, python, c++ #105

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

roshankraveendrababu
Copy link

🚀 What does this PR do?

  • Adds solution for LeetCode October Daily Challenge on October 29, Day 29 in Python, Java, CPP.
  • This problem is solved using the concept of dynamic programming using memoization.

📝 Issue Reference:

Fixes issue: #29

🔍 Checklist:

Please ensure the following before submitting your PR:

  • I have placed my solution in the correct folder (solutions/dayXX/).
  • My code follows clean coding practices and is efficient.
  • I have added comments in my code to explain the approach.
  • I have updated the README.md for the specific day with a brief explanation of my solution.
  • I have tested the solution on LeetCode and it works correctly.

🔧 Solution Details:

  • Language Used: Python, Java, C++
  • Time Complexity: O(M*N) where M is the no of rows and N is the no of columns
  • Space Complexity: O(M*N) where M is the no of rows and N is the no of columns for the memoization array

🌟 Additional Notes (if any):

@arya2004 arya2004 merged commit b92aee6 into arya2004:main Oct 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants