Posts by Luyza • 21 points
2 posts
-
0
votes0
answers45
viewsQ: Complexity of Strand Sort algorithm
I’m using the Strand Sort to do a college job and wanted to know if at level of complexity, in worst case it O(n 2). and I wanted to know under what circumstances it would be better to use this…
-
1
votes1
answer42
viewsQ: How To Order In R
How to sort numbers in r dados = order(dados, decreasing = F) dados Here only orders the position... I wanted to know a method of sorting the numbers that are in the given list: dados =…