Research Article

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

Algorithm 1

1: ;
2:while(t) do
3: Update(P[next] by P[j], ─(next));
4: ;
5:end while
6: Update(P[i] by P[j], ─ (i))
7: Make min-priority queue MQ(i) by for ─(i) according to .
8:while and do
9: Move P at root of MQ(i) to P[i] and replace the moved item by its neighbour 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.
10:end while