摘要:
1147 Heaps (30 分) 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,
阅读全文
摘要:
1147 Heaps (30 分) In computer science, a heap is a specialized tree-based data structure that satisfie...
阅读全文
摘要:
1146 Topological Order (25 分) This is a problem given in the Graduate Entrance Exam in 2018: Which of ...
阅读全文
摘要:
1146 Topological Order (25 分) This is a problem given in the Graduate Entrance Exam in 2018: Which of the following is NOT a topological order obtaine
阅读全文
摘要:
1145 Hashing - Average Search Time (25 分) The task of this problem is simple: insert a sequence of distinct positive integers into a hash table first.
阅读全文
摘要:
1145 Hashing - Average Search Time (25 分) The task of this problem is simple: insert a sequence of dis...
阅读全文
摘要:
1144 The Missing Number (20 分) Given N integers, you are supposed to find the smallest positive intege...
阅读全文
摘要:
1144 The Missing Number (20 分) Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specifica
阅读全文