aureooms-js-bisectdeprecated

Python's binary search library for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsBisect from 'https://cdn.skypack.dev/aureooms-js-bisect';
</script>

README

js-bisect

Python's binary search library for JavaScript. Parent is js-algorithms.

let {
    bisect_left ,
    bisect_right ,
    insort_left ,
    insort_right ,
} = bisect ;

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

References