关于Map的探究

Map嵌套和被嵌套
首先是

嵌套
Map(int,Node)
Map(int,int)
Map(Node,int)
Map(Node,Node)
Map(int,List
Map(int,List Map(Node,List
Map(Node,List
Map(List,Node)
Map(List,int)
Map(List,Node)
Map(List,int)

Map(List,List>)

Map(List,List

被嵌套
queue
上述所有结构
List
上述所有结构
stack
上述所有结构
Deque
上述所有结构

高级嵌套还有很多
发挥自己的想象力

实践一下,看都是用来干嘛的。
把无需要的剃掉
今晚就做这样一件事。

你可能感兴趣的:(windows,linux,运维)