Posts by Leonardo • 1 point
1 post
-
0
votes1
answer235
viewsQ: Code problems from a C priority list
I am creating a priority list in C (topological ordering) using vectors and within these vectors a chained list pointing out who has to come before whom. It’s just that there’s a glitch in the…