Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given an array of integers, find the largest sum of non-adjacent elements using a Greedy algorithm.

Run the code to see the output here...