
数据结构
文章平均质量分 85
code__02
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PTA File Transfer
We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer from one computer to another. Is it possible to send a file from any computer ...原创 2018-07-23 15:41:19 · 781 阅读 · 0 评论 -
PAT Complete Binary Search Tree
学数据结构的时候刷到的一道题,感觉和平时的思路不大一样。并且涉及到完全二叉树上一个重要特性——根据下标访问父节点、子节点。 题目概述: A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a n...原创 2018-07-20 15:57:21 · 137 阅读 · 0 评论