PubMatic Logo

Asked in PubMatic

Loot Houses Problem Statement

A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determine the maximum amount of money the thief can steal without looting two consecutive houses.

Input:

The first line contains an integer 'N', representing the number of houses.
The second line contains 'N' space-separated integers, representing the money available in each house.

Output:

The maximum amount of money the thief can loot without looting two consecutive houses.

Example:

Input:
N = 4
values = [6, 7, 1, 30]
Output:
36
Explanation:

The thief can loot houses 1 and 4 (0-indexed), obtaining 6 + 30 = 36.

Constraints:

  • 0 <= N <= 10^5
  • 0 <= A[i] <= 10^4

Note that 'A[i]' represents the money present in the i-th house, and you don’t need to print anything, just implement the function.

AnswerBot
4mo

Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

  • Use dynamic programming to keep track of the maximum money that can be stolen up to each hous...read more

Help your peers!
Select
Add answer anonymously...

Top SDE-2 Interview Questions Asked at PubMatic

Q. Convert Binary Tree to Mirror Tree Convert a given binary tree into its mirror t...read more
Q. Trailing Zeros in Factorial Problem Find the number of trailing zeroes in the fa...read more
Q. Time to Burn Tree Problem You are given a binary tree consisting of 'N' unique n...read more
SDE-2 Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits