Follow

Translate

Sunday, March 20, 2016

Deleting the Node Following a Given Node




1  If LOCP = NULL, then:

    Set START : = LINK[START].     [Deletes first node]

Else: 
       Set LINK[LOCP]  : = LINK[LOC].    [Delete node N.]

[End of structure .]

2.      [Return  deleted node to the AVAIL list.]

     Set LINK[LOC]  : = AVAIL and AVAIL : = LOC

3.  Exit
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