Showing 61-80 of 101 packages
This is a Node.js module that take an array or return sorted array or filtered array
This package is a convenient wrapper for most standard sorting methods. Such as quickSort, mergeSort and others
A simple sorting library for JavaScript
'Implements binary search on data-structures
1. **Create a file named `README.md`** in the root of your project directory. 2. **Copy and paste the content** from the example above into your `README.md` file. 3. **Customize it** further if needed, such as updating the installation instructions if y
Sorts an array and allows specify multiple sorting criteria
Addser library that contains javascript functions
Algorithms library
This is a simple utility package that provides functions for text formatting and array sorting. It demonstrates how to create and publish an npm package, and leverages the powerful Lodash library for text formatting and sorting tasks.
Algorithm & Data structures utils
A utility library to help with object & array manipulations like sorting, filtering, and removing duplicates.
extended version of sorted-cmp-array from nathan7
Sort an array based on each item knowing the item before it
Ternary search algorithms for both continuous and discrete data. It includes functions for finding the minimum and maximum of unimodal functions, searching in sorted and rotated arrays, and detecting peak elements in unimodal sequences. Ideal for optimiza
Data structures, algorithms, and other useful functions written in TypeScript. This package is still in development.
A comprehensive npm package providing commonly used searching algorithms, sorting algorithms, and basic data structures for JavaScript.
This npm package provides a simple implementation of the binary search algorithm.
A simple and efficient implementation of the Quick Sort algorithm in TypeScript. This package provides a flexible and fast sorting utility that can be used in both Node.js and browser environments.
## Overview
`binary-search-utils` is a lightweight Node.js package providing efficient binary search functionality. Ideal for sorted datasets, this package allows you to quickly search for elements with ease.