摘要
针对教学管理中手工排课难的问题,我们设计了排课算法。在设计排课算法中,我们主要用数学集合的思想来讨论存在的问题,然后采用回溯算法设计出算法的流程,最后再采用链表的结构加于实现,并给出了核心算法的伪代码。
At the problem of course arrangement by hand in teaching management,we design the algorithms for course arrangement.During the design of the algorithms,we discuss the problem in existence with the thought of mathematics set,and design the flow of algorithms using backtracking algorithms,then implement it by list structure,finally present the pseudocode for core algorithm.
出处
《计算机与数字工程》
2007年第4期27-28,共2页
Computer & Digital Engineering
关键词
排课算法
回溯算法
链表
course arrangement,mathematics set,backtracking algorithms,list