Skip to main content

Showing 1–5 of 5 results for author: Katajainen, J

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

    cs.DS

    Memory-Adjustable Navigation Piles with Applications to Sorting and Convex Hulls

    Authors: Omar Darwish, Amr Elmasry, Jyrki Katajainen

    Abstract: We consider space-bounded computations on a random-access machine (RAM) where the input is given on a read-only random-access medium, the output is to be produced to a write-only sequential-access medium, and the available workspace allows random reads and writes but is of limited capacity. The length of the input is $N$ elements, the length of the output is limited by the computation, and the cap… ▽ More

    Submitted 24 October, 2015; originally announced October 2015.

    Comments: 21 pages

  2. arXiv:1407.3377  [pdf, ps, other

    cs.DS

    Strengthened Lazy Heaps: Surpassing the Lower Bounds for Binary Heaps

    Authors: Stefan Edelkamp, Jyrki Katajainen, Amr Elmasry

    Abstract: Let $n$ denote the number of elements currently in a data structure. An in-place heap is stored in the first $n$ locations of an array, uses $O(1)$ extra space, and supports the operations: minimum, insert, and extract-min. We introduce an in-place heap, for which minimum and insert take $O(1)$ worst-case time, and extract-min takes $O(\lg{} n)$ worst-case time and involves at most… ▽ More

    Submitted 12 July, 2014; originally announced July 2014.

  3. arXiv:1407.3342  [pdf, other

    cs.DS

    Selection from read-only memory with limited workspace

    Authors: Amr Elmasry, Daniel Dahl Juhl, Jyrki Katajainen, Srinivasa Rao Satti

    Abstract: Given an unordered array of $N$ elements drawn from a totally ordered set and an integer $k$ in the range from $1$ to $N$, in the classic selection problem the task is to find the $k$-th smallest element in the array. We study the complexity of this problem in the space-restricted random-access model: The input array is stored on read-only memory, and the algorithm has access to a limited amount o… ▽ More

    Submitted 12 July, 2014; originally announced July 2014.

    Comments: 16 pages, 1 figure, Preliminary version appeared in COCOON-2013

  4. arXiv:1112.0993  [pdf, other

    cs.DS

    Worst-Case Optimal Priority Queues via Extended Regular Counters

    Authors: Amr Elmasry, Jyrki Katajainen

    Abstract: We consider the classical problem of representing a collection of priority queues under the operations \Findmin{}, \Insert{}, \Decrease{}, \Meld{}, \Delete{}, and \Deletemin{}. In the comparison-based model, if the first four operations are to be supported in constant time, the last two operations must take at least logarithmic time. Brodal showed that his worst-case efficient priority queues achi… ▽ More

    Submitted 5 December, 2011; originally announced December 2011.

  5. arXiv:1109.1465  [pdf, ps, other

    cs.DS

    The Open Graph Archive: A Community-Driven Effort

    Authors: Christian Bachmaier, Franz J. Brandenburg, Philip Effinger, Carsten Gutwenger, Jyrki Katajainen, Karsten Klein, Miro Spönemann, Matthias Stegmaier, Michael Wybrow

    Abstract: In order to evaluate, compare, and tune graph algorithms, experiments on well designed benchmark sets have to be performed. Together with the goal of reproducibility of experimental results, this creates a demand for a public archive to gather and store graph instances. Such an archive would ideally allow annotation of instances or sets of graphs with additional information like graph properties a… ▽ More

    Submitted 7 September, 2011; originally announced September 2011.

    Comments: 10 pages