lua-users home
lua-l archive

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


On Thu, Dec 17, 2015 at 10:31 PM, 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
>
> My best,
> Evandro

We have binary heap and LRU cache implemented in pure Lua:
https://github.com/Tieske/binaryheap.lua
https://github.com/starius/lua-lru


-- 


Best regards,
Boris Nagaev