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
- Host: GitHub
- URL: https://github.com/mnz1365/max-sub-list
- Owner: mnz1365
- Created: 2025-02-25T06:08:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T16:49:53.000Z (about 1 year ago)
- Last Synced: 2025-02-25T17:37:12.979Z (about 1 year ago)
- Topics: list, math, number, python, subarray, subarray-sum
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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