diff --git a/sources/comic/20170314 binary tree.md b/sources/comic/20170314 binary tree.md deleted file mode 100644 index 6c73dc542e..0000000000 --- a/sources/comic/20170314 binary tree.md +++ /dev/null @@ -1,3 +0,0 @@ -wxy crafting - -http://turnoff.us/geek/binary-tree/ \ No newline at end of file diff --git a/translated/comic/20170314 binary tree.jpg b/translated/comic/20170314 binary tree.jpg new file mode 100644 index 0000000000..a07307baf3 Binary files /dev/null and b/translated/comic/20170314 binary tree.jpg differ diff --git a/translated/comic/20170314 binary tree.md b/translated/comic/20170314 binary tree.md new file mode 100644 index 0000000000..5b02597ea1 --- /dev/null +++ b/translated/comic/20170314 binary tree.md @@ -0,0 +1,10 @@ +漫画赏析:孩子眼中的“二叉树” +================ + +著名的 [turnoff.us](http://turnoff.us/) 有很多有趣的漫画,比如这一副《[二叉树](http://turnoff.us/geek/binary-tree/)》。 + +![](https://raw.githubusercontent.com/LCTT/TranslateProject/master/sources/comic/binary-tree.jpg) + +在孩子的眼中,世界是另外一种样子。可能在我们大人看来,司空见惯的一些事物,已经掩盖了我们的想象力,但是童稚未去的孩子们往往能观察到我们所忽视的一面,所以,多陪陪孩子吧(首先,你得有个……)。 + +比如上图中,我们看到的是一颗“普普通通”的树,而孩子看到的是“二进制的树”(二叉树)。(LCTT 译注:此处 Binary Tree 做一语双关状,孩子眼中是“二进制树”,而在搞计算机的老爸听来却是“二叉树”)