JSPM

Found 34 results for binary-search

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
  • 6.15
  • 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.15
    • Published

    @acorn-utils/binary-search

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

      • v1.0.0
      • 4.94
      • Published

      dsacb

      DSA with Callback.

      • v1.0.0
      • 4.93
      • Published

      pure-utility

      A small strongly typed pure function utility library

      • v1.0.1
      • 4.78
      • Published

      algostructs

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

      • v1.0.1
      • 3.01
      • Published

      binary_search_functions

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

        • v1.0.1
        • 2.89
        • 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
        • 2.72
        • Published

        bsearch-iterator

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

        • v1.0.0
        • 2.72
        • Published

        binsrch

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

        • v1.0.3
        • 0.00
        • Published

        mybinarysearch

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

          • v1.0.0
          • 0.00
          • Published