- 博客(6)
- 收藏
- 关注
原创 搜索二叉树实现
简单的搜索二叉树插入和寻找。以后再说删除。另外给几个输入数据。 10 insert 30 insert 88 insert 12 insert 1 insert 20 find 12 insert 17 insert 25 find 16 print 下面是源代码 #include #include #include #include using namespace std;
2017-03-12 23:02:51
354
转载 POJ 2488
//Memory Time //240K 32MS #include using namespace std; typedef class { public: int row; char col; }location; int p,q; //chess size = p*q //数字是行p,字母是列q bool chess['Z'+1][27]; i
2017-02-26 14:26:37
242
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅