diff --git a/content.tex b/content.tex index 96d6a1ab..38f860c5 100644 --- a/content.tex +++ b/content.tex @@ -300,7 +300,7 @@ func WeightedCrawlerList(crawlers ...Crawler) []string { } return crawlerIds } -\end{minted}{go} +\end{minted} This creates a list of crawlers where a crawler can occur more than once, depending on its capabilities. The set of crawlers \(\{a, b, c\}\) with capabilities \(cap(a) = 3, cap(b) = 2, cap(c) = 1\) would produce \(\), allocating two and three times the work to crawlers \(b\) and \(a\) respectively. diff --git a/report.pdf b/report.pdf index 48afcf8f..3b36bddd 100644 Binary files a/report.pdf and b/report.pdf differ