I was learning algorithms about removing duplicates in a list (using double pointer).
I wondering how's Python's set() implemented.
set()
I found source code of set, but I'm not familiar with C.
set
Is set also using double pointer?
没有评论:
发表评论