Sarah: you do make a good suggestion: there is a definite need to know how to use pointers bob
--- On Sat, 5/9/09, Sarah <[email protected]> wrote: From: Sarah <[email protected]> Subject: [c-prog] Re: linked list To: [email protected] Date: Saturday, May 9, 2009, 12:10 PM Ya i am,,, well thanx for the pseudocode thomax... I have know understand the concept of insertion and deletion in the linked list.. here are the algorithms.. . Algorithm of insertion q=getnode() info(q)=x next(q)=list list=q Algorithm of deletion q=list list=next(q) x=info(q) freenode(q) But i have problem while implementing it with pointers... > > Well, Brett did request that their post be trimmed ;-) > > At least the OP was listening. > > ~Rick > > > >ya i am learning it from book > > > > > > > >----------- --------- --------- ------- > > > >To unsubscribe, send a blank message to > ><mailto:c-prog-unsubscribe@ yahoogroups. com>.Yahoo! Groups Links > > > > > > > [Non-text portions of this message have been removed]
