Skip to content

Instantly share code, notes, and snippets.

@politza
Created December 9, 2017 00:17
Show Gist options
  • Save politza/c67b51b635c42354e83a6e41296305ed to your computer and use it in GitHub Desktop.
Save politza/c67b51b635c42354e83a6e41296305ed to your computer and use it in GitHub Desktop.
Missing instance
# See https://codegolf.stackexchange.com/questions/150000/the-missing-number-revised
# Size: 250
# Missing: 231 (may not be unique)
# Comment: All numbers containing a 0 in ascending numerical order followed by
# all others in descending one.
0102030405060708090100101102103104105106107108109110120130140150160170180190200201202203204205206207208209210220230240249248247246245244243242241239238237236235234233232229228227226225224223222221219218217216215214213212211199198197196195194193192191189188187186185184183182181179178177176175174173172171169168167166165164163162161159158157156155154153152151149148147146145144143142141139138137136135134133132131129128127126125124123122121119118117116115114113112111999897969594939291898887868584838281797877767574737271696867666564636261595857565554535251494847464544434241393837363534333231292827262524232221191817161514131211987654321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment