What is the all time top Question in Stack Overflow in terms of maximum votes? I am interested to know the top questions (say top 100) by maximum votes, answers, and views. Besides learning from them, I want to study the correlation between these questions. How can I get them ? I am aware that Stack Overflow gives Top Questions by interesting, featured, hot, week, and month but not by maximum votes, answers, and views. Any suggestions ?

share|improve this question
3  
And to find top voted answers stackoverflow.com/search?tab=votes&q=is%3aanswer – Martin Smith Dec 30 '12 at 16:25

migrated from stackoverflow.com Dec 30 '12 at 15:15

closed as too localized by Jim, ChrisF, Manishearth, Toon Krijthe, Ben Brocka Dec 30 '12 at 17:20

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

3 Answers

Currently, it is Why is processing a sorted array faster than an unsorted array?. In the future, to find out what the top voted question is, just sort the question list by votes (www.stackoverflow.com/questions?sort=votes).

share|improve this answer

You can compose all kind of queries on your own by using the Data Explorer. It gets updated on a weekly basis.

share|improve this answer

It kind of depends!The link you have been provided will show you the most upvoted question in tags that you do not have ignored. For me, because I have a bunch of tags including it's The definitive guide to forms based website authentication but your milage may vary.

share|improve this answer

You must log in to answer this question.