I am trying to devise an algorithm for an image comparison program that will rank images in order.
For example, say we have 5 images - A B C D E
A > B
C > B
B > D
E > D
So the order would be A C B E D - however, A and C have not been compared. The program I wish to create will use over 800 images. Any suggestions for an algorithm that will allow all images to be compared with each other with the least number of votes possible?