Doubly-linked list/Definition: Difference between revisions

m
Line 1,414:
 
Needless to say, this approach is expensive and inefficient. (But, granted, there will be cases where the cost is worth the expense.)
 
That said, note also that while the native J lists do not support cycles or loops, this high-cost substitute is general enough to support them.
 
=={{header|JavaScript}}==
6,962

edits