Skip to main content

Showing 1–37 of 37 results for author: Italiano, G F

Searching in archive cs. Search in all archives.
.
  1. arXiv:2409.08405  [pdf, other

    cs.SI cs.DS

    Consistent Strong Triadic Closure in Multilayer Networks

    Authors: Lutz Oettershagen, Athanasios L. Konstantinidis, Fariba Ranjbar, Giuseppe F. Italiano

    Abstract: Social network users are commonly connected to hundreds or even thousands of other users. However, these ties are not all of equal strength; for example, we often are connected to good friends or family members as well as acquaintances. Inferring the tie strengths is an essential task in social network analysis. Common approaches classify the ties into strong and weak edges based on the network to… ▽ More

    Submitted 12 September, 2024; originally announced September 2024.

  2. arXiv:2402.16085  [pdf, other

    cs.DS

    Online Drone Scheduling for Last-mile Delivery

    Authors: Saswata Jana, Giuseppe F. Italiano, Manas Jyoti Kashyop, Athanasios L. Konstantinidis, Evangelos Kosinas, Partha Sarathi Mandal

    Abstract: Delivering a parcel from the distribution hub to the customer's doorstep is called the \textit{last-mile delivery} step in delivery logistics. In this paper, we study a hybrid {\it truck-drones} model for the last-mile delivery step, in which a truck moves on a predefined path carrying parcels and drones deliver the parcels. We define the \textsc{online drone scheduling} problem, where the truck m… ▽ More

    Submitted 25 February, 2024; originally announced February 2024.

  3. arXiv:2402.04746  [pdf, other

    cs.DC

    Black Hole Search in Dynamic Tori

    Authors: Adri Bhattacharya, Giuseppe F. Italiano, Partha Sarathi Mandal

    Abstract: We investigate the black hole search problem by a set of mobile agents in a dynamic torus. Black hole is defined to be a dangerous stationary node which has the capability to destroy any number of incoming agents without leaving any trace of its existence. A torus of size $n\times m$ ($3\leq n \leq m$) is a collection of $n$ row rings and $m$ column rings, and the dynamicity is such that each ring… ▽ More

    Submitted 7 February, 2024; originally announced February 2024.

  4. arXiv:2312.10486  [pdf, other

    cs.DB

    Time-Constrained Continuous Subgraph Matching Using Temporal Information for Filtering and Backtracking

    Authors: Seunghwan Min, Jihoon Jang, Kunsoo Park, Dora Giammarresi, Giuseppe F. Italiano, Wook-Shin Han

    Abstract: Real-time analysis of graphs containing temporal information, such as social media streams, Q&A networks, and cyber data sources, plays an important role in various applications. Among them, detecting patterns is one of the fundamental graph analysis problems. In this paper, we study time-constrained continuous subgraph matching, which detects a pattern with a strict partial order on the edge set… ▽ More

    Submitted 16 December, 2023; originally announced December 2023.

  5. arXiv:2311.10984  [pdf, other

    cs.DC

    Black Hole Search in Dynamic Cactus Graph

    Authors: Adri Bhattacharya, Giuseppe F. Italiano, Partha Sarathi Mandal

    Abstract: We study the problem of black hole search by a set of mobile agents, where the underlying graph is a dynamic cactus. A black hole is a dangerous vertex in the graph that eliminates any visiting agent without leaving any trace behind. Key parameters that dictate the complexity of finding the black hole include: the number of agents required (termed as \textit{size}), the number of moves performed b… ▽ More

    Submitted 18 November, 2023; originally announced November 2023.

    Comments: This paper recently got accepted in WALCOM 2024

  6. arXiv:2309.11843  [pdf, other

    cs.SI cs.DS

    An Edge-Based Decomposition Framework for Temporal Networks

    Authors: Lutz Oettershagen, Athanasios L. Konstantinidis, Giuseppe F. Italiano

    Abstract: A temporal network is a dynamic graph where every edge is assigned an integer time label that indicates at which discrete time step the edge is available. We consider the problem of hierarchically decomposing the network and introduce an edge-based decomposition framework that unifies the core and truss decompositions for temporal networks while allowing us to consider the network's temporal dimen… ▽ More

    Submitted 13 November, 2024; v1 submitted 21 September, 2023; originally announced September 2023.

    Comments: Accepted at WSDM'25

  7. arXiv:2211.06521  [pdf, other

    cs.DS

    On maximal k-edge-connected subgraphs of undirected graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Evangelos Kosinas, Debasish Pattanayak

    Abstract: We show how to find and efficiently maintain maximal k-edge-connected subgraphs in undirected graphs. In particular, we provide the following results. (1) A general framework for maintaining the maximal k-edge-connected subgraphs upon insertions of edges or vertices, by successively partitioning the graph into its k-edge-connected components. This defines a decomposition tree, which can be maintai… ▽ More

    Submitted 29 April, 2023; v1 submitted 11 November, 2022; originally announced November 2022.

  8. arXiv:2206.11705  [pdf, other

    cs.SI cs.DS

    Inferring Tie Strength in Temporal Networks

    Authors: Lutz Oettershagen, Athanasios L. Konstantinidis, Giuseppe F. Italiano

    Abstract: Inferring tie strengths in social networks is an essential task in social network analysis. Common approaches classify the ties as wea} and strong ties based on the strong triadic closure (STC). The STC states that if for three nodes, $A$, $B$, and $C$, there are strong ties between $A$ and $B$, as well as $A$ and $C$, there has to be a (weak or strong) tie between $B$ and $C$. A variant of the ST… ▽ More

    Submitted 14 January, 2024; v1 submitted 23 June, 2022; originally announced June 2022.

  9. arXiv:2108.08558  [pdf, other

    cs.DS

    Improved Linear-Time Algorithm for Computing the $4$-Edge-Connected Components of a Graph

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Evangelos Kosinas

    Abstract: We present an improved algorithm for computing the $4$-edge-connected components of an undirected graph in linear time. The new algorithm uses only elementary data structures, and it is simple to describe and to implement in the pointer machine model of computation.

    Submitted 19 August, 2021; originally announced August 2021.

    Comments: arXiv admin note: substantial text overlap with arXiv:2105.02910

  10. arXiv:2105.02910  [pdf, other

    cs.DS

    Computing the $4$-Edge-Connected Components of a Graph in Linear Time

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Evangelos Kosinas

    Abstract: We present the first linear-time algorithm that computes the $4$-edge-connected components of an undirected graph. Hence, we also obtain the first linear-time algorithm for testing $4$-edge connectivity. Our results are based on a linear-time algorithm that computes the $3$-edge cuts of a $3$-edge-connected graph $G$, and a linear-time procedure that, given the collection of all $3$-edge cuts, par… ▽ More

    Submitted 6 May, 2021; originally announced May 2021.

  11. arXiv:2104.00886  [pdf, other

    cs.DB

    Symmetric Continuous Subgraph Matching with Bidirectional Dynamic Programming

    Authors: Seunghwan Min, Sung Gwan Park, Kunsoo Park, Dora Giammarresi, Giuseppe F. Italiano, Wook-Shin Han

    Abstract: In many real datasets such as social media streams and cyber data sources, graphs change over time through a graph update stream of edge insertions and deletions. Detecting critical patterns in such dynamic graphs plays an important role in various application domains such as fraud detection, cyber security, and recommendation systems for social networks. Given a dynamic data graph and a query gra… ▽ More

    Submitted 2 April, 2021; originally announced April 2021.

  12. arXiv:2101.02574  [pdf, ps, other

    cs.DS

    Planar Reachability Under Single Vertex or Edge Failures

    Authors: Giuseppe F. Italiano, Adam Karczmarz, Nikos Parotsidis

    Abstract: In this paper we present an efficient reachability oracle under single-edge or single-vertex failures for planar directed graphs. Specifically, we show that a planar digraph $G$ can be preprocessed in $O(n\log^2{n}/\log\log{n})$ time, producing an $O(n\log{n})$-space data structure that can answer in $O(\log{n})$ time whether $u$ can reach $v$ in $G$ if the vertex $x$ (the edge~$f$) is removed fro… ▽ More

    Submitted 7 January, 2021; originally announced January 2021.

    Comments: Full version of a SODA'21 paper

  13. arXiv:2007.08914  [pdf, other

    cs.DS

    All-Pairs LCA in DAGs: Breaking through the $O(n^{2.5})$ barrier

    Authors: Fabrizio Grandoni, Giuseppe F. Italiano, Aleksander Łukasiewicz, Nikos Parotsidis, Przemysław Uznański

    Abstract: Let $G=(V,E)$ be an $n$-vertex directed acyclic graph (DAG). A lowest common ancestor (LCA) of two vertices $u$ and $v$ is a common ancestor $w$ of $u$ and $v$ such that no descendant of $w$ has the same property. In this paper, we consider the problem of computing an LCA, if any, for all pairs of vertices in a DAG. The fastest known algorithms for this problem exploit fast matrix multiplication s… ▽ More

    Submitted 13 November, 2020; v1 submitted 17 July, 2020; originally announced July 2020.

  14. arXiv:1905.09175  [pdf, other

    cs.DC cs.DS

    Dynamic Algorithms for the Massively Parallel Computation Model

    Authors: Giuseppe F. Italiano, Silvio Lattanzi, Vahab S. Mirrokni, Nikos Parotsidis

    Abstract: The Massive Parallel Computing (MPC) model gained popularity during the last decade and it is now seen as the standard model for processing large scale data. One significant shortcoming of the model is that it assumes to work on static datasets while, in practice, real-world datasets evolve continuously. To overcome this issue, in this paper we initiate the study of dynamic algorithms in the MPC m… ▽ More

    Submitted 22 May, 2019; originally announced May 2019.

    Comments: Accepted to the 31st ACM Symposium on Parallelism in Algorithms and Architectures (SPAA 2019)

  15. arXiv:1901.09877  [pdf, other

    cs.DS

    Dominating Sets and Connected Dominating Sets in Dynamic Graphs

    Authors: Niklas Hjuler, Giuseppe F. Italiano, Nikos Parotsidis, David Saulpic

    Abstract: In this paper we study the dynamic versions of two basic graph problems: Minimum Dominating Set and its variant Minimum Connected Dominating Set. For those two problems, we present algorithms that maintain a solution under edge insertions and edge deletions in time $O(Δ\cdot \text{polylog}~n)$ per update, where $Δ$ is the maximum vertex degree in the graph. In both cases, we achieve an approximati… ▽ More

    Submitted 28 January, 2019; originally announced January 2019.

  16. arXiv:1807.05803  [pdf, other

    cs.DS

    Faster Algorithms for All-Pairs Bounded Min-Cuts

    Authors: Amir Abboud, Loukas Georgiadis, Giuseppe F. Italiano, Robert Krauthgamer, Nikos Parotsidis, Ohad Trabelsi, Przemysław Uznański, Daniel Wolleb-Graf

    Abstract: The All-Pairs Min-Cut problem (aka All-Pairs Max-Flow) asks to compute a minimum $s$-$t$ cut (or just its value) for all pairs of vertices $s,t$. We study this problem in directed graphs with unit edge/vertex capacities (corresponding to edge/vertex connectivity). Our focus is on the $k$-bounded case, where the algorithm has to find all pairs with min-cut value less than $k$, and report only those… ▽ More

    Submitted 21 February, 2019; v1 submitted 16 July, 2018; originally announced July 2018.

  17. arXiv:1806.10772  [pdf, other

    cs.DS

    Decremental SPQR-trees for Planar Graphs

    Authors: Jacob Holm, Giuseppe F. Italiano, Adam Karczmarz, Jakub Łącki, Eva Rotenberg

    Abstract: We present a decremental data structure for maintaining the SPQR-tree of a planar graph subject to edge contractions and deletions. The update time, amortized over $Ω(n)$ operations, is $O(\log^2 n)$. Via SPQR-trees, we give a decremental data structure for maintaining $3$-vertex connectivity in planar graphs. It answers queries in $O(1)$ time and processes edge deletions and contractions in… ▽ More

    Submitted 28 June, 2018; originally announced June 2018.

  18. arXiv:1802.10189  [pdf, other

    cs.DS

    Incremental Strong Connectivity and 2-Connectivity in Directed Graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Nikos Parotsidis

    Abstract: In this paper, we present new incremental algorithms for maintaining data structures that represent all connectivity cuts of size one in directed graphs (digraphs), and the strongly connected components that result by the removal of each of those cuts. We give a conditional lower bound that provides evidence that our algorithms may be tight up to sub-polynomial factors. As an additional result, wi… ▽ More

    Submitted 27 February, 2018; originally announced February 2018.

    Comments: Accepted to the 13th Latin American Theoretical INformatics Symposium (LATIN 2018)

  19. arXiv:1706.10228  [pdf, other

    cs.DS

    Contracting a Planar Graph Efficiently

    Authors: Jacob Holm, Giuseppe F. Italiano, Adam Karczmarz, Jakub Łącki, Eva Rotenberg, Piotr Sankowski

    Abstract: We present a data structure that can maintain a simple planar graph under edge contractions in linear total time. The data structure supports adjacency queries and provides access to neighbor lists in $O(1)$ time. Moreover, it can report all the arising self-loops and parallel edges. By applying the data structure, we can achieve optimal running times for decremental bridge detection, 2-edge con… ▽ More

    Submitted 30 June, 2017; originally announced June 2017.

  20. arXiv:1705.11163  [pdf, other

    cs.DS

    Decremental Single-Source Reachability in Planar Digraphs

    Authors: Giuseppe F. Italiano, Adam Karczmarz, Jakub Łącki, Piotr Sankowski

    Abstract: In this paper we show a new algorithm for the decremental single-source reachability problem in directed planar graphs. It processes any sequence of edge deletions in $O(n\log^2{n}\log\log{n})$ total time and explicitly maintains the set of vertices reachable from a fixed source vertex. Hence, if all edges are eventually deleted, the amortized time of processing each edge deletion is only… ▽ More

    Submitted 31 May, 2017; originally announced May 2017.

  21. arXiv:1705.10709  [pdf, other

    cs.DS

    Faster Algorithms for Computing Maximal 2-Connected Subgraphs in Sparse Directed Graphs

    Authors: Shiri Chechik, Thomas Dueholm Hansen, Giuseppe F. Italiano, Veronika Loitzenbauer, Nikos Parotsidis

    Abstract: Connectivity related concepts are of fundamental interest in graph theory. The area has received extensive attention over four decades, but many problems remain unsolved, especially for directed graphs. A directed graph is 2-edge-connected (resp., 2-vertex-connected) if the removal of any edge (resp., vertex) leaves the graph strongly connected. In this paper we present improved algorithms for com… ▽ More

    Submitted 30 May, 2017; originally announced May 2017.

    Comments: Revised version of SODA 2017 paper including details for k-edge-connected subgraphs

  22. Decremental Data Structures for Connectivity and Dominators in Directed Graphs

    Authors: Loukas Georgiadis, Thomas Dueholm Hansen, Giuseppe F. Italiano, Sebastian Krinninger, Nikos Parotsidis

    Abstract: We introduce a new dynamic data structure for maintaining the strongly connected components (SCCs) of a directed graph (digraph) under edge deletions, so as to answer a rich repertoire of connectivity queries. Our main technical contribution is a decremental data structure that supports sensitivity queries of the form "are $ u $ and $ v $ strongly connected in the graph $ G \setminus w $?", for an… ▽ More

    Submitted 26 April, 2017; originally announced April 2017.

    Comments: Accepted to the 44th International Colloquium on Automata, Languages, and Programming (ICALP 2017)

  23. arXiv:1612.08075  [pdf, other

    cs.DS

    All-Pairs 2-Reachability in $\mathcal{O}(n^ω\log n)$ Time

    Authors: Loukas Georgiadis, Daniel Graf, Giuseppe F. Italiano, Nikos Parotsidis, Przemysław Uznański

    Abstract: In the $2$-reachability problem we are given a directed graph $G$ and we wish to determine if there are two (edge or vertex) disjoint paths from $u$ to $v$, for a given pair of vertices $u$ and $v$. In this paper, we present an algorithm that computes $2$-reachability information for all pairs of vertices in $\mathcal{O}(n^ω\log n)$ time, where $n$ is the number of vertices and $ω$ is the matrix m… ▽ More

    Submitted 26 July, 2017; v1 submitted 23 December, 2016; originally announced December 2016.

    Comments: 27 pages. Full version of ICALP'17 abstract

  24. arXiv:1607.07073  [pdf, other

    cs.DS

    Incremental $2$-Edge-Connectivity in Directed Graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Nikos Parotsidis

    Abstract: In this paper, we initiate the study of the dynamic maintenance of $2$-edge-connectivity relationships in directed graphs. We present an algorithm that can update the $2$-edge-connected blocks of a directed graph with $n$ vertices through a sequence of $m$ edge insertions in a total of $O(mn)$ time. After each insertion, we can answer the following queries in asymptotically optimal time: (i) Test… ▽ More

    Submitted 24 July, 2016; originally announced July 2016.

    Comments: Full version of paper presented at ICALP 2016

  25. arXiv:1604.05337  [pdf, ps, other

    cs.DS

    Design of Dynamic Algorithms via Primal-Dual Method

    Authors: Sayan Bhattacharya, Monika Henzinger, Giuseppe F. Italiano

    Abstract: We develop a dynamic version of the primal-dual method for optimization problems, and apply it to obtain the following results. (1) For the dynamic set-cover problem, we maintain an $O(f^2)$-approximately optimal solution in $O(f \cdot \log (m+n))$ amortized update time, where $f$ is the maximum "frequency" of an element, $n$ is the number of sets, and $m$ is the maximum number of elements in the… ▽ More

    Submitted 18 April, 2016; originally announced April 2016.

    Comments: A preliminary version of this paper appeared in ICALP 2015 (Track A)

  26. arXiv:1604.02711  [pdf, other

    cs.DS

    An Experimental Study of Dynamic Dominators

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Luigi Laura, Federico Santaroni

    Abstract: Motivated by recent applications of dominator computations, we consider the problem of dynamically maintaining the dominators of flow graphs through a sequence of insertions and deletions of edges. Our main theoretical contribution is a simple incremental algorithm that maintains the dominator tree of a flow graph with $n$ vertices through a sequence of $k$ edge insertions in $O(m\min\{n,k\}+kn)$… ▽ More

    Submitted 10 April, 2016; originally announced April 2016.

    Comments: A preliminary version of this paper appeared in Proc. ESA 2012

  27. arXiv:1511.02913  [pdf, other

    cs.DS

    Strong Connectivity in Directed Graphs under Failures, with Application

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Nikos Parotsidis

    Abstract: In this paper, we investigate some basic connectivity problems in directed graphs (digraphs). Let $G$ be a digraph with $m$ edges and $n$ vertices, and let $G\setminus e$ be the digraph obtained after deleting edge $e$ from $G$. As a first result, we show how to compute in $O(m+n)$ worst-case time: $(i)$ The total number of strongly connected components in $G\setminus e$, for all edges $e$ in $G$.… ▽ More

    Submitted 6 May, 2019; v1 submitted 9 November, 2015; originally announced November 2015.

    Comments: An extended abstract of this work appeared in the SODA 2017

  28. arXiv:1509.02841  [pdf, other

    cs.DS

    Approximating the Smallest Spanning Subgraph for 2-Edge-Connectivity in Directed Graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Charis Papadopoulos, Nikos Parotsidis

    Abstract: Let $G$ be a strongly connected directed graph. We consider the following three problems, where we wish to compute the smallest strongly connected spanning subgraph of $G$ that maintains respectively: the $2$-edge-connected blocks of $G$ (\textsf{2EC-B}); the $2$-edge-connected components of $G$ (\textsf{2EC-C}); both the $2$-edge-connected blocks and the $2$-edge-connected components of $G$ (\tex… ▽ More

    Submitted 9 September, 2015; originally announced September 2015.

  29. arXiv:1502.07206   

    cs.DS

    Incremental DFS Trees on Arbitrary Directed Graphs

    Authors: Giorgio Ausiello, Paolo G. Franciosa, Giuseppe F. Italiano, Andrea Ribichini

    Abstract: We present a new algorithm for maintaining a DFS tree of an arbitrary directed graph under any sequence of edge insertions. Our algorithm requires a total of $O(m\cdot n)$ time in the worst case to process a sequence of edge insertions, where $n$ is the number of vertices in the graph and $m$ is the total number of edges in the final graph. We also prove lower bounds for variations of this problem… ▽ More

    Submitted 23 February, 2022; v1 submitted 25 February, 2015; originally announced February 2015.

    Comments: The article contains a flaw in the complexity analysis

  30. arXiv:1412.1318  [pdf, other

    cs.DS

    Deterministic Fully Dynamic Data Structures for Vertex Cover and Matching

    Authors: Sayan Bhattacharya, Monika Henzinger, Giuseppe F. Italiano

    Abstract: We present the first deterministic data structures for maintaining approximate minimum vertex cover and maximum matching in a fully dynamic graph $G = (V,E)$, with $|V| = n$ and $|E| =m$, in $o(\sqrt{m}\,)$ time per update. In particular, for minimum vertex cover we provide deterministic data structures for maintaining a $(2+\eps)$ approximation in $O(\log n/\eps^2)$ amortized time per update. Fo… ▽ More

    Submitted 3 December, 2014; originally announced December 2014.

    Comments: An extended abstract of this paper will appear in SODA' 2015

  31. arXiv:1409.6277  [pdf, other

    cs.DS

    2-Vertex Connectivity in Directed Graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Luigi Laura, Nikos Parotsidis

    Abstract: We complement our study of 2-connectivity in directed graphs, by considering the computation of the following 2-vertex-connectivity relations: We say that two vertices v and w are 2-vertex-connected if there are two internally vertex-disjoint paths from v to w and two internally vertex-disjoint paths from w to v. We also say that v and w are vertex-resilient if the removal of any vertex different… ▽ More

    Submitted 19 February, 2015; v1 submitted 22 September, 2014; originally announced September 2014.

    Comments: arXiv admin note: substantial text overlap with arXiv:1407.3041

  32. arXiv:1407.3041  [pdf, other

    cs.DS

    2-Edge Connectivity in Directed Graphs

    Authors: Loukas Georgiadis, Giuseppe F. Italiano, Luigi Laura, Nikos Parotsidis

    Abstract: Edge and vertex connectivity are fundamental concepts in graph theory. While they have been thoroughly studied in the case of undirected graphs, surprisingly not much has been investigated for directed graphs. In this paper we study $2$-edge connectivity problems in directed graphs and, in particular, we consider the computation of the following natural relation: We say that two vertices $v$ and… ▽ More

    Submitted 31 July, 2014; v1 submitted 11 July, 2014; originally announced July 2014.

  33. arXiv:1401.7591  [pdf, other

    cs.DS

    Experimental Evaluation of Algorithms for the Food-Selection Problem

    Authors: Camil Demetrescu, Irene Finocchi, Giuseppe F. Italiano, Luigi Laura

    Abstract: In this paper, we describe the result of our experiments on Algorithms for the Food-Selection Problem, which is the fundamental problem first stated and addressed in the seminal paper \cite{pigout}. Because the key aspect of any experimental evaluation is the \textbf{reproducibility}, we detail deeply the setup of all our experiments, thus leaving to the interested eater the opportunity to reprodu… ▽ More

    Submitted 29 January, 2014; originally announced January 2014.

    Comments: This paper discuss the problem of eating good food in Rome :-) This is the latest version, the one that has been distributed to people participants of the SEA 2013 conference. Previous versions of this paper have been distributed to participants of FOCS 2004, CIAC 2006, ICTCS 2007, WEA 2007, WINE 2009, OPODIS 2012, and WSDM 2013

  34. arXiv:1303.1559  [pdf, other

    cs.DS

    On Resilient Graph Spanners

    Authors: G. Ausiello, P. G. Franciosa, G. F. Italiano, A. Ribichini

    Abstract: We introduce and investigate a new notion of resilience in graph spanners. Let $S$ be a spanner of a graph $G$. Roughly speaking, we say that a spanner $S$ is resilient if all its point-to-point distances are resilient to edge failures. Namely, whenever any edge in $G$ fails, then as a consequence of this failure all distances do not degrade in $S$ substantially more than in $G$ (i.e., the relativ… ▽ More

    Submitted 29 May, 2014; v1 submitted 6 March, 2013; originally announced March 2013.

  35. arXiv:1203.3870  [pdf, other

    cs.CR

    Personal data disclosure and data breaches: the customer's viewpoint

    Authors: Giuseppe D'Acquisto, Maurizio Naldi, Giuseppe F. Italiano

    Abstract: Every time the customer (individual or company) has to release personal information to its service provider (e.g., an online store or a cloud computing provider), it faces a trade-off between the benefits gained (enhanced or cheaper services) and the risks it incurs (identity theft and fraudulent uses). The amount of personal information released is the major decision variable in that trade-off pr… ▽ More

    Submitted 17 March, 2012; originally announced March 2012.

  36. arXiv:1011.2843  [pdf, ps, other

    cs.DS

    Improved Minimum Cuts and Maximum Flows in Undirected Planar Graphs

    Authors: Giuseppe F. Italiano, Piotr Sankowski

    Abstract: In this paper we study minimum cut and maximum flow problems on planar graphs, both in static and in dynamic settings. First, we present an algorithm that given an undirected planar graph computes the minimum cut between any two given vertices in O(n log log n) time. Second, we show how to achieve the same O(n log log n) bound for the problem of computing maximum flows in undirected planar graphs.… ▽ More

    Submitted 22 November, 2010; v1 submitted 12 November, 2010; originally announced November 2010.

    Comments: This paper is being merged with the paper by Christian Wulff-Nilsen "Min st-Cut of a Planar Graph in O(n loglog n) Time" https://arxiv.boxedpaper.com/abs/1007.3609

    ACM Class: G.2.2

  37. arXiv:cs/0104001  [pdf, ps, other

    cs.DS cs.DM

    Mantaining Dynamic Matrices for Fully Dynamic Transitive Closure

    Authors: Camil Demetrescu, Giuseppe F. Italiano

    Abstract: In this paper we introduce a general framework for casting fully dynamic transitive closure into the problem of reevaluating polynomials over matrices. With this technique, we improve the best known bounds for fully dynamic transitive closure. In particular, we devise a deterministic algorithm for general directed graphs that achieves $O(n^2)$ amortized time for updates, while preserving unit wo… ▽ More

    Submitted 31 March, 2001; originally announced April 2001.

    Comments: 52 pages, 5 figures

    Report number: TR-DIS-03-01 ACM Class: F.2.2; G.2.2