-
Practice>Python>Numpy>Zeros and Oneshackerrank.com 2019. 3. 9. 05:46728x90
Zeros and Ones
Problem link : https://www.hackerrank.com/challenges/np-zeros-and-ones/problemDifficulty : Easy
Tip
- Dimension is not 3, it is N
- The maximum length of dimension is 3
- dims = tuple(map(int, input().split()))
- This is a key :)
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Classes>Classes>Dealing with Complex Numbers (0) 2019.03.11 Practice>Python>Numpy>Eye and Identity (0) 2019.03.09 Practice>Python>Sets>Check Strict Superset (0) 2019.03.09 Practice>Python>Sets>Check Subset (0) 2019.03.09 Practice>Python>Sets>The Captain's Room (0) 2019.03.08