Algorithm: Traverse the list till last node. Use two pointers: one to store the address of last node and other for address of second last node.
確定! 回上一頁