Benner
نضال خضير العبادي ( أستاذ )
كلية التربية - الحاسوب
[email protected]
00964-0-7816033217
 
 
 
NK-SORTING ALGORITHM
تحميل
بحث النوع:
علوم التخصص العام:
university of Kufa اسم الناشر:
اسماء المساعدين:
Journal of Kufa for Mathematics a n d Computer الجهة الناشرة:
Vol.1, No.4  
2011 سنة النشر:

الخلاصة

Sorting has been a profound area for the algorithmic researchers and many resources are invested to suggest more works for sorting algorithms. For this purpose, many existing sorting algorithms were observed in terms of the efficiency of the algorithmic complexity. Many algorithms are very well known for sorting the unordered lists. In this proposed algorithm, we suggested a new algorithm for sorting integers number depending on dividing the input array to many sub-arrays (which represents a vector or array with one dimension), according to the number of digits in each integer number, the relation between sub-array elements is determined, and this relation used to determines the right location of each element in subarrays. Collision may happen, which is solved by moving elements in sub-array to next location. Finally, all ordered sub-arrays will be merged together to rebuild the origin array. The proposed algorithm compared with many famous algorithms gives promising results.