Grid Graph Reachability

02/01/2019
by   Rahul Jain, et al.
0

The reachability problem is to determine if there exists a path from one vertex to the other in a graph. Grid graphs are the class of graphs where vertices are present on the lattice points of a two-dimensional grid, and an edge can occur between a vertex and its immediate horizontal or vertical neighbor only. Asano et al. presented the first simultaneous time space bound for reachability in grid graphs by presenting an algorithm that solves the problem in polynomial time and O(n^1/2 + ϵ) space. In 2018, the space bound was improved to Õ(n^1/3) by Ashida and Nakagawa. In this paper, we further improve the space bound and present a polynomial time algorithm that uses O(n^1/4 + ϵ) space to solve reachability in a grid graph with n vertices.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/19/2018

Õ(n^1/3)-Space Algorithm for the Grid Graph Reachability Problem

The directed graph reachability problem takes as input an n-vertex direc...
research
05/13/2020

Time Space Optimal Algorithm for Computing Separators in Bounded Genus Graphs

A graph separator is a subset of vertices of a graph whose removal divid...
research
05/05/2022

Computing treedepth in polynomial space and linear fpt time

The treedepth of a graph G is the least possible depth of an elimination...
research
01/13/2021

Space-Efficient Algorithms for Reachability in Geometric Graphs

The problem of graph Reachability is to decide whether there is a path f...
research
11/27/2017

Frameworks for Designing In-place Graph Algorithms

Read-only memory model is a classical model of computation to study time...
research
01/31/2019

Reachability in High Treewidth Graphs

Reachability is the problem of deciding whether there is a path from one...
research
10/05/2018

Unfolding of Finite Concurrent Automata

We consider recognizable trace rewriting systems with level-regular cont...

Please sign up or login with your details

Forgot password? Click here to reset