2009 2nd IEEE International Conference on Computer Science and Information Technology 2009
DOI: 10.1109/iccsit.2009.5234550
|View full text |Cite
|
Sign up to set email alerts
|

A new friends sort algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
8
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(9 citation statements)
references
References 2 publications
1
8
0
Order By: Relevance
“…n n e n n n n ≈ − ≈ Therefore, the minimum computational complexity is O(nlog 2 (n)). The result is the same with that of the merge sort [10]. This fact confirms the correctness of the theory again.…”
Section: Modeling Of Sorting a Group Of Numberssupporting
confidence: 85%
See 4 more Smart Citations
“…n n e n n n n ≈ − ≈ Therefore, the minimum computational complexity is O(nlog 2 (n)). The result is the same with that of the merge sort [10]. This fact confirms the correctness of the theory again.…”
Section: Modeling Of Sorting a Group Of Numberssupporting
confidence: 85%
“…This computational complexity is the same with that of Bubble sort and insertion sort [10]. These methods are fast enough, however, just as we know, the fastest algorithm is merge sort the computational complexity of which is able to reach O(nlog 2 (n)) [10]. O(nlog 2 (n)) is much smaller than O(n 2 ), this fact indicates that O(n 2 ) is not the minimum computational complexity and O(nlog 2 (n)) takes place of it.…”
Section: Modeling Of Sorting a Group Of Numbersmentioning
confidence: 67%
See 3 more Smart Citations