Given a directed graph, k-hop reachability query, u→?kv, is used to check for the existence of path from u v that has length at most k. Addressing queries fundamental task in graph theory and been extensively investigated. However, existing algorithms can be inefficient when answering because they require costly traversal operations. To improve query performance, we propose an approach based on...