https://github.com/juliusmarkwei/maximim-element
This algorithm takes an array of integers and outputs the maximum integer in the array
https://github.com/juliusmarkwei/maximim-element
Last synced: 11 months ago
JSON representation
This algorithm takes an array of integers and outputs the maximum integer in the array
- Host: GitHub
- URL: https://github.com/juliusmarkwei/maximim-element
- Owner: juliusmarkwei
- Created: 2022-08-31T10:48:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T13:13:26.000Z (over 3 years ago)
- Last Synced: 2025-01-01T18:34:27.729Z (about 1 year ago)
- Language: C++
- Size: 674 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maximim-Element
This algorithm takes an array of integers and outputs the maximum integer in the array.