Releases: EMacherki/IntegerSort
0.03
This package uses RAM based algorithm such as radix sort and counting sort and is designed to manipulate large data. Median arithmetic and pth element finding are also share the same concept. For opposite target, insertion sort algorithm is added to operate small data set. Such algorithms give more performance when it used with uniform data and are considered as low level tools (C/C++ resources ) which leads more vigilance and good practice of user. This package adapt that NA values are the lowest values of integer.
IntegerSort R package
This package uses RAM based algorithm such as radix sort and counting sort and is designed to manipulate large data. Median arithmetic and pth element finding are also share the same concept. For opposite target, insertion sort algorithm is added to operate small data set. Such algorithms give more performance when it used with uniform data and are considered as low level tools (C/C++ resources ) which leads more vigilance and good practice of user. This package adapt that NA values are the lowest values of integer.