티스토리 뷰

공부

[Python] hash set

승가비 2020. 8. 5. 02:54
728x90

https://wikidocs.net/1015

 

위키독스

온라인 책을 제작 공유하는 플랫폼 서비스

wikidocs.net

https://stackoverflow.com/questions/26724002/contains-of-hashsetinteger-in-python

 

Contains of HashSet in Python

In Java we have HashSet, I need similar structure in Python to use contains like below: A = [1, 2, 3] S = set() S.add(2) for x in A: if S.contains(x): print "Example" C...

stackoverflow.com

https://java2blog.com/python-list-to-set/

 

Python Convert list to set - Java2Blog

As Set does not allow duplicates, when you convert list to set, all duplicates will be removed in the set.

java2blog.com

 

728x90

'공부' 카테고리의 다른 글

[Django] {% url ... %}  (0) 2020.08.05
[Python] random  (0) 2020.08.05
[Linux] foreach file lines  (0) 2020.08.05
[SQL] DATE_ADD, DATE_SUB  (0) 2020.08.05
[SQL] DENSE_RANK() OVER(ORDER BY score) rnk  (0) 2020.08.05
댓글