Single-Linked Lists in MIPS

Newbie Member
23Mar2007,09:41   #1
husslela2's Avatar
Hello,

I need to create a single-linked lists and insert a new node in the middle of the list and have the pointer point to the new node..and then node.next.

How can i do that?
Team Leader
30Mar2007,05:46   #2
DaWei's Avatar
It's really not in your interest to post the same question twice. First, you dilute attention, not concentrate it. Second, it exasperates some people (I'm a perfect example), so they don't care to help.
Go4Expert Founder
30Mar2007,07:24   #3
shabbir's Avatar
Refer Single-Linked Lists