Cyclic Permutations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
[[File:Generating Random Permutations - Cyclic Permutations - Space.png|1000px]] | [[File:Generating Random Permutations - Cyclic Permutations - Space.png|1000px]] | ||
== Space | == Time-Space Tradeoff == | ||
[[File:Generating Random Permutations - Cyclic Permutations - Pareto Frontier.png|1000px]] | [[File:Generating Random Permutations - Cyclic Permutations - Pareto Frontier.png|1000px]] |
Revision as of 14:44, 15 February 2023
Description
Given an input string/array, generate a single random cyclic permutation of the characters/elements of the string/array.
Related Problems
Related: General Permutations
Parameters
n: number of elements
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Sattolo's algorithm | 1986 | $O(n)$ | $O({1})$ | Exact | Randomized | Time |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Time-Space Tradeoff
Error creating thumbnail: Unable to save thumbnail to destination