Skip to main content

Showing 1–4 of 4 results for author: Pawlewicz, J

.
  1. arXiv:2103.09684  [pdf, ps, other

    cs.CG

    Sublinear Average-Case Shortest Paths in Weighted Unit-Disk Graphs

    Authors: Adam Karczmarz, Jakub Pawlewicz, Piotr Sankowski

    Abstract: We consider the problem of computing shortest paths in weighted unit-disk graphs in constant dimension $d$. Although the single-source and all-pairs variants of this problem are well-studied in the plane case, no non-trivial exact distance oracles for unit-disk graphs have been known to date, even for $d=2$. The classical result of Sedgewick and Vitter [Algorithmica '86] shows that for weighted… ▽ More

    Submitted 17 March, 2021; originally announced March 2021.

    Comments: Full version of a SoCG'21 paper. Abstract truncated to meet arxiv requirements

  2. A Faster Exponential Time Algorithm for Bin Packing With a Constant Number of Bins via Additive Combinatorics

    Authors: Jesper Nederlof, Jakub Pawlewicz, Céline M. F. Swennenhuis, Karol Węgrzycki

    Abstract: In the Bin Packing problem one is given $n$ items with weights $w_1,\ldots,w_n$ and $m$ bins with capacities $c_1,\ldots,c_m$. The goal is to find a partition of the items into sets $S_1,\ldots,S_m$ such that $w(S_j) \leq c_j$ for every bin $j$, where $w(X)$ denotes $\sum_{i \in X}w_i$. Björklund, Husfeldt and Koivisto (SICOMP 2009) presented an $\mathcal{O}^\star(2^n)$ time algorithm for Bin Pack… ▽ More

    Submitted 8 September, 2023; v1 submitted 16 July, 2020; originally announced July 2020.

    Comments: SODA 2021; 45 pages; 4 figures

    MSC Class: 68Q25 ACM Class: F.2

  3. arXiv:1905.02424  [pdf, ps, other

    cs.DS

    Equal-Subset-Sum Faster Than the Meet-in-the-Middle

    Authors: Marcin Mucha, Jesper Nederlof, Jakub Pawlewicz, Karol Węgrzycki

    Abstract: In the Equal-Subset-Sum problem, we are given a set $S$ of $n$ integers and the problem is to decide if there exist two disjoint nonempty subsets $A,B \subseteq S$, whose elements sum up to the same value. The problem is NP-complete. The state-of-the-art algorithm runs in $O^{*}(3^{n/2}) \le O^{*}(1.7321^n)$ time and is based on the meet-in-the-middle technique. In this paper, we improve upon this… ▽ More

    Submitted 3 July, 2019; v1 submitted 7 May, 2019; originally announced May 2019.

    Comments: 22 pages

    ACM Class: F.2

  4. arXiv:1107.4890  [pdf, ps, other

    math.NT cs.DS

    Counting Square-Free Numbers

    Authors: Jakub Pawlewicz

    Abstract: The main topic of this contribution is the problem of counting square-free numbers not exceeding $n$. Before this work we were able to do it in time (Comparing to the Big-O notation, Soft-O ($\softO$) ignores logarithmic factors) $\softO(\sqrt{n})$. Here, the algorithm with time complexity $\softO(n^{2/5})$ and with memory complexity $\softO(n^{1/5})$ is presented. Additionally, a parallel version… ▽ More

    Submitted 25 July, 2011; originally announced July 2011.