International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 148 - Number 9 |
Year of Publication: 2016 |
Authors: Ajay Kedia, Shagun Dhingra |
10.5120/ijca2016911287 |
Ajay Kedia, Shagun Dhingra . Sign Shuffle Sorting Algorithm (S3 Algorithm). International Journal of Computer Applications. 148, 9 ( Aug 2016), 19-22. DOI=10.5120/ijca2016911287
In computer Science, Sorting algorithm is used to place the elements in a certain order or to arrange the data of the array or string in a particular order. Sorted Data has been used to design the database which contains the array values in a certain order. Typically, Sorting Algorithm is used to arrange the data either in increasing order to decreasing order. There are certain types of sorting algorithm which are used to sort an array and have different cost and time complexity but we have discussed only new sorting algorithms designed by us. Comparison of our sorting algorithm with others sorting algorithm are done in this paper. Because sorting is important to optimize the use of other algorithms in computer science such as binary search or linear search, it has been the subject of extensive research in computer science, and some complexity methods have been developed.