示例#1
0
 public DepthFirstSearch(QueueSearch <S, A> impl)
     : base(impl, CollectionFactory.CreateLifoQueue <Node <S, A> >())
 {
 }