2012年6月30日

海涛老师的面试题-作业28-字符串的排列组合问题。

摘要: View Code // 字符串的排列.cpp : 定义控制台应用程序的入口点。// /************************************************* 设计者:cslave 版本说明:本代码免费用于商用,拷贝,转移,使用,但是 有本代码导致的问题,本人概不负责。 设计时间:2012.6.30 分发原则:遵守GNU规范。 **************************************************/#include "stdafx.h"#include <string>#include <iostr 阅读全文

posted @ 2012-06-30 20:12 北冥茶花开 阅读(116) 评论(0) 推荐(0) 编辑

海涛老师的面试题-作业27-二叉搜索树与双向链表

摘要: View Code 1 // 二叉搜索树转双向链表.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 using namespace std; 7 8 9 /************************************************* 10 设计者:cslave 11 版本说明:本代码免费用于商用,拷贝,转移,使用,但是 12 有本代码导致的问题,本人概不负责。 13 设计时间:2012.6.25 14 分发原则:遵守GNU规范。 15 *** 阅读全文

posted @ 2012-06-30 15:22 北冥茶花开 阅读(107) 评论(0) 推荐(0) 编辑

导航