lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 17 December 2015 at 17:31, Evandro Leopoldino Gonçalves
<evandrolgoncalves@gmail.com> wrote:
> Hi guys!
>
> I'm implementing some classical algorithms and data structures in Lua. Maybe
> it can be useful for someone :D
>
> https://github.com/EvandroLG/computer_science_in_lua

See also this collection by Roland Yonaba:

https://github.com/Yonaba/Algorithm-Implementations

Enjoy! :)

-- Hisham