nguyentruong98

Untitled

Dec 8th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. Queue* frontQueue(Queue *q)
  2. {
  3.       if (q->head == NULL)
  4.             return NULL;
  5.       return q->head->vertex;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment