nguyentruong98

Untitled

Nov 26th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. Node* front(Queue p);
  2. {
  3.       if(q.head == NULL)
  4.             return;
  5.       return q.head;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment