Stem-and-leaf plot: Difference between revisions

m
(→‎{{header|ALGOL 68}}: Reinstated original sample arbitrarily removed by some guy. Their new sample is retained as an alternative.)
Line 307:
</pre>
 
=== Without external dependencies ===
===Alternative without sorting===
 
This solution works without relying in some random guy's private library.
 
{{works with|ALGOL 68G|Any - tested with release 2.8.3.win32}}
<syntaxhighlight lang="algol68">
7

edits