Skip to content

Releases: EMacherki/IntegerSort

0.03

Choose a tag to compare

@EMacherki EMacherki released this 24 Mar 18:56
c244467

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

Choose a tag to compare

@EMacherki EMacherki released this 24 Mar 18:54
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.

0.01

Choose a tag to compare

@EMacherki EMacherki released this 13 Mar 14:24
52f958b
Update lsdSort.cpp