[Python] 파이썬/Leetcode_14Days plan for DataStructure

[Leetcode] 83. Remove Duplicates from Sorted List {Day 8 Linked List} (In Python)

두부군_ 2021. 12. 2. 00:21

코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20about%20Data_Structure에도 있습니다

 

 

나는 중복되면 끝까지 다른숫자나올때까지 갔는데 디스커스는 두칸이동함으로써 내코드에있는 중복숫자처리같은 처리과정이 사라짐. 속도는 같았음.