Leetcode 83. Remove Duplicates from Sorted List

自己想到遞迴的解法,但效能不是說很好。

讓head->next = func(head->next),如果下一個和當前一樣就return func(head->next),


留言

這個網誌中的熱門文章

面試 (網路搜尋的資源)

bitwise operation 面試考題