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