Home > Back-end >  Learning data structure in the linked list
Learning data structure in the linked list

Time:02-06

I learning data structure in the holiday, plans to use the list to write down before write a simple class set in array, problem is the second time the display information function call would explode   small white also don't see a problem, ask everybody to give directions, in addition to see while on a net class shows that information function, that is, through the temp is a pointer, oneself start without using a pointer, didn't write temp=temp. Next but temp=* temp. The next program is saved, not even running at a time, why?

CodePudding user response:

Singly linked list data structure on data sort http://bbs.csdn.net/topics/392201633

CodePudding user response:

A linked list with a pointer, general like this:
Temp=temp - & gt; next

CodePudding user response:

Code style is quite good, but too long don't want to see

CodePudding user response:

Simple - Soft references 2 floor response:
list with Pointers, general like this:
Temp=temp - & gt; Next

This I know, but why can't the output without pointer?

CodePudding user response:

Tiger
reference 3 floor, 3 d reply:
code style is fine, but too long didn't want to see

?? .
  • Related