PAT-A 1155 Heap Paths
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to (i...
原创
2018-12-10 09:43:15 ·
711 阅读 ·
0 评论