码迷,mamicode.com
首页 >  
搜索关键字:practise    ( 223个结果
1097. Deduplication on a Linked List (25)【链表】——PAT (Advanced Level) Practise
题目信息1097. Deduplication on a Linked List (25)时间限制300 ms 内存限制65536 kB 代码长度限制16000 B Given a singly linked list L with integer keys, you are supposed to remove the nodes with duplicated absolute value...
分类:其他好文   时间:2016-05-18 19:33:10    阅读次数:164
1099. Build A Binary Search Tree (30)【二叉树】——PAT (Advanced Level) Practise
题目信息1099. Build A Binary Search Tree (30)时间限制100 ms 内存限制65536 kB 代码长度限制16000 B A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties:The left subtree...
分类:其他好文   时间:2016-05-18 19:32:10    阅读次数:132
1105. Spiral Matrix (25)【模拟】——PAT (Advanced Level) Practise
题目信息1105. Spiral Matrix (25)时间限制150 ms 内存限制65536 kB 代码长度限制16000 B This time your job is to fill a sequence of N positive integers into a spiral matrix in non-increasing order. A spiral matrix is fil...
分类:其他好文   时间:2016-05-18 19:30:24    阅读次数:158
1103. Integer Factorization (30)【搜索+剪枝】——PAT (Advanced Level) Practise
题目信息1103. Integer Factorization (30)时间限制1200 ms 内存限制65536 kB 代码长度限制16000 B The K-P factorization of a positive integer N is to write N as the sum of the P-th power of K positive integers. You are su...
分类:其他好文   时间:2016-05-18 19:29:49    阅读次数:102
1100. Mars Numbers (20)【字符串处理】——PAT (Advanced Level) Practise
题目信息1100. Mars Numbers (20)时间限制400 ms 内存限制65536 kB 代码长度限制16000 B People on Mars count their numbers with base 13:Zero on Earth is called “tret” on Mars. The numbers 1 to 12 on Earch is called “jan,...
分类:其他好文   时间:2016-05-18 19:28:45    阅读次数:239
1104. Sum of Number Segments (20)【数学题】——PAT (Advanced Level) Practise
题目信息1104. Sum of Number Segments (20)时间限制200 ms 内存限制65536 kB 代码长度限制16000 B Given a sequence of positive numbers, a segment is defined to be a consecutive subsequence. For example, given the sequence...
分类:其他好文   时间:2016-05-18 19:28:41    阅读次数:156
1102. Invert a Binary Tree (25)【二叉树】——PAT (Advanced Level) Practise
题目信息1102. Invert a Binary Tree (25)时间限制400 ms 内存限制65536 kB 代码长度限制16000 B The following is from Max Howell @twitter:Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t i...
分类:其他好文   时间:2016-05-18 19:28:27    阅读次数:159
1106. Lowest Price in Supply Chain (25)【树+深搜】——PAT (Advanced Level) Practise
题目信息1106. Lowest Price in Supply Chain (25)时间限制200 ms 内存限制65536 kB 代码长度限制16000 B A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)– everyone involved in moving a p...
分类:其他好文   时间:2016-05-18 19:27:09    阅读次数:188
PAT (Basic Level) Practise (中文)1037. 在霍格沃茨找零钱(20)
在霍格沃茨找零钱(20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 如果你是哈利·波特迷,你会知道魔法世界有它自己的货币系统 —— 就如海格告诉哈利的:“十七个银西可(Sickle)兑一个加隆(Galleon),二十九个纳特(Knut)兑一个西可,很容易。”现在,给定哈利应付的价钱P和他实...
分类:其他好文   时间:2016-05-12 17:20:32    阅读次数:181
PAT (Basic Level) Practise (中文)1036. 跟奥巴马一起编程(15)
1036. 跟奥巴马一起编程(15)时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 美国总统奥巴马不仅呼吁所有人都学习编程,甚至以身作则编写代码,成为美国历史上首位编写计算机代码的总统。2014年底,为庆祝“计算机科学教育周”正式启动,奥巴马编写了很简单的计算机代码:在屏幕上画一个正方形。现在你也跟他一起画吧!输入...
分类:其他好文   时间:2016-05-12 16:52:51    阅读次数:134
223条   上一页 1 ... 7 8 9 10 11 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!