Todo List

Global list_append
Improvements are possible and planned:
  • the time complexity of the current implementation is O(N) where N indicates the number of nodes in a list. With a circular list, where the next node of the last node set to the head node, it is possible for both pushing and appending to be done in a constant time.

Generated on Mon Jan 24 01:12:58 2011 for The List Library by  doxygen 1.5.8