RosettaCodeData/Task/Stem-and-leaf-plot/J/stem-and-leaf-plot-1.j
2023-07-01 13:44:08 -04:00

7 lines
257 B
Text

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