An open API service indexing awesome lists of open source software.

https://github.com/qeffects/lua-binary-search

Lua binary search
https://github.com/qeffects/lua-binary-search

Last synced: 10 months ago
JSON representation

Lua binary search

Awesome Lists containing this project

README

          

# A Typescript To Lua Binary Search

Parses your sorted array and finds the member that has an arbitrary numeric value in an arbitrary field

Includes a variant of binsearch that finds an index for your new member (see the included type declarations)