So far I loaded the data from the file into a vector of structs.
Then I created a new vector srtucts and calculated the weight of all edges, stored the info (weight from vertex and to vertex) in it....
Now I am not sure if I started right and what to do for the next step...