Index of /~lloyd/tildeProgLang/C/List

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Append.c2017-02-21 14:03 246  
[TXT]Dispose.c2017-02-21 14:03 285  
[TXT]LengthItr.c2017-02-21 14:03 159  
[TXT]LengthRec.c2017-02-21 14:03 136  
[TXT]List.h2017-02-21 14:03 328  
[TXT]ListElement.h2017-02-21 14:03 61  
[TXT]Map.c2017-02-21 14:03 270  
[TXT]Merge.c2017-02-21 14:03 413  
[TXT]Ops.c2017-02-21 14:03 547  
[TXT]Range.c2017-02-21 14:03 196  
[TXT]Rev.c2017-02-21 14:03 334  
[TXT]RevS.c2017-02-21 14:03 188  
[TXT]RevSE.c2017-02-21 14:03 417  
[TXT]Sieve.c2017-02-21 14:03 791  
[TXT]SortM.c2017-02-21 14:03 619  
[TXT]Write.c2017-02-21 14:03 377  
[TXT]driver.c2017-02-21 14:03 941  


[C] [A+DS] [List]

Note that the use of the name `hd' (or head) for the element value in a list cell, the name `tl' (or tail) for the pointer to the rest of the list and the name `cons()' for the cell constructor function, is purely traditional and inherited from the programming language `Lisp'. Some prefer to use other names such as `contents', `next' and `cell' etc.

© L.Allison