Main /
LinkedListCategories: GEN rds-hosted Language Tools Linked List 17K Author: James Cook Date: Jun 23 2017 http://www.rapideuphoria.com/linked_list.zip Double linked list routines in Euphoria. Can interface with C linked list structure. Linked lists can provide faster data processing than arrays, because not all the data is in the processor cache. Can represent any Euphoria object as a linked list. Freeware license. |