Follow

Translate

Thursday, March 17, 2016

Procedure: PRINT(INFO, LINK, START)


1.  Set PTR : = START .   

2.  Repeat Steps 3 and 4 while PTR != NULL.

3.  Write: INFO[PTR]

4.  Set PTR : = LINK[PTR].  [Update pointer..]

   [End of Step 2 Loop]

5. Return.

If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

0 comments:

Post a Comment