Skip to main content

Showing 1–9 of 9 results for author: Kiyomi, M

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

    cs.DS

    Finding a reconfiguration sequence between longest increasing subsequences

    Authors: Yuuki Aoike, Masashi Kiyomi, Yasuaki Kobayashi, Yota Otachi

    Abstract: In this note, we consider the problem of finding a step-by-step transformation between two longest increasing subsequences in a sequence, namely Longest Increasing Subsequence Reconfiguration. We give a polynomial-time algorithm for deciding whether there is a reconfiguration sequence between two longest increasing subsequences in a sequence. This implies that Independent Set Reconfiguration and T… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

    Comments: 6 pages

  2. arXiv:2201.08940  [pdf, ps, other

    cs.DS

    A Framework to Design Approximation Algorithms for Finding Diverse Solutions in Combinatorial Problems

    Authors: Tesshu Hanaka, Masashi Kiyomi, Yasuaki Kobayashi, Yusuke Kobayashi, Kazuhiro Kurita, Yota Otachi

    Abstract: Finding a \emph{single} best solution is the most common objective in combinatorial optimization problems. However, such a single solution may not be applicable to real-world problems as objective functions and constraints are only "approximately" formulated for original real-world problems. To solve this issue, finding \emph{multiple} solutions is a natural direction, and diversity of solutions i… ▽ More

    Submitted 21 January, 2022; originally announced January 2022.

  3. arXiv:2101.09414  [pdf, other

    cs.DS

    Exploring the Gap Between Treedepth and Vertex Cover Through Vertex Integrity

    Authors: Tatsuya Gima, Tesshu Hanaka, Masashi Kiyomi, Yasuaki Kobayashi, Yota Otachi

    Abstract: For intractable problems on graphs of bounded treewidth, two graph parameters treedepth and vertex cover number have been used to obtain fine-grained complexity results. Although the studies in this direction are successful, we still need a systematic way for further investigations because the graphs of bounded vertex cover number form a rather small subclass of the graphs of bounded treedepth. To… ▽ More

    Submitted 31 March, 2023; v1 submitted 22 January, 2021; originally announced January 2021.

    Comments: 30 pages, 5 figures, CIAC 2021

  4. arXiv:2012.04910  [pdf, other

    cs.DS

    An Improved Deterministic Parameterized Algorithm for Cactus Vertex Deletion

    Authors: Yuuki Aoike, Tatsuya Gima, Tesshu Hanaka, Masashi Kiyomi, Yasuaki Kobayashi, Yusuke Kobayashi, Kazuhiro Kurita, Yota Otachi

    Abstract: A cactus is a connected graph that does not contain $K_4 - e$ as a minor. Given a graph $G = (V, E)$ and integer $k \ge 0$, Cactus Vertex Deletion (also known as Diamond Hitting Set) is the problem of deciding whether $G$ has a vertex set of size at most $k$ whose removal leaves a forest of cacti. The current best deterministic parameterized algorithm for this problem was due to Bonnet et al. [WG… ▽ More

    Submitted 26 March, 2021; v1 submitted 9 December, 2020; originally announced December 2020.

    Comments: 11 pages, 1 figure

  5. arXiv:2009.08588  [pdf, other

    cs.DS

    Longest Common Subsequence in Sublinear Space

    Authors: Masashi Kiyomi, Takashi Horiyama, Yota Otachi

    Abstract: We present the first $\mathrm{o}(n)$-space polynomial-time algorithm for computing the length of a longest common subsequence. Given two strings of length $n$, the algorithm runs in $\mathrm{O}(n^{3})$ time with $\mathrm{O}\left(\frac{n \log^{1.5} n}{2^{\sqrt{\log n}}}\right)$ bits of space.

    Submitted 17 September, 2020; originally announced September 2020.

    Comments: 6 pages, 2 figures

  6. arXiv:2008.03448  [pdf, other

    cs.DS

    Parameterized Complexity of $(A,\ell)$-Path Packing

    Authors: Rémy Belmonte, Tesshu Hanaka, Masaaki Kanzaki, Masashi Kiyomi, Yasuaki Kobayashi, Yusuke Kobayashi, Michael Lampis, Hirotaka Ono, Yota Otachi

    Abstract: Given a graph $G = (V,E)$, $A \subseteq V$, and integers $k$ and $\ell$, the \textsc{$(A,\ell)$-Path Packing} problem asks to find $k$ vertex-disjoint paths of length $\ell$ that have endpoints in $A$ and internal points in $V \setminus A$. We study the parameterized complexity of this problem with parameters $|A|$, $\ell$, $k$, treewidth, pathwidth, and their combinations. We present sharp comple… ▽ More

    Submitted 8 August, 2020; originally announced August 2020.

    Comments: 22pages, IWOCA 2020

  7. arXiv:1804.08236  [pdf, other

    cs.DS

    How Bad is the Freedom to Flood-It?

    Authors: Rémy Belmonte, Mehdi Khosravian Ghadikolaei, Masashi Kiyomi, Michael Lampis, Yota Otachi

    Abstract: Fixed-Flood-It and Free-Flood-It are combinatorial problems on graphs that generalize a very popular puzzle called Flood-It. Both problems consist of recoloring moves whose goal is to produce a monochromatic ("flooded") graph as quickly as possible. Their difference is that in Free-Flood-It the player has the additional freedom of choosing the vertex to play in each move. In this paper, we investi… ▽ More

    Submitted 22 April, 2018; originally announced April 2018.

    Comments: 19 pages, 6 figures, FUN 2018

  8. arXiv:1712.09230  [pdf, ps, other

    cs.DS

    Space-Efficient Algorithms for Longest Increasing Subsequence

    Authors: Masashi Kiyomi, Hirotaka Ono, Yota Otachi, Pascal Schweitzer, Jun Tarui

    Abstract: Given a sequence of integers, we want to find a longest increasing subsequence of the sequence. It is known that this problem can be solved in $O(n \log n)$ time and space. Our goal in this paper is to reduce the space consumption while kee** the time complexity small. For $\sqrt{n} \le s \le n$, we present algorithms that use $O(s \log n)$ bits and $O(\frac{1}{s} \cdot n^{2} \cdot \log n)$ time… ▽ More

    Submitted 26 December, 2017; originally announced December 2017.

    Comments: 14 pages, STACS 2018

  9. arXiv:1203.3284  [pdf, ps, other

    cs.DS q-bio.PE

    Efficient Enumeration of the Directed Binary Perfect Phylogenies from Incomplete Data

    Authors: Masashi Kiyomi, Yoshio Okamoto, Toshiki Saitoh

    Abstract: We study a character-based phylogeny reconstruction problem when an incomplete set of data is given. More specifically, we consider the situation under the directed perfect phylogeny assumption with binary characters in which for some species the states of some characters are missing. Our main object is to give an efficient algorithm to enumerate (or list) all perfect phylogenies that can be obtai… ▽ More

    Submitted 15 March, 2012; originally announced March 2012.

    Comments: Extended abstract to appear in 11th International Symposium on Experimental Algorithms (SEA 2012)