Haskell Quiz/Maximum Sub-Array

From HaskellWiki
< Haskell Quiz
Revision as of 10:14, 11 August 2007 by Kuribas (talk | contribs) (created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Given a list of integers, the aim of this quiz is to find the sublist (sub-array in Ruby) with the maximum sum.

The Problem

Solutions