b***k 发帖数: 2673 | 1 ☆─────────────────────────────────────☆
sosohui (confused) 于 (Mon Sep 14 21:34:34 2009, 美东) 提到:
我不是专门学cs的,所以请教几个c++问题,有些可能比较简单,请牛人帮忙,多谢!
1 How do you traverse a binary tree to get a sorted list?
2 How do you insert an item to a circular linked list? What is it
complexity? How about inserting it in constant time?
3 given a special programming language. No for or while loop, but you
are given function that can add an element in front of array, and a function
for comparing two elements. Can y |
|