Differences between revisions 1 and 2
Revision 1 as of 2021-07-03 05:50:44
Size: 107
Editor: zbjxb
Comment:
Revision 2 as of 2021-07-03 05:50:53
Size: 107
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
* 堆栈(包括递归依赖的系统堆栈)用来实现深度优先
* 队列用来实现广度优先
 *堆栈(包括递归依赖的系统堆栈)用来实现深度优先
 *队列用来实现广度优先
  • 堆栈(包括递归依赖的系统堆栈)用来实现深度优先
  • 队列用来实现广度优先

datastructure_and_algorithms (last edited 2021-07-03 12:22:18 by zbjxb)