mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update dynamic_programming/house_robber.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
5ca6e383b7
commit
9233771531
@ -54,7 +54,7 @@ std::uint64_t houseRobber(const std::vector<int> &money, int n) {
|
||||
} // namespace dynamic_programming
|
||||
|
||||
/**
|
||||
* @brief Test implementations
|
||||
* @brief Self-test implementations
|
||||
* @returns void
|
||||
*/
|
||||
static void test() {
|
||||
|
Loading…
Reference in New Issue
Block a user