Follow

Translate

Monday, March 21, 2016

DELLOCHL(INFO, LINK, START, AVAIL, ITEM)


1.  [Use Procedure FINDBHL to find the location of N and its preceding node.]

  Call LINDBHL(INFO, LINK, START, ITEM, LOC, LOCP).

2.  If LOC = NULL, then : Write: ITEM not in list, and Exit.

3.  Set LINK[LOCP] : = LINK[LOC].   [Deletes node.]

4.  [Return deleted node to the AVAIL list.]
    Set LINK[LOC] : = AVAIL and AVAIL : = LOC.

5.  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