<div dir="auto">Pairwise sort the score order in the two best known ways ... Sink Sort and Bubble Sort. <div dir="auto"><br></div><div dir="auto">Of the two candidates at the top of the respective sorted orders, elect the one that defeats the other one pairwise.</div><div dir="auto"><br></div><div dir="auto">To make this method burial proof process the two sorted orders with Elimination take-down before the final show down:</div><div dir="auto"><br></div><div dir="auto">Process the Sink Sorted order by repeatedly eliminating the pairwise loser of the too two remaining sink sort candidates and every candidate defeated by it (until just one remains).</div><div dir="auto"><br></div><div dir="auto">Process the Bubble Sorted order by repeatedly eliminating the pairwise loser of the bottom two bubble sort candidates and every candidate defeated by it (until just one remains).</div><div dir="auto"><br></div><div dir="auto">Elect the pairwise winner between the two take down versions.</div><div dir="auto"><br></div><div dir="auto">This method is burial proof, and always elects from the Banks set.</div><div dir="auto"><br></div><div dir="auto">fws</div></div>