Skip to content

IntegerSort R package

Compare
Choose a tag to compare
@EMacherki EMacherki released this 24 Mar 18:54
· 11 commits to master since this release
082a5ac

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.