Grade: Difference between revisions

Jump to navigation Jump to search
8 bytes removed ,  21:35, 14 July 2020
→‎Monadic form: Grade should always be stable: if not, it's not really Grade.
(→‎Monadic form: Grade should always be stable: if not, it's not really Grade.)
Line 29: Line 29:
</source>
</source>


Grade usually performs [[wikipedia:sorting algorithm#stability|stable sorting]], so that the indices of the repeated major cells are sorted by the order of appearance. Because of this, Grade Down produces the reverse of Grade Up only if all the major cells are unique.
Grade performs [[wikipedia:sorting algorithm#stability|stable sorting]], so that the indices of the repeated major cells are sorted by the order of appearance. Because of this, Grade Down produces the reverse of Grade Up only if all the major cells are unique.


<source lang=apl>
<source lang=apl>

Navigation menu