Skip to content

Program to determine the maximum sum of a sub array within a given array

Notifications You must be signed in to change notification settings

Schlitzohr101/MaxSubArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxSubArray

Program to determine the maximum sum of a sub array within a given array

Python

dependencies python 3 >

to run python3 main.py

Golang

dependencies golang 1 >

to run go build *.go or if in non linux env go build Controller.go main.go

then ./Controller

C++

dependenceis g++ 7 >

to run g++ *.h && g++ *.cpp if in non linux env g++ Tester.h header.h Tester.cpp main.cpp

then ./a.out

About

Program to determine the maximum sum of a sub array within a given array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published