sweet1cris

Untitled

Nov 29th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. Class​ ​GraphNode​ ​{
  2.     int​ ​value;
  3.     string​ ​name..
  4.     ….
  5.     vector<GraphNode*>​ ​successors;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment