RosettaCodeData/Task/Stem-and-leaf-plot/J/stem-and-leaf-plot-1.j

8 lines
257 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
stem =: <.@(%&10)
leaf =: 10&|
stemleaf =: (stem@{. ; leaf)/.~ stem
expandStems =: <./ ([ + i.@>:@-~) >./
expandLeaves=: (expandStems e. ])@[ #inv ]
showStemLeaf=: (":@,.@expandStems@[ ; ":&>@expandLeaves)&>/@(>@{. ; <@{:)@|:@stemleaf@/:~