Given an array of positive integers, find the maximum sum of elements such that no two selected elements are adjacent in the array.
You can only choose elements that are not next to each other. The goal is to maximize the total sum of chosen numbers.
i wouldlike to work on this issue