An open API service indexing awesome lists of open source software.

https://github.com/mnz1365/max-sub-list

maximum total number sub-array list
https://github.com/mnz1365/max-sub-list

list math number python subarray subarray-sum

Last synced: about 1 year ago
JSON representation

maximum total number sub-array list

Awesome Lists containing this project

README

          

# About

create a sub-list of numbers that return maximum total number.
the function take list of numbers and return max sub-array.

# Getting Started
add list of number to function as argument.

for run app properly -> run "main.py" file