pancake-sorting-problem

There are 3 repositories under pancake-sorting-problem topic.

  • SimonZonabend/Pancake

    Exhaustive graph search program for the Pancake Sorting Problem

    Language:Java2101
  • pancake-sort

    sauravhathi/pancake-sort

    Pancake sorting is the colloquial term for the mathematical problem of sorting a disordered stack of pancakes in order of size when a spatula can be inserted at any point in the stack and used to flip all pancakes above it. A pancake number is the minimum number of flips required for a given number of pancakes.

    Language:HTML120
  • veresdavid/pancake-puzzle

    A console application that solves the "pancake puzzle" problem with a modified A* algorithm.

    Language:Java30