Slide 9
Slide 9 text
l
e
t d
a
t
a
: [
E
i
t
h
e
r
<
P
i
z
z
a
, A
d
>
] = [
/
/ .
.
.
]
f
u
n
c t
a
b
l
e
V
i
e
w
(
_ t
a
b
l
e
V
i
e
w
: U
I
T
a
b
l
e
V
i
e
w
,
c
e
l
l
F
o
r
R
o
w
A
t i
n
d
e
x
P
a
t
h
: I
n
d
e
x
P
a
t
h
) -
> U
I
T
a
b
l
e
V
i
e
w
C
e
l
l {
l
e
t i
t
e
m = d
a
t
a
[
i
n
d
e
x
P
a
t
h
.
r
o
w
]
l
e
t i
d
e
n
t
i
f
i
e
r = i
d
e
n
t
i
f
i
e
r
(
f
o
r
I
t
e
m
: i
t
e
m
)
l
e
t c
e
l
l = t
a
b
l
e
V
i
e
w
.
d
e
q
u
e
u
e
R
e
u
s
a
b
l
e
C
e
l
l
(
w
i
t
h
I
d
e
n
t
i
f
i
e
r
: i
d
e
n
t
i
f
i
e
r
,
f
o
r
: i
n
d
e
x
P
a
t
h
)
s
w
i
t
c
h i
t
e
m {
c
a
s
e .
L
e
f
t
(
l
e
t m
o
d
e
l
)
: c
o
n
f
i
g
u
r
e
(
c
e
l
l
, w
i
t
h
M
o
d
e
l
: m
o
d
e
l
)
c
a
s
e .
R
i
g
h
t
(
l
e
t a
d
)
: c
o
n
f
i
g
u
r
e
(
c
e
l
l
, w
i
t
h
A
d
: a
d
)
}
r
e
t
u
r
n c
e
l
l
}