[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Computer science in Lua
- From: Nagaev Boris <bnagaev@...>
- Date: Fri, 18 Dec 2015 01:27:17 +0300
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