Skip to main content

Showing 1–7 of 7 results for author: Külekci, M O

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

    cs.DS

    An Algorithm for Reordering Buffer Management Problem and Experimental Evaluations on Discrete Distributions

    Authors: Gözde Filiz, M. Oğuzhan Külekci

    Abstract: In the reordering buffer management problem, a sequence of requests must be executed by a service station, where a cost occurs for each pair of consecutive requests with different attributes. A reordering buffer management algorithm aims to permute the input sequence using the buffer to minimize the total cost. Reordering buffers has many potential applications in computer sciences and economics.… ▽ More

    Submitted 22 May, 2021; originally announced May 2021.

    ACM Class: F.2.2

  2. arXiv:1911.05676  [pdf, other

    cs.DS cs.DM cs.IR cs.IT

    Enumerative Data Compression with Non-Uniquely Decodable Codes

    Authors: M. Oğuzhan Külekci, Yasin Öztürk, Elif Altunok, Can Altıniğne

    Abstract: Non-uniquely decodable codes can be defined as the codes that cannot be uniquely decoded without additional disambiguation information. These are mainly the class of non-prefix-free codes, where a codeword can be a prefix of other(s), and thus, the codeword boundary information is essential for correct decoding. Although the codeword bit stream consumes significantly less space when compared to pr… ▽ More

    Submitted 13 November, 2019; originally announced November 2019.

  3. arXiv:1501.06259  [pdf, ps, other

    cs.DS

    On Longest Repeat Queries

    Authors: Atalay Mert İleri, M. Oğuzhan Külekci, Bojian Xu

    Abstract: Repeat finding in strings has important applications in subfields such as computational biology. Surprisingly, all prior work on repeat finding did not consider the constraint on the locality of repeats. In this paper, we propose and study the problem of finding longest repetitive substrings covering particular string positions. We propose an $O(n)$ time and space algorithm for finding the longest… ▽ More

    Submitted 26 January, 2015; originally announced January 2015.

    Comments: 11 pages

  4. arXiv:1312.2738  [pdf, ps, other

    cs.DS cs.DB

    Shortest Unique Substring Query Revisited

    Authors: Atalay Mert İleri, M. Oğuzhan Külekci, Bojian Xu

    Abstract: We revisit the problem of finding shortest unique substring (SUS) proposed recently by [6]. We propose an optimal $O(n)$ time and space algorithm that can find an SUS for every location of a string of size $n$. Our algorithm significantly improves the $O(n^2)$ time complexity needed by [6]. We also support finding all the SUSes covering every location, whereas the solution in [6] can find only one… ▽ More

    Submitted 10 January, 2014; v1 submitted 10 December, 2013; originally announced December 2013.

  5. arXiv:1211.2926  [pdf, ps, other

    cs.DS cs.DM cs.IT

    Enumeration of sequences with large alphabets

    Authors: M. Oguzhan Kulekci

    Abstract: This study focuses on efficient schemes for enumerative coding of $σ$--ary sequences by mainly borrowing ideas from Öktem & Astola's \cite{Oktem99} hierarchical enumerative coding and Schalkwijk's \cite{Schalkwijk72} asymptotically optimal combinatorial code on binary sequences. By observing that the number of distinct $σ$--dimensional vectors having an inner sum of $n$, where the values in each d… ▽ More

    Submitted 13 November, 2012; originally announced November 2012.

  6. arXiv:1211.2636  [pdf, ps, other

    cs.DS

    A memory versus compression ratio trade-off in PPM via compressed context modeling

    Authors: M. Oguzhan Kulekci

    Abstract: Since its introduction prediction by partial matching (PPM) has always been a de facto gold standard in lossless text compression, where many variants improving the compression ratio and speed have been proposed. However, reducing the high space requirement of PPM schemes did not gain that much attention. This study focuses on reducing the memory consumption of PPM via the recently proposed compre… ▽ More

    Submitted 12 November, 2012; originally announced November 2012.

  7. arXiv:1209.6449  [pdf, ps, other

    cs.IR cs.DS cs.PF

    Fast Packed String Matching for Short Patterns

    Authors: Simone Faro, M. Oguzhan Külekci

    Abstract: Searching for all occurrences of a pattern in a text is a fundamental problem in computer science with applications in many other fields, like natural language processing, information retrieval and computational biology. In the last two decades a general trend has appeared trying to exploit the power of the word RAM model to speed-up the performances of classical string matching algorithms. In thi… ▽ More

    Submitted 28 September, 2012; originally announced September 2012.

    Comments: 15 pages