Algorithm 11 removeDuplicateEntries. |
Input:
Output:
|
-
1:
for to
do
-
2:
-
3:
end for
-
4:
for to
do
-
5:
for
to
do
-
6:
-
7:
For
to
do
-
8:
if
then //column value is not unique
-
9:
-
10:
-
11:
end if
-
12:
end for
-
13:
if
then // column value is unique
-
14:
-
15:
end if
-
16:
end for
-
17:
end for
|