期刊名称:International Journal of Electronics Communication and Computer Technology
印刷版ISSN:2249-7838
出版年度:2015
卷号:5
期号:Special
出版社:International Journal of Electronics Communication and Computer Technology
摘要:Sorting is a process of arranging data in a specific order according to requirements of Application . In complex software applications, sorting plays a major role to reduce searching time complexity of data items. Efficient sorting brings orderliness in the data. Many sorting methods are advocated. Each method has its own advantages and disadvantages. Often a designer or developer is puzzled as to which method is best and efficient. The efficiency could be measured in terms of memory usage, time taken to sort, cpu usage etc. In this paper an efficient sorting algorithm called as Dynamic Multi Lists S orting Algorithm is proposed. We followed the various stages of Software Development Life Cycle to demonstrate the proposed sorting algorithm. Section I gives introduction about proposed sorting algorithm. In section II, proposed Algorithm is Analyzed and Designed. In section III, proposed algorithm is implemented using C programming Language. In section IV, we have tested the implementation of proposed algorithm using different test cases. In section V, we conclude the proposed Algorithm
关键词:Sorting; Dynamic Multi Lists; UnOrdered Input ; list; merged Output Sorted list