deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Use unused variable in dart binarySearch and create binarySearch.lua #257

Closed ghost closed 1 year ago

ghost commented 1 year ago

This PR implements the code for binary search in Lua

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

ghost commented 1 year ago

This introduces Lua to the algorithms repository. It includes LDoc/LuaDoc support.