blob: 3da5dac927123cc7fee51404b48459512f99e806 [file] [log] [blame]
% ------------------------------------------------------------------------------
% Copyright (c) 2010, 2021 Contributors to the Eclipse Foundation
%
% See the NOTICE file(s) distributed with this work for additional
% information regarding copyright ownership.
%
% This program and the accompanying materials are made available under the terms
% of the MIT License which is available at https://opensource.org/licenses/MIT
%
% SPDX-License-Identifier: MIT
% ------------------------------------------------------------------------------
{\ttfamily
\begin{tikzpicture}[decoration=brace]
\draw (0,0) rectangle (1,1);
\draw (1,0) rectangle (2,1);
\draw (2,0) rectangle (3,1);
\draw (3,0) rectangle (4,1);
\draw (4,0) rectangle (5,1);
\draw (0.5,0.5) node {7};
\draw (1.5,0.5) node {8};
\draw (2.5,0.5) node {3};
\draw (3.5,0.5) node {5};
\draw (4.5,0.5) node {9};
\draw [<-,help lines] (0.5,0) -- (0.5,-1);
\draw (0.5,-1.3) node {xs[0]};
\draw[decorate] (5,0) -- (1,0);
\draw [<-,help lines] (3,-0.2) -- (3,-1);
\draw (3,-1.3) node {xs[1:]};
\draw [->, help lines] (4.5,2) -- (4.5,1);
\draw (4.5, 2.3) node {xs[-1]};
\draw [decorate] (0,1) -- (4,1);
\draw [->, help lines] (2,2) -- (2,1.2);
\draw (2.0, 2.3) node {xs[:-1]};
\end{tikzpicture}
}