摘要
数据结构课程以算法描述为基础诠释了各种具体数据结构的概念和特点,而算法的实现则用更加直观的方式巩固了所学理论知识。文章结合数据结构的教学实践,总结学生实现算法遇到的普遍性问题,进而提出一种"三步曲"的数据结构算法实现学习方法。通过在教学实践中实际应用发现,该方法可以有效地帮助学生提高算法转化的效率。
The concept and characteristics of various specific data structures are illustrated via algorithm description in data structure course. The speculative knowledge can be enhanced by algorithm implementation within an intuitive way. Combined with the teaching practice of data structure, the common problems are summarized, which are encountered by students in algorithm implementation practice. A "three-step" study method for data structure algorithm implementation is proposed. The method can significantly improve the efficiency of algorithm conversion by applying it to teaching practice.
出处
《计算机时代》
2014年第11期52-54,共3页
Computer Era
基金
江苏省教育厅自然科学基金(12KJB12003)
关键词
数据结构
算法实现
教学实践
三步曲
学习方法
data structure
algorithm implementation
teaching practice
three-step
study method