10 lines
351 B
AppleScript
10 lines
351 B
AppleScript
"If there is a way to do this that is built-in, trivial, or provided
|
|
in a standard library, show that. Otherwise implement the minimum
|
|
length greedy algorithm from Wikipedia.
|
|
|
|
If there is a way to do this that is
|
|
built-in, trivial, or provided in a
|
|
standard library, show that. Otherwise
|
|
implement the minimum length greedy
|
|
algorithm from Wikipedia."
|