menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
Write an algorithm to find the maximum and minimum number from a given list of N numbers .Assume the list is not sorted
Ask a Question
Questions
Unanswered
Tags
Ask a Question
Write an algorithm to find the maximum and minimum number from a given list of N numbers .Assume the list is not sorted
asked
Nov 2, 2018
120k
views
3
votes
Write an algorithm to find the maximum and minimum number from a given list of N numbers .Assume the list is not sorted
Computers & Tech
college
Cyber Oliveira
asked
by
Cyber Oliveira
7.9k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
4
votes
maxNumber = 0
minNumber = INT_MAX
for n in list:
if( n > maxNumber):
maxNumber = n
elif( n < minNumber ):
minNumber = n
Spina
answered
Nov 7, 2018
by
Spina
8.2k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
No related questions found
Ask a Question
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.
Categories
All categories
Mathematics
(3.7m)
History
(955k)
English
(903k)
Biology
(716k)
Chemistry
(440k)
Physics
(405k)
Social Studies
(564k)
Advanced Placement
(27.5k)
SAT
(19.1k)
Geography
(146k)
Health
(283k)
Arts
(107k)
Business
(468k)
Computers & Tech
(195k)
French
(33.9k)
German
(4.9k)
Spanish
(174k)
Medicine
(125k)
Law
(53.4k)
Engineering
(74.2k)
Other Questions
“What does it mean when we “rework” copyrighted material?”
Seven basic internal components found in a computer tower
Please help me ! All you do is just put it it all in your own words ! Please this is for my reported card!i don't know how to put it in my own words because my English is not that good!
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qamnty