View Single Post
Old 09-28-2012, 01:34 PM   PM User | #1
Chingy21
New to the CF scene

 
Join Date: Sep 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Chingy21 is an unknown quantity at this point
Question Java to Pseudocode

I just don't know how to convert from java to pseudo anymore... I did pseudo in my first year study. If someone could just convert this small piece of code for me so that i can complete the rest i would be greatful.


Vector<Vector> open = new Vector <Vector>();
Vector path = new Vector ();
path.add ("Edinburgh");
open.add (path);
Chingy21 is offline   Reply With Quote