1
0
mirror of https://github.com/golang/go synced 2024-10-03 22:21:22 -06:00
go/src/pkg/container
Robert Griesemer 6d3d25de21 Ring ADT.
- 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
2009-07-28 14:54:49 -07:00
..
list container/list: Add Len() method to List. 2009-07-25 17:18:05 -07:00
ring Ring ADT. 2009-07-28 14:54:49 -07:00
vector mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00