2009年6月1日 星期一

Linked List Table Sort、Doubly Linked List Table Sort

typedef struct TreeNode
{
int Data;
int Link, Linkb;
}TreeNode;

沒有留言:

張貼留言