lua-users home
lua-l archive

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


On 5/05/2010, at 10:37 AM, varol kaptan wrote:

> http://lua-users.org/lists/lua-l/2005-11/msg00218.html
> 
> On Tue, May 4, 2010 at 10:51 PM, Mariusz Stanisz
> <mar@stonewatercontrols.com> wrote:
>> Hi,
>>  Does anyone have have an implementation or know of a lib of Dijkstra's
>> algorithm.

I'm afraid I don't know what mesh networks are, so I don't know about your application, but if you need your search to be fast, it'd be better to use a heap than the extract_min in that version.

Cheers,
Geoff