Skip to content

Commit 75c5670

Browse files
committed
2017.6.4
Add go container
1 parent c44eb48 commit 75c5670

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ ____
3636

3737
8. 可以通过组合方式来创建多维数组和`slice``map`的值可以是`slice`或者另一个`map``slice`不能作为`map`的键
3838

39-
9. 在函数之间传递`slice``map`是相当廉价的,因为他们不会传递底层数组的拷贝
39+
9. 在函数之间传递`slice``map`是相当廉价的,因为他们不会传递底层数组的拷贝
40+
41+
____
42+
43+
Go的`container`包自带了三种数据结构:`双向链表````双向循环链表`
44+
45+
具体使用可以参看这里
46+
47+
* [xxggy](https://my.oschina.net/xinxingegeya/blog/852207)

0 commit comments

Comments
 (0)