Skip to main content

Showing 1–8 of 8 results for author: Sleator, D

  1. arXiv:2408.02851  [pdf, other

    math.CO

    Wythoff's Nim with Finite Alterations

    Authors: Mirabel Hu, Daniel Sleator, William Tsin

    Abstract: Wythoff's Nim is a variant of 2-pile Nim in which players are allowed to take any positive number of stones from pile 1, or any positive number of stones from pile 2, or the same positive number from both piles. The player who makes the last move wins. It is well-known that the P-positions (losing positions) are precisely those where the two piles have sizes… ▽ More

    Submitted 7 August, 2024; v1 submitted 5 August, 2024; originally announced August 2024.

    Comments: 19 pages, 7 figures

    MSC Class: 91A46

  2. arXiv:2211.09251  [pdf, other

    cs.DS cs.LG

    Learning-Augmented B-Trees

    Authors: Xinyuan Cao, Jingbang Chen, Li Chen, Chris Lambert, Richard Peng, Daniel Sleator

    Abstract: We study learning-augmented binary search trees (BSTs) and B-Trees via Treaps with composite priorities. The result is a simple search tree where the depth of each item is determined by its predicted weight $w_x$. To achieve the result, each item $x$ has its composite priority $-\lfloor\log\log(1/w_x)\rfloor + U(0, 1)$ where $U(0, 1)$ is the uniform random variable. This generalizes the recent lea… ▽ More

    Submitted 24 July, 2023; v1 submitted 16 November, 2022; originally announced November 2022.

    Comments: 25 pages

  3. arXiv:1708.03812  [pdf, ps, other

    cs.DS

    Optimal Offline Dynamic $2,3$-Edge/Vertex Connectivity

    Authors: Richard Peng, Bryce Sandlund, Daniel D. Sleator

    Abstract: We give offline algorithms for processing a sequence of $2$ and $3$ edge and vertex connectivity queries in a fully-dynamic undirected graph. While the current best fully-dynamic online data structures for $3$-edge and $3$-vertex connectivity require $O(n^{2/3})$ and $O(n)$ time per update, respectively, our per-operation cost is only $O(\log n)$, optimal due to the dynamic connectivity lower boun… ▽ More

    Submitted 20 March, 2019; v1 submitted 12 August, 2017; originally announced August 2017.

    Comments: Revised version of a WADS '13 submission

  4. arXiv:1510.03247   

    cs.CY

    Impartial Redistricting: A Markov Chain Approach

    Authors: Lucy Chenyun Wu, Jason Xiaotian Dou, Danny Sleator, Alan Frieze, David Miller

    Abstract: The gerrymandering problem is a worldwide problem which sets great threat to democracy and justice in district based elections. Thanks to partisan redistricting commissions, district boundaries are often manipulated to benefit incumbents. Since an independent commission is hard to come by, the possibility of impartially generating districts with a computer is explored in this thesis. We have devel… ▽ More

    Submitted 13 October, 2015; v1 submitted 12 October, 2015; originally announced October 2015.

    Comments: about authorship naming problem, will fix soon

  5. arXiv:1201.3299  [pdf, ps, other

    math.CO

    Subtraction games with FES sets of size 3

    Authors: Danny Sleator, Marla Slusky

    Abstract: This paper extends the work done by Angela Siegel on subtraction games in which the subtraction set is N \ X for some finite set X. Siegel proves that for any finite set X, the G-sequence is ultimately arithmetic periodic, and that if |X| = 1 or 2, then it is purely arithmetic periodic. This note proves that if |X| = 3 then the G-sequence is purely arithmetic periodic. It is known that for |X| \ge… ▽ More

    Submitted 16 January, 2012; originally announced January 2012.

    Comments: 7 pages, including 2 pages of data

  6. Competitive Paging Algorithms

    Authors: Amos Fiat, Richard Karp, Mike Luby, Lyle McGeoch, Daniel Sleator, Neal E. Young

    Abstract: The paging problem is that of deciding which pages to keep in a memory of k pages in order to minimize the number of page faults. This paper introduces the marking algorithm, a simple randomized on-line algorithm for the paging problem, and gives a proof that its performance guarantee (competitive ratio) is O(log k). In contrast, no deterministic on-line algorithm can have a performance guarante… ▽ More

    Submitted 18 May, 2002; originally announced May 2002.

    ACM Class: F.2.0; F.1.2; C.0

    Journal ref: Journal of Algorithms 12:685-699 (1991)

  7. arXiv:cmp-lg/9508004  [pdf, ps

    cs.CL

    Parsing English with a Link Grammar

    Authors: Daniel D. K. Sleator, Davy Temperley

    Abstract: We develop a formal grammatical system called a link grammar, show how English grammar can be encoded in such a system, and give algorithms for efficiently parsing with a link grammar. Although the expressive power of link grammars is equivalent to that of context free grammars, encoding natural language grammars appears to be much easier with the new system. We have written a program for genera… ▽ More

    Submitted 2 August, 1995; originally announced August 1995.

    Comments: 91 pages, compressed postscript

    Report number: CMU-CS-TR-91-126

  8. arXiv:cmp-lg/9508003  [pdf, ps

    cs.CL

    A Robust Parsing Algorithm For Link Grammars

    Authors: Dennis Grinberg, John Lafferty, Daniel Sleator

    Abstract: In this paper we present a robust parsing algorithm based on the link grammar formalism for parsing natural languages. Our algorithm is a natural extension of the original dynamic programming recognition algorithm which recursively counts the number of linkages between two words in the input sentence. The modified algorithm uses the notion of a null link in order to allow a connection between an… ▽ More

    Submitted 2 August, 1995; originally announced August 1995.

    Comments: 17 pages, compressed postscript

    Report number: CMU-CS-TR-95-125