Brisbane Meeting – April 2006

Monday 24 April 2006

Recursion and Trees – Alex Fekken (Fekken IT Services)

In this meeting we will have a “back-to-basics” presentation on recursion and its most important application: implementing tree structures.

We will start with a few basic examples for those unfamiliar or uncomfortable with the idea of recursion.… Continue reading ›

Melbourne Meeting – April 2005

April 2005

Recursion and Linked Lists – Roger Connell

Early Pascal texts dealt extensively with managing dynamically allocated data via linked lists and with recursion in procedures. With Delphi the dynamic data tends to be allocated as objects and these objects are typically managed in containers such as TObjectList.… Continue reading ›