Implementation of commonly used data structures and utilities in JavaScript.
Sorted Array - uses binary search for fast insertion / reading
Bubble_sor Selection_sort insertion_sort Heap_sort Radix_sort Counting_sort
A simple module to test the publishing of npm packages and also to test the binary search algorithm.