摘要:
The implementation of binary search is not complicated, but it is a vivid illustration of the power of divide-and-conquer. Here is the code 1 int bina 阅读全文
摘要:
here are two versions of the function that reverses a singly linked list, by iteration and recursion respectively. there should be a better recursion 阅读全文