搜索资源列表
Josephus
- 利用带头结点的尾插法建立链表求解的时候,头节点的作用无法确定,导致编译通过,但是运行之后的结果都不是正确的运行结果。苦苦思索,包括和同学讨论,一直没能解决,最后决定改用另一种存储方法,将头节点直接改成NULL,最终测试的结果是正确的。(但是还未能完全理解原因是什么)-Take the lead in the tail of the node interpolation method for solving the establishment of the list when the role o
Josephus
- C#实现约瑟夫问题。实现环境VS2010。原创-Joseph C# implementation issues
CircleChild
- 约瑟夫环的OOP解决方案。封装两个类。通过OOP的方式进行运行。不同于面向过程编程,通过封装成Circle和Child类实现的简单约瑟夫环问题。-Josephus OOP solutions. Package two classes. Be run by way of OOP.