Skip to content

Releases: EMacherki/IntegerSort

0.03

24 Mar 18:56
c244467
Compare
Choose a tag to compare

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

24 Mar 18:54
082a5ac
Compare
Choose a tag to compare

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.

0.01

13 Mar 14:24
52f958b
Compare
Choose a tag to compare
Update lsdSort.cpp