nguyentruong98

Untitled

Dec 7th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.07 KB | None | 0 0
  1. typedef struct Node
  2. {
  3.       int vertex;
  4.       struct Node *next;
  5. } Node;
Advertisement
Add Comment
Please, Sign In to add comment