Next highest int from digits: Difference between revisions

Line 316:
===Python: Generator===
 
A variant which defines, (in terms of a concatMap over permutations), a generator of '''all''' digit-shuffle successors for a given integer:
 
<lang python>'''Digit-shuffle successors'''
9,659

edits