Research Article

Computational Identification of Metabolic Pathways of Plasmodium falciparum using the -Shortest Path Algorithm

Algorithm 2

1: ;
2: while do
3: Update(P[next] by P[j], ─ (next));
4: Compute Rk for P[next]
5: ;
6: end while
7: Update(P[i] by P[j],─ (i))
8: Make min-priority queue MQ(i) by P1[j] for ─ (i) according to values.
9: while and do
10: Move P at root of MQ(i) to P[i] and replace the moved item by its neighbor in the source list from which it came and update the nodes values traversing up in MQ(i) along the path of the moved item.
11: end while