scispace - formally typeset
P

Paolo Giulio Franciosa

Researcher at Sapienza University of Rome

Publications -  53
Citations -  506

Paolo Giulio Franciosa is an academic researcher from Sapienza University of Rome. The author has contributed to research in topics: Planar graph & Graph (abstract data type). The author has an hindex of 12, co-authored 47 publications receiving 481 citations.

Papers
More filters
Book ChapterDOI

Directed Hypergraphs: Problems, Algorithmic Results, and a Novel Decremental Approach

TL;DR: A specific dynamic problem which finds several interesting applications, especially in the framework of knowledge representation: the maintenance of minimum weight hyperpaths under hyperarc weight increases and hyperarc deletions is addressed: a new efficient algorithm applicable for a wide class of hyperpath weight measures.
Proceedings ArticleDOI

Efficient searching with linear constraints

TL;DR: This work shows how to preprocess a set S of points in Rd into an external memory data structure that efficiently supports linear-constraint queries, and presents linear-size data structures that can answer d-dimensional linear- Constraints queries efficiently in the worst case.
Book ChapterDOI

Semi-Dynamic Shortest Paths and Breadth-First Search in Digraphs

TL;DR: This work shows how to maintain a shortest path tree of a general directed graph G with unit edge weights and n vertices, during a sequence of edge deletions or asequence of edge insertions, in O(n) amortized time per operation using linear space.
Journal ArticleDOI

The incremental maintenance of a depth-first-search tree in directed acyclic graphs

TL;DR: An incremental algorithm to maintain a DFS-forest in a directed acyclic graph under a sequence of arc insertions in O(nm) worst case total time, which compares favorably with the time required to recompute DFS from scratch by using Tarjan's Θ(n + m) algorithm any time a sequences of Ω(n)Arc insertions must be handled.
Book ChapterDOI

Enclosing Many Boxes by an Optimal Pair of Boxes

TL;DR: This work presents an O(dn\log n) + d^2 n^{2d-1}) algorithm for finding an optimal solution to the problem of finding two d-dimensional intervals such that all intervals in M are enclosed by S or by T, and the distribution is balanced.