摘要
数字迷宫是一个非常有趣的算法练习,读者如果能充分掌握其基本思路,完全有可能在此基础上编制出结合图形的各类迷宫程序。本文中笔者将结合程序来介绍该算法的C语言实现。
Digital maze is an amusing algorithm exercise. If readers can grasp its basic skin, they may make many other maze programs based on this. The paper introduces the algorithm in C Language.
出处
《张家口职业技术学院学报》
2006年第4期21-22,共2页
Journal of Zhangjiakou Vocational and Technical College
关键词
迷宫
栈
探索
退回
数组
maze
stack
explore
go back
array