搜索资源列表
Joseph_ring20120813
- 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
SingleList
- 通过STL来模拟实现单链表的功能,提供通用的接口来调用-Through the STL to simulate the function of the singly linked list, to provide a common interface to call
aaa
- 用递归实现单链表的基本功能,如输出所有的元素,等等。-Using recursive implementation of the basic functions of the singly-linked list