Created
June 16, 2015 15:09
-
-
Save joebo/985bded274705d12d448 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arr=:(i.!10) A. i. 10 | |
tonum=: ". @: (,/"1 @: ":"0) | |
a=: tonum (5{."1 arr) | |
b=: tonum (5}."1 arr) | |
mindiff=: (<./) (#~ >&0) a-b | |
idx=:(a-b) i. 247 | |
Note "output" | |
idx { a | |
50123 | |
idx { b | |
49876 | |
mindiff | |
247 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment