摘要: void permutation(char *Pbegin, char *Pend) { if(!Pbegin || !Pend) return; /////////////////////// //if Pbegin equal to Pend //this round is finished //print if(*Pend) ... 阅读全文
posted @ 2007-09-21 22:46 HonestMan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Q: An int array, devide an array of integers into two parts, odd in the first part, and even in the second part. We need some sub Function: 1: IsEven(int n) // n is Even or not 2: void Reorder(int *p... 阅读全文
posted @ 2007-09-21 22:05 HonestMan 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Working for Google is an aspiration for some. For other it’s the possibility of lucrative stock options, incredible snack bars or cool offices that lure them. A lot of people out there would like to ... 阅读全文
posted @ 2007-09-21 17:51 HonestMan 阅读(820) 评论(0) 推荐(0) 编辑