资讯

I also have a teacher that doesn't know what he's doing. it's pretty much independent study.<BR><BR>I'm struggling through doubly linked-lists right now.
Specifically, a linked list is a series of 'boxes' consisting of values such as '4' or '12' and a pointer indicating the 'next value.' The code that implements the linked list in C language is below.