[Lemon-user] Union Find
Alpár Jüttner
alpar at cs.elte.hu
Mon Apr 4 09:50:41 CEST 2011
On Sat, 2011-04-02 at 16:58 +0200, Pierre Moulon wrote:
> Hi all,
>
>
>
> The PDF documentation of Lemon talk about Union Find structure :
> http://lemon.cs.elte.hu/pub/doc/lemon-intro-presentation.pdf
>
>
> Does is yet implemented ?
Yes, there are four different implementations (UnionFind, UnionFindEnum,
HeapUnionFind and ExtendFindEnum), see here:
http://lemon.cs.elte.hu/pub/doc/1.2.1/a00527.html
BTW, latest doc (http://lemon.cs.elte.hu/pub/doc/latest/ ) has recently
got a search box in the top right corner.
> Otherwise :
> The lemon library is excellent. Easy to use !
> I will use it to perform a student course in my old school.
> I will use Lemon to compute the shortest path between Paris Metro
> stations and make understand to them what such problem could pose.
> From file reading, graph construction and shortest path... they will
> learn a lot and understand easily what a graph is with the ease of use
> of Lemon...
>
> I project to make the code accessible.. with small simplification it
> could become if you want a tutorial inside Lemon ...
Good idea. The Tutorial is something that really needs (and will always
need) to be improved.
Regards,
Alpar
More information about the Lemon-user
mailing list