# The Robot Crawler Model on Complete k-Partite and Erd\H{o}s-R\'enyi   Random Graphs

**Authors:** Angus Davidson, Ayalvadi Ganesh

arXiv: 1702.08371 · 2017-02-28

## TL;DR

This paper analyzes a greedy robot crawler algorithm on complete k-partite and Erdős-Rényi random graphs, focusing on traversal steps and efficiency, extending previous models of web crawling behavior.

## Contribution

It provides a detailed analysis of the crawler's traversal steps on specific graph classes, introducing new insights into its efficiency and behavior.

## Key findings

- Maximum, minimum, and average steps for complete k-partite graphs
- Traversal metrics for sparse Erdős-Rényi graphs
- Extension of previous web crawling models

## Abstract

Web crawlers are used by internet search engines to gather information about the web graph. In this paper we investigate a simple process which models such software by walking around the vertices of a graph. Once initial random vertex weights have been assigned, the robot crawler traverses the graph deterministically following a greedy algorithm, always visiting the neighbour of least weight and then updating this weight to be the highest overall. We consider the maximum, minimum and average number of steps taken by the crawler to visit every vertex of firstly, complete k-partite graphs and secondly, sparse Erd\H{o}s-R\'enyi random graphs. Our work follows on from a paper of Bonato et. al. who introduced the model.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.08371/full.md

## References

11 references — full list in the complete paper: https://tomesphere.com/paper/1702.08371/full.md

---
Source: https://tomesphere.com/paper/1702.08371