Aray queue = Null
dengan Max(Q) = 5
a)
Insert KLM
b)
Insert AB
c)
Remove 2 elemen
d)
Insert FG
e)
Remove item
f)
Remove item
g)
Insert H
h)
Remove item
Berapakah F(front),
R(rear), I(item)?
Jawaban :
a)
Insert KLM
K
|
L
|
M
|
|
|
b)
Insert AB
K
|
L
|
M
|
A
|
B
|
c)
Remove 2 elemen
|
|
M
|
A
|
B
|
d)
Insert FG
F
|
G
|
M
|
A
|
B
|
e)
Remove item
F
|
G
|
|
A
|
B
|
f)
Remove item
F
|
G
|
|
|
B
|
g)
Insert H
F
|
G
|
H
|
|
B
|
h)
Remove item
F
|
G
|
H
|
|
|
Jadi
: F=1 R=3 I=3
0 komentar:
Posting Komentar