I want to help answer popular questions that haven't been answered yet (since answers to these questions would be much-demanded by Google searchers and Stackoverflow users). Is there any way to find unanswered questions on Stack Overflow (in order of descending popularity, i. e., view count)?
|
If by popularity you mean votes, you can find a list of unanswered questions sorted by votes here. If you want to include views, you will have to use http://stackoverflow.com/search?q=views:500+answers:0 See the search tips listed here. EDIT: Regarding your comment about filtering out closed questions, you can add http://stackoverflow.com/search?q=views:500+answers:0+closed:0 |
|||||||||||||||||||||
|
answers:0to find unanswered questions, but I also need to sort questions by popularity (as determined by the number of page views). How can I do that? – Anderson Green Dec 30 '12 at 3:54