Hi,
I tried Googles description, but it齭 quite confusing
for a well it-related person.
So here is my short description:
Google uses g besides the well-known indexers, straight-forward fast Graph-Algorithms.
Google searches through the internet and interprets the
Net as a big Graph (with vertices and edges you know?)
A Vertice is a web-site or a single displayable object.
The edges are the Links between them.
Every vertice has a special ranking score.
Better sites with the same related keywords, will be found
through this alg.
e.G. Remember a good page A with the rank r.
A better page B on the same topic with the rank q links to
page A. So the rank of page A is pushed to something like
that: new Rank r = old Rank r + (CONST*q).
So know it齭 quite easy to find a "good" site: Get sites
with the keyword, and sort by ranking.
The real implementation is a little more complex, so this
is that you get an idea.
moZart