saptarshisarkar20 / Hacktoberfest2023

This repo is for participating into the Hacktoberfest 2023
34 stars 195 forks source link

House Robber - Problem solving #71

Open saptarshisarkar20 opened 1 year ago

saptarshisarkar20 commented 1 year ago

What to Do?

Star ๐ŸŒŸ the repo Fork ๐ŸŒฟ the repo Location Go to folder Pull Here/LeetCode/HouseRobber

File name Take your GitHub username id like "hrithik339", "hacker-boy", etc or anything which you have. Then add a programming language extension after this (link for C++ add .cpp and for python add.py) Only files with the correct file name will be accepted


Problem Statement

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security systems 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.

Example 1:

Input: nums = [1,2,3,1] Output: 4

Explanation: Rob house 1 (money = 1) and then rob house 3 (money = 3). Total amount you can rob = 1 + 3 = 4.

Example 2:

Input: nums = [2,7,9,3,1] Output: 12

Explanation: Rob house 1 (money = 2), rob house 3 (money = 9) and rob house 5 (money = 1). Total amount you can rob = 2 + 9 + 1 = 12.

Constraints:

1 <= nums.length <= 100 0 <= nums[i] <= 400

Function

class Solution {
public:
    int rob(vector<int>& nums) {

    }
};
Ash0069 commented 1 year ago

hey @saptarshisarkar20 i have created a pull request for this issue, kindly review and approve it

vaibhav-rm commented 1 year ago

@saptarshisarkar20 please assign me this issue

aditi10701 commented 1 year ago

Please assign me this issue

Shikhar007-bot commented 1 year ago

@saptarshisarkar20 can you please assign me this issue I would provide an optimal solution for this issue :)

Ashima2003 commented 1 year ago

I wish to contribute. Kindly assign me this issue.

Ishika0-0 commented 1 year ago

@saptarshisarkar20 Can I contribute to #71 issue

MaithiliSingh17 commented 1 year ago

Hey @saptarshisarkar20 can u please assign this issue to me. I am keen to solve this problem

harshal8869 commented 1 year ago

I wish to contribute. Kindly assign this task to me.

Wafmulla commented 1 year ago

Hello, Can you please assign me this issue?

vivek5200 commented 1 year ago

Hey @saptarshisarkar20 ,I am eager to submit a well-structured, optimized solution for the House Robber problem. My code follows industry best practices and is accompanied by detailed explanations for clarity. Kindly consider accepting this valuable addition to your repository.Please Assign Me To This.

shaman-004 commented 1 year ago

can you pls assign to me??