Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given an array of integers, find the maximum possible sum of non-adjacent elements.

Run the code to see the output here...