[next] [tail] [up]
Traversal and indexing:
n = (r - 1) * C + c
(r,c) = (n/C,n%C)
[next] [front] [up]