AbstractsComputer Science

A comparison of search times oncompressed and uncompressedgraphs

by Tim Granskog




Institution: KTH Royal Institute of Technology
Department:
Year: 2015
Keywords: Natural Sciences; Computer and Information Science; Computer Science; Naturvetenskap; Data- och informationsvetenskap; Datavetenskap (datalogi)
Record ID: 1363776
Full text PDF: http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-166454


Abstract

This report researches whether it is possible to speed up search algorithmson general graphs by means of graph compression. To determineif this is possible the compression methods RPGraph, LZGraph, DSMand k2-tree were used in combination with the breadth rst search anddepth rst search algorithms. The search algorithms were run on graphsof dierent sizes, both in compressed and uncompressed form, and therun times were compared. The results showed that compression adds toomuch overhead in neighbour list retrieval times to be able to reduce searchtimes when both the uncompressed and compressed graphs can be heldin main memory.