answersLogoWhite

0


Best Answer

Here's a way to do it in pseudo-code:

  • create an array with two elements
  • if the first number in the provided list is greater than the second one
    • assign the first one to the first array element
    • assign the second one to the second array element
  • else
    • assign the first one to the second array element
    • assign the second one to the first array element
  • for every other number in the list
    • if the number is greater than the first element in the array
      • swap their values
    • if the number is greater than the second element in the array
      • assign it to the second element

And that's it. You may notice that this algorithm will work no matter how many of the largest numbers you're looking for. Here's an example of how to do it in PHP:

function getBiggest($values, $quantity){

if(!is_array($values)) return $values;

$highvalues = array();

foreach($values as $value){

for($n = 0; $n < count($highvalues); $n++){

if($value > $highvalues[$n]){

$v = $value;

$value = $highvalues[$n];

$highvalues[$n] = $v;

}

}

if($n < $quantity) $highvalues[$n] = $value;

}

return $highvalues;

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the algorithm for find the first biggest and second biggest of a list of numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 1 7583837563728283727847372784829390493848728378183783748375564752748829?

Two numbers: the first of them is 1 and the second is not!Two numbers: the first of them is 1 and the second is not!Two numbers: the first of them is 1 and the second is not!Two numbers: the first of them is 1 and the second is not!


How to write an algorithm that accepts five numbers and displays the sum and average of the numbers?

1.Start Algorithm 2.Enter first number 3.Enter second number 4.Enter third number 5.Enter fourth number 6.Enter fifth number 7.Add five number 8.display five number / 2 9.Display result 10.End Algorithm


What is the algorithm for dividing a fraction by a fraction?

Multiply the first fraction by the reciprocal of the second. That is, flip the second fraction over and then multiply the two.


What are the first and second biggest countries?

Russia is first, followed by Canada.


Explain first fit algorithm?

A "first fit" algorithm is any algorithm which doesn't care about how "good" a solution is, it just returns the first one that works.


Write an algorithm to find the largest number in a group of three integer numbers?

The following algorithm works for any number of integers: Assume the first number is the maximum - maximum = (first number). Compare your assumed maximum with the second number. If the second number is larger than the assumed maximum, replace the old assumed maximum with the second number. Repeat for the third number, for the fourth, etc. - always copying the nth. element to the assumed maximum if you find one that is larger than your previous maximum.


What is consecutive counting numbers?

Two numbers are consecutive if the second one is the one after the first. Mathematically, if the first number is n then the second is n+1.


What Ada Lovelace invent?

Ada Lovelace described and published an algorithm for Charles Babbage's analytical engine to computer Bernoulli numbers. It is generally considered the first algorithm ever specifically tailored for implementation on a computer, and for this reason she is considered by many to be the first computer programmer.


The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers?

= The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers? =


Does new york have the second biggest population?

No. It's third in population. California is first and Texas is second.


What is the algorithm of LCM of more than 3 numbers?

If you use methods based on prime factors, it is the same whether you have 2, 3, or more numbers: find all the factors that occur in any of your numbers. If you use a method based on Euclid's Algorithm (that is, lcm(a, b) = a x b / gcf(a, b), where you find the gcf with Euclid's Algorithm), then you can find the lcm for two numbers at a time. For example, to get the lcm of four numbers, find the lcm of the first two, then the lcm of the result and the third number, than the lcm of the result and the fourth number.


What are the biggest exports from Canada?

First is Timber Second is Wheat and third is oil