标签: list recursion nodes
如果两个列表共享至少一个节点,则表示已连接两个列表。我怎么写一个递归程序
static boolean isJoined(Node L,Node LL)
如果列表已加入