Computer Science > Data Structures and Algorithms
[Submitted on 29 Oct 2012 (v1), last revised 3 Jul 2018 (this version, v10)]
Title:Finding Efficient Region in The Plane with Line segments
View PDFAbstract:Let $\mathscr O$ be a set of $n$ disjoint obstacles in $\mathbb{R}^2$, $\mathscr M$ be a moving object. Let $s$ and $l$ denote the starting point and maximum path length of the moving object $\mathscr M$, respectively. Given a point $p$ in ${R}^2$, we say the point $p$ is achievable for $\mathscr M$ such that $\pi(s,p)\leq l$, where $\pi(\cdot)$ denotes the shortest path length in the presence of obstacles. One is to find a region $\mathscr R$ such that, for any point $p\in \mathbb{R}^2$, if it is achievable for $\mathscr M$, then $p\in \mathscr R$; otherwise, $p\notin \mathscr R$. In this paper, we restrict our attention to the case of line-segment obstacles. To tackle this problem, we develop three algorithms. We first present a simpler-version algorithm for the sake of intuition. Its basic idea is to reduce our problem to computing the union of a set of circular visibility regions (CVRs). This algorithm takes $O(n^3)$ time. By analysing its dominant steps, we break through its bottleneck by using the short path map (SPM) technique to obtain those circles (unavailable beforehand), yielding an $O(n^2\log n)$ algorithm. Owing to the finding above, the third algorithm also uses the SPM technique. It however, does not continue to construct the CVRs. Instead, it directly traverses each region of the SPM to trace the boundaries, the final algorithm obtains $O(n\log n)$ complexity.
Submission history
From: Jack Wang [view email][v1] Mon, 29 Oct 2012 12:27:18 UTC (1,035 KB)
[v2] Fri, 2 Nov 2012 20:38:43 UTC (1,035 KB)
[v3] Mon, 18 Feb 2013 21:11:41 UTC (784 KB)
[v4] Tue, 26 Mar 2013 15:16:28 UTC (784 KB)
[v5] Fri, 29 Mar 2013 01:02:52 UTC (784 KB)
[v6] Thu, 4 Jul 2013 10:36:54 UTC (1,910 KB)
[v7] Tue, 9 Jul 2013 05:14:32 UTC (2,202 KB)
[v8] Tue, 12 Nov 2013 12:30:28 UTC (2,303 KB)
[v9] Sat, 30 Jun 2018 11:18:25 UTC (2,344 KB)
[v10] Tue, 3 Jul 2018 15:19:18 UTC (2,344 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.