|
Algorithm 1: Carboxylic group (–COOH) search. |
-
1:
procedure DeleteItem(adjacency matrix A, feature vector f)
-
2:
for
i in 1 → len(f) do
-
3:
if
’C’ then
-
4:
-
5:
if
’O’) then
-
6:
-
7:
if
’H’ then
-
8:
-
9:
if
’H’ then
-
10:
cooh.append(list(i, candidate1, candidate2, candidate3))
-
11:
Return cooh
|