Next highest int from digits: Difference between revisions

m
(→‎Python: Generator: Tidied, updated primitives.)
Line 1,291:
 
 
# ------------ NON-FINITE-- LAZY STREAM OF SUCCESSORS ----------------
 
# digitShuffleSuccessors :: Int -> [Int]
def digitShuffleSuccessors(n):
'''Non-finiteIterator stream of all digit-shuffle
successors of n, where 0 <= n.
'''
9,659

edits