You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discussion forum for Computational Thinking
As mentioned in the lecture, assume that a computer can do 108 comparisons in a second. How many seconds will it take for the computer to do pairwise comparisons of one million (1, 000, 000) elements?
Nearly 5000 seconds
Nearly 1000 seconds
Less than 1 second
Nearly 10 seconds
Computational Thinking Support 2
unread,
Nov 10, 2020, 5:35:44 AM11/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discussion forum for Computational Thinking, Deepak Koyad
Hi Deepak,
Total no. of comparisons = 10^6*(10^6-1)/2 ~ 0.5*10^12