Snippets tagged repmin

  • The repmin problem

    The repmin problem is to replace all elements of a tree of numbers by the minimum element, making only a single pass over the original tree. Repmin is a very ingenious example of Circular Programming.

    3 people like this

    Posted: 12 years ago by Nick Palladinos