/MaxSubArray

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

Primary LanguageGo

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