Skip to content

Conversation

@sachinbarupal
Copy link

@sachinbarupal sachinbarupal commented Oct 1, 2023

Pull Request Template

Description

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house is the neighbor of the last one. Meanwhile, adjacent houses have a security system connected, and it will automatically contact the police if two adjacent houses were broken into on the same night.

Given an integer array nums representing the amount of money of each house, return the maximum amount of money you can rob tonight without alerting the police.

Put check marks:

Have you made changes in README file ?

  • [1 ] Added problem & solution under correct topic.
  • [ 1] Specified Space & Time complexity.
  • [ 1] Specified difficulty level, tag & Note(if any).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • Test A
  • Test B

Make sure all below guidelines are followed else PR will get Reject:

  • [1 ] My code follows the style guidelines of this project
  • [1 ] I have performed a self-review of my own code
  • [ 1] I have commented my code so that it is easy to understand
  • [1 ] I have made corresponding changes to the documentation
  • [ 1] My changes generate no new warnings
  • [1 ] Any dependent changes have been merged and published in downstream modules
@welcome
Copy link

welcome bot commented Oct 1, 2023

I can tell this is your first pull request! Thank you I'm so honored. 🎉🎉🎉 I'll take a look at it ASAP!

@sachinbarupal
Copy link
Author

what is the problem please tell why not merging

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

Labels

None yet

1 participant