Fancy Mouse
- -|||
摘要: We use the following expression S(T) to show a tree T: if T is null, then S(T) is a null string if T contains only a root node, S(T) = root otherwise, let L and R are T's left and right subtrees, resp... 阅读全文
posted @ 2008-04-22 01:01 Fancy Mouse 阅读(1716) 评论(0) 推荐(0)