Pancake Flipping is hard

作者:

Highlights:

摘要

Pancake Flipping is the problem of sorting a stack of pancakes of different sizes (that is, a permutation), when the only allowed operation is to insert a spatula anywhere in the stack and to flip the pancakes above it (that is, to perform a prefix reversal). In the burnt variant, one side of each pancake is marked as burnt, and it is required to finish with all pancakes having the burnt side down. Computing the optimal scenario for any stack of pancakes and determining the worst-case stack for any stack size have been challenges for over more than three decades. Beyond being an intriguing combinatorial problem in itself, it also yields applications, e.g. in parallel computing and computational biology. In this paper, we show that the Pancake Flipping problem, in its original (unburnt) variant, is NP-hard, thus answering the long-standing question of its computational complexity.

论文关键词:Pancake problem,Permutations,Prefix reversals,Computational complexity

论文评审过程:Received 18 February 2013, Revised 30 July 2014, Accepted 31 July 2014, Available online 11 April 2015, Version of Record 25 August 2015.

论文官网地址:https://doi.org/10.1016/j.jcss.2015.02.003