Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

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