码迷,mamicode.com
首页 >  
搜索关键字:sets    ( 1333个结果
PAT 甲级 1086 Tree Traversals Again
https://pintia.cn/problem-sets/994805342720868352/problems/994805380754817024 An inorder binary tree traversal can be implemented in a non-recursive w ...
分类:其他好文   时间:2019-02-12 13:16:46    阅读次数:110
PAT 甲级 1068 Find More Coins
https://pintia.cn/problem-sets/994805342720868352/problems/994805402305150976 Eva loves to collect coins from all over the universe, including some ot ...
分类:其他好文   时间:2019-02-11 14:12:24    阅读次数:172
PAT 甲级 1066 Root of AVL Tree
https://pintia.cn/problem-sets/994805342720868352/problems/994805404939173888 An AVL tree is a self-balancing binary search tree. In an AVL tree, the ...
分类:其他好文   时间:2019-02-11 12:48:30    阅读次数:134
PAT 甲级 1057 Stack
https://pintia.cn/problem-sets/994805342720868352/problems/994805417945710592 Stack is one of the most fundamental data structures, which is based on ...
分类:其他好文   时间:2019-02-09 17:36:03    阅读次数:326
PAT 甲级 1105 Spiral Matrix
https://pintia.cn/problem-sets/994805342720868352/problems/994805363117768704 This time your job is to fill a sequence of N positive integers into a s ...
分类:其他好文   时间:2019-02-08 11:54:38    阅读次数:176
PAT 甲级 1051 Pop Sequence
https://pintia.cn/problem-sets/994805342720868352/problems/994805427332562944 Given a stack which can keep M numbers at most. Push N numbers in the or ...
分类:其他好文   时间:2019-02-06 22:28:31    阅读次数:169
PAT 甲级 1021 Deepest Root
https://pintia.cn/problem-sets/994805342720868352/problems/994805482919673856 A graph which is connected and acyclic can be considered a tree. The hig ...
分类:其他好文   时间:2019-02-06 09:34:51    阅读次数:152
PAT 甲级 1004 Counting Leaves
https://pintia.cn/problem-sets/994805342720868352/problems/994805521431773184 A family hierarchy is usually presented by a pedigree tree. Your job is ...
分类:其他好文   时间:2019-02-05 14:19:31    阅读次数:123
PAT 甲级 1126 Eulerian Path
https://pintia.cn/problem-sets/994805342720868352/problems/994805349851185152 In graph theory, an Eulerian path is a path in a graph which visits ever ...
分类:其他好文   时间:2019-02-05 13:11:34    阅读次数:113
redis的数据结构与命令
redis提供五种数据类型:string,hash,list,set及zset(sorted set)。 Redis数据就是以key­ value形式来存储的,key只能是字符串类型,value可以是以下五种类型:String、List、 Set、Sorted­Sets、Hash Redis数据就是 ...
分类:其他好文   时间:2019-02-04 16:51:15    阅读次数:187
1333条   上一页 1 ... 29 30 31 32 33 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!