pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Max Array Sum in Java #349

Closed therupdeep closed 4 years ago

therupdeep commented 4 years ago

Description

Implementation of maximum array sum in Java. Given an array of integers, we have to find the subset of non-adjacent elements with the maximum sum and calculate the sum of the subset.

Reference Issue number #327

issue_no must refer to the issue related to this PR, visit here

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist: