Hi Yann,
> On 04 Jan 2016, at 22:11, Yann Dubois <yann59.dubois@gmail.com> wrote:
>
> Hello World, Happy new year 2016 !
And to you too.
> I actually work on an integration of a double linked list on Pharo and I have a little interogation.
> It's better to use recursivity or senquential algorithm ?
Recursive is often cleaner, sequential is often faster.
> Yann
There is already a (minimal) DoubleLinkedList in the image ...
Sven