-
Practice>Python>Sets>Check Strict Supersethackerrank.com 2019. 3. 9. 05:30728x90
Check Strict Superset
Problem link : https://www.hackerrank.com/challenges/py-check-strict-superset/problem
Difficulty : Easy
Tip
- We can use difference(), however, there is a method to check that it is super set
- issuperset()
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Eye and Identity (0) 2019.03.09 Practice>Python>Numpy>Zeros and Ones (0) 2019.03.09 Practice>Python>Sets>Check Subset (0) 2019.03.09 Practice>Python>Sets>The Captain's Room (0) 2019.03.08 Practice>Python>Math>Triangle Quest (0) 2019.03.07