Skip to content

Instantly share code, notes, and snippets.

View jcbwlkr's full-sized avatar

Jacob Walker jcbwlkr

View GitHub Profile
@jcbwlkr
jcbwlkr / subarraychallenge.java
Created May 6, 2013 19:53
Submission for the 2013-05-03 UpFront Code Challenge
/*
UpFront Wichita Code Challenge
2013-05-03
Maximum Subarray
Using any language or technique, write a program that meets the following
criteria:
Given an array containing positive and negative integers return the sum of the
hihest value continuous set.