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
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
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
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
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
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
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
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
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提供五种数据类型:string,hash,list,set及zset(sorted set)。 Redis数据就是以key value形式来存储的,key只能是字符串类型,value可以是以下五种类型:String、List、 Set、SortedSets、Hash Redis数据就是 ...
分类:
其他好文 时间:
2019-02-04 16:51:15
阅读次数:
187