摘要: L2-003. 月饼 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 100 ms 时间限制 100 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 B 阅读全文
posted @ 2017-03-09 23:15 kimsimple 阅读(499) 评论(0) 推荐(0) 编辑
摘要: L2-004. 这是二叉搜索树吗? 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 阅读全文
posted @ 2017-03-09 21:33 kimsimple 阅读(2862) 评论(0) 推荐(1) 编辑
摘要: https://www.patest.cn/contests/gplt/L3-010 L3-010. 是否完全二叉搜索树 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 阅读全文
posted @ 2017-03-09 18:27 kimsimple 阅读(351) 评论(0) 推荐(0) 编辑
摘要: /// Binary Search Tree - Implemenation in C++ /// Simple program to create a BST of integers and search an element in it #include #include "cstdio" #include "queue" using namespace std; ///Defi... 阅读全文
posted @ 2017-03-09 16:49 kimsimple 阅读(211) 评论(0) 推荐(0) 编辑