Skip to main content

Showing 1–13 of 13 results for author: Daescu, O

Searching in archive cs. Search in all archives.
.
  1. arXiv:2201.08900   

    cs.CG

    Approximating the discrete and continuous median line segments in $d$ dimensions

    Authors: Ovidiu Daescu, Ka Yaw Teo

    Abstract: Consider a set $P$ of $n$ points in $\mathbb{R}^d$. In the discrete median line segment problem, the objective is to find a line segment bounded by a pair of points in $P$ such that the sum of the Euclidean distances from $P$ to the line segment is minimized. In the continuous median line segment problem, a real number $\ell>0$ is given, and the goal is to locate a line segment of length $\ell$ in… ▽ More

    Submitted 14 February, 2022; v1 submitted 21 January, 2022; originally announced January 2022.

    Comments: There is an error in the packing argument used to determine the number of well separated pairs/subsets. The error first appears in the proof in Appendix C -- on page 17, in the first mathematical expression, the term $||ab||$ should be $||ab||/E[x]$

  2. arXiv:2011.11685  [pdf, other

    cs.CG

    Computing Feasible Trajectories for an Articulated Probe in Three Dimensions

    Authors: Ovidiu Daescu, Ka Yaw Teo

    Abstract: Consider an input consisting of a set of $n$ disjoint triangular obstacles in $\mathbb{R}^3$ and a target point $t$ in the free space, all enclosed by a large sphere $S$ of radius $R$ centered at $t$. An articulated probe is modeled as two line segments $ab$ and $bc$ connected at point $b$. The length of $ab$ can be equal to or greater than $R$, while $bc$ is of a given length $r \leq R$. The prob… ▽ More

    Submitted 23 November, 2020; originally announced November 2020.

    Comments: 38 pages, 14 figures. A preliminary version of this work was presented at the 31st Annual Canadian Conference on Computational Geometry

  3. arXiv:2011.11672  [pdf, other

    cs.CG

    Characterization and Computation of Feasible Trajectories for an Articulated Probe with a Variable-Length End Segment

    Authors: Ovidiu Daescu, Ka Yaw Teo

    Abstract: An articulated probe is modeled in the plane as two line segments, $ab$ and $bc$, joined at $b$, with $ab$ being very long, and $bc$ of some small length $r$. We investigate a trajectory planning problem involving the articulated two-segment probe where the length $r$ of $bc$ can be customized. Consider a set $P$ of simple polygonal obstacles with a total of $n$ vertices, a target point $t$ locate… ▽ More

    Submitted 23 November, 2020; originally announced November 2020.

    Comments: 42 pages, 19 figures. A preliminary version of this work was presented at the 32nd Annual Canadian Conference on Computational Geometry

  4. arXiv:2007.06052  [pdf, ps, other

    cs.CG

    City Guarding with Limited Field of View

    Authors: Ovidiu Daescu, Hemant Malik

    Abstract: Drones and other small unmanned aerial vehicles are starting to get permission to fly within city limits. While video cameras are easily available in most cities, their purpose is to guard the streets at ground level. Guarding the aerial space of a city with video cameras is a problem that so far has been largely ignored. In this paper, we present bounds on the number of cameras needed to guard… ▽ More

    Submitted 23 July, 2020; v1 submitted 12 July, 2020; originally announced July 2020.

  5. arXiv:1808.05256   

    cs.DS

    Edge Disjoint Spanning Trees in an Undirected Graph with E=2(V-1)

    Authors: Hemant Malik, Ovidiu Daescu, Ramaswamy Chandrasekaran

    Abstract: Given a connected undirected graph G = [V; E] where |E| =2(|V| -1), we present two algorithms to check if G can be decomposed into two edge disjoint spanning trees, and provide such a decomposition when it exists. Unlike previous algorithms for finding edge disjoint spanning trees in general undirected graphs, based on matroids and complex in description, our algorithms are based on simple graph r… ▽ More

    Submitted 26 November, 2018; v1 submitted 15 August, 2018; originally announced August 2018.

    Comments: Lemma 5 need to be updated

  6. arXiv:1807.09392  [pdf, other

    cs.CG

    Does a robot path have clearance c?

    Authors: Ovidiu Daescu, Hemant Malik

    Abstract: Most path planning problems among polygonal obstacles ask to find a path that avoids the obstacles and is optimal with respect to some measure or a combination of measures, for example an $u$-to-$v$ shortest path of clearance at least $c$, where $u$ and $v$ are points in the free space and $c$ is a positive constant. In practical applications, such as emergency interventions/evacuations and medica… ▽ More

    Submitted 24 July, 2018; originally announced July 2018.

  7. arXiv:1804.05956  [pdf, other

    cs.DS

    k-Maximum Subarrays for Small k: Divide-and-Conquer made simpler

    Authors: Hemant Malik, Ovidiu Daescu

    Abstract: Given an array A of n real numbers, the maximum subarray problem is to find a contiguous subarray which has the largest sum. The k-maximum subarrays problem is to find k such subarrays with the largest sums. For the 1-maximum subarray the well known divide-and-conquer algorithm, presented in most textbooks, although suboptimal, is easy to implement and can be made optimal with a simple change that… ▽ More

    Submitted 22 July, 2018; v1 submitted 16 April, 2018; originally announced April 2018.

  8. arXiv:1803.05893  [pdf, other

    cs.CG

    Altitude Terrain Guarding and Guarding Uni-Monotone Polygons

    Authors: Ovidiu Daescu, Stephan Friedrichs, Hemant Malik, Valentin Polishchuk, Christiane Schmidt

    Abstract: We present an optimal, linear-time algorithm for the following version of terrain guarding: given a 1.5D terrain and a horizontal line, place the minimum number of guards on the line to see all of the terrain. We prove that the cardinality of the minimum guard set coincides with the cardinality of a maximum number of ``witnesses'', i.e., terrain points, no two of which can be seen by a single guar… ▽ More

    Submitted 1 June, 2019; v1 submitted 15 March, 2018; originally announced March 2018.

    Comments: 28 pages, 15 figures

  9. arXiv:1706.03268  [pdf, other

    cs.CG

    Maximum Area Rectangle Separating Red and Blue Points

    Authors: Bogdan Armaselu, Ovidiu Daescu

    Abstract: Given a set R of n red points and a set B of m blue points, we study the problem of finding a rectangle that contains all the red points, the minimum number of blue points and has the largest area. We call such rectangle a maximum separating rectangle. We address the planar, axis-aligned (2D) version, and present an O(mlogm+n) time, O(m+n) space algorithm. The running time reduces to O(m + n) if t… ▽ More

    Submitted 10 June, 2017; originally announced June 2017.

    Comments: 14 pages, 11 figures

  10. arXiv:1612.01038  [pdf, other

    cs.DS

    Approximation Algorithms for the Maximum Profit Pick-up Problem with Time Windows and Capacity Constraint

    Authors: Bogdan Armaselu, Ovidiu Daescu

    Abstract: In this paper, we study the Maximum Profit Pick-up Problem with Time Windows and Capacity Constraint (MP-PPTWC). Our main results are 3 polynomial time algorithms, all having constant approximation factors. The first algorithm has an approximation ratio of $~46 (1 + (71/60 + \fracα{\sqrt{10+p}}) ε) \log T$, where: (i) $ε> 0$ and $T$ are constants; (ii) The maximum quantity supplied is… ▽ More

    Submitted 3 December, 2016; originally announced December 2016.

    Comments: 15 pages, 5 figures

  11. arXiv:1007.1222  [pdf

    cs.CG

    Minimum Sum Dipolar Spanning Tree in R^3

    Authors: Steven Bitner, Ovidiu Daescu

    Abstract: In this paper we consider finding a geometric minimum-sum dipolar spanning tree in R^3, and present an algorithm that takes O(n^2 log^2 n) time using O(n^2) space, thus almost matching the best known results for the planar case. Our solution uses an interesting result related to the complexity of the common intersection of n balls in R^3, of possible different radii, that are all tangent to a give… ▽ More

    Submitted 7 July, 2010; originally announced July 2010.

    Comments: 11 pages, 4 figures, submitted to Computational Geometry: Theory and Applications

  12. arXiv:1004.4901  [pdf, ps, other

    cs.CG

    Fréchet Distance Problems in Weighted Regions

    Authors: Yam Ki Cheung, Ovidiu Daescu

    Abstract: We discuss two versions of the Fréchet distance problem in weighted planar subdivisions. In the first one, the distance between two points is the weighted length of the line segment joining the points. In the second one, the distance between two points is the length of the shortest path between the points. In both cases, we give algorithms for finding a (1+epsilon)-factor approximation of the Fréc… ▽ More

    Submitted 27 April, 2010; originally announced April 2010.

    Comments: 24 pages 6 figures

  13. arXiv:1004.1588  [pdf, ps, other

    cs.CG

    Approximate Point-to-Face Shortest Paths in R^3

    Authors: Yam Ki Cheung, Ovidiu Daescu

    Abstract: We address the point-to-face approximate shortest path problem in R: Given a set of polyhedral obstacles with a total of n vertices, a source point s, an obstacle face f, and a real positive parameter epsilon, compute a path from s to f that avoids the interior of the obstacles and has length at most (1+epsilon) times the length of the shortest obstacle avoiding path from s to f. We present three… ▽ More

    Submitted 9 April, 2010; originally announced April 2010.

    Comments: 16 pages, Latex