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
- Host: GitHub
- URL: https://github.com/qeffects/lua-binary-search
- Owner: qeffects
- License: mit
- Created: 2021-09-15T15:41:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T18:34:17.000Z (almost 5 years ago)
- Last Synced: 2025-06-30T01:42:48.580Z (12 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)