من الگوریتم بلمن فورد دارم توضیحشو میخوام خواهشا کمک کنید
#include<iostream.h>
#include<conio.h>
class bellford
{
int size,**node,**metric,**ans,count,*temp;
int i,j,k,start_node,pass;
public:
bellford()
{
pass=count=i=j=0;
}
void accept(); // Accepts Number Of Nodes
void create(); //...