Skip to content

Project for Fundamentals of Algorithms (CS 3353) at Southern Methodist University

Notifications You must be signed in to change notification settings

ryanmadlener/maximum-subarray-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maximum Subarray Problem

One of the projects for the Fundamentals of Algorithms (CS 3353) course at Southern Methodist University.

Task

Research one problem that interests you related to algorithms, and find two solutions where one solution is more efficient than the other, analyze your solutions and present the results.

Problem

Settled on the Maximum Subarray Problem. The problem is, given an array of integers, find a contiguous subarray with the largest sum.

Presentation

To view the final presentation, click on the presentation.pdf file in the repository.

About

Project for Fundamentals of Algorithms (CS 3353) at Southern Methodist University

Topics

Resources

Stars

Watchers

Forks