What does sort mean in compute-ring?

1 answer

Answer

1133602

2026-04-01 10:20

+ Follow

It means that you have some data that is unsorted, and you sort it according to some criterion. For example, if you have a set of numbers, you might want to have them in ascending order, such that each number is greater-or-equal than the number before it. Or if you have a set of Words, you might want to sort them in dictionary order.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.