JSPM

Found 33 results for binary-search

imgcap

Automatically compress images to exact file size using binary search algorithm.

  • v1.0.2
  • 31.99
  • Published

algomatic

Various algorithms and math utilities.

  • v4.0.0
  • 24.91
  • Published

useful-ut

Some random useful functions and classes

    • v1.0.2
    • 17.77
    • Published

    find-by-words

    A solution for finding words started by a string. It works well on both front-end and back-end.

    • v1.0.3
    • 16.61
    • Published

    binary-search-variations

    This consists of variations of several binary search functions used

      • v2.0.4
      • 16.05
      • Published

      binary-search-curryed

      This is a really tiny, curryed, simple binary search library for Node.JS

      • v1.0.1
      • 14.44
      • Published

      pure-utility

      A small strongly typed pure function utility library

      • v1.0.1
      • 13.72
      • Published

      algoverse

      AlgoVerse is a JavaScript library for efficient algorithms, data structures, and interactive visualizations. It helps developers implement and visualize structures like heaps, graphs, and trees in real time.

      • v1.1.1
      • 12.72
      • Published

      algostructs

      All of the data structures Javascript is missing + some basic algorithm implementations.

      • v1.0.1
      • 11.78
      • Published

      binsrch

      Provides efficient, pure JavaScript binary search functionality for sorted arrays, includes methods: findLast, findLastLess, findLastLessOrEqual, findFirst, findFirstGreater, findFirstGreaterOrEqual

      • v1.0.3
      • 11.53
      • Published

      bsearch-iterator

      A simple binary search I made as a snippet for leetcode tasks

      • v1.0.0
      • 10.94
      • Published

      @barudakrosul/bisect

      Utility for searching and inserting elements in a sorted array using a binary algorithm

      • v0.0.1
      • 10.74
      • Published

      all-dsa

      [![npm version](https://img.shields.io/npm/v/your-package-name.svg)](https://www.npmjs.com/package/your-package-name) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/your-username/your-package-name/blob/master/LICENSE)

      • v1.2.3
      • 10.23
      • Published

      @santi100/bisect-lib

      Santi's Bisect Library: Binary search in a lightweight package.

        • v0.0.5
        • 9.78
        • Published

        dsacb

        DSA with Callback.

        • v1.0.0
        • 8.98
        • Published

        mybinarysearch

        How to use it const binarysearch =require("mybinarysearch"); const index=binarysearch(arr,target);

          • v1.0.0
          • 8.52
          • Published

          binary_search_functions

          Its a function that searches an element in an array using binary serach

            • v1.0.1
            • 6.26
            • Published

            @superiqbal7/binarysearch

            Binary search is a searching algorithm that works on sorted data. Binary searches check the middle value to see whether the desired value is greater or smaller than it. If the desired value is smaller, this algorithm can search the smaller parts, or it ca

              • v1.0.0
              • 6.23
              • Published

              @acorn-utils/binary-search

              Practicing creating packages while going through algo class. This one mostly does binary search.

                • v1.0.0
                • 4.73
                • Published