摘要
分析了指针在单链表、链栈及链队列中的应用,指出了容易出错的环节,并深入分析了出错原因,使学生能够深入理解和掌握指针在数据结构中的应用。
In this article, the application of pointers in linked list, linked stack and linked queue is analyzed, and the places where pointers are easy to be misused are pointed out, so that students can deeply understand and master the application of pointer in data structures.
出处
《计算机时代》
2012年第2期57-58,共2页
Computer Era
关键词
指针
单链表
链栈
链队列
数据结构
pointers
linked list
linked stack
linked queue
data structure