Shuffling string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pasacco

    #1

    Shuffling string

    Dear

    I need to know a "name of suffling (algorithm)"

    There are many ways to shuffle.

    For example,
    Given a string "aaaabbbccc d"

    We can shuffle into
    (1) "abcabcabca d"
    or
    (2) "abcabcadab c"

    I want to know "how can we name different methods"

    If there are some examples, let us know.

  • Peter Pichler

    #2
    Re: Shuffling string

    Pasacco wrote:
    I need to know a "name of suffling (algorithm)"
    Then ask in a newsgroup about algorithms.
    Even better, ask Google.

    This is not a question about the C programming language.

    Comment

    Working...