ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
68 stars 199 forks source link

Add the "House Robber" Problem to the DP Problem Set #1352

Open T-Fathima opened 2 hours ago

T-Fathima commented 2 hours ago

Idea Title

House Robber Problem

Idea Description

This issue proposes adding the "House Robber" problem to the project’s collection of Dynamic Programming (DP) problems. The "House Robber" problem is a classic DP problem that helps users practice decision-making under constraints, focusing on maximizing profit without violating specific rules.

Potential Benefits

github-actions[bot] commented 2 hours ago

👋 Hi @T-Fathima! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.