Playing with https://www.reddit.com/r/dailyprogrammer/comments/67q3s6/20170426_challenge_312_intermediate_next_largest/
> stack install
> nextLargest --output compare.html
submitted by jnazario2
Given an integer, find the next largest integer using ONLY the digits from the given integer.
An integer, one per line.
The next largest integer possible using the digits available.
Given 292761 the next largest integer would be 296127.
1234 1243 234765 19000
1243 1324 235467 90001
This challenge was suggested by user /u/caa82437, many thanks. If you have a challenge idea, please share it in /r/dailyprogrammer_ideas and there's a good chance we'll use it.