• Robert Griesemer's avatar
    Ring ADT. · 6d3d25de
    Robert Griesemer authored
    - Provides analogous functionality to a doubly-linked list
      implementation.
    - Completely symmetric set of operations.
    - Operations on the ADT do not lead to results that are
      outside the domain of the ADT (closed interface).
    - Alternative to container/list.
    
    R=rsc
    DELTA=489  (489 added, 0 deleted, 0 changed)
    OCL=32284
    CL=32323
    6d3d25de
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib/godoc Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...