-
Practice>Python>Built-Ins>Zipped!hackerrank.com 2019. 3. 20. 13:09728x90
Zipped!
Problem link : https://www.hackerrank.com/challenges/zipped/problem
Difficulty : Easy
Tip
- The important thing regarding zip(), is that zip() exchange x dimension and y dimension of matrix like list
- Normally, we place each student in the first column of each row
- However, in the problem description, whole students are placed in the row
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Python Functionals>Map and Lambda Function (0) 2019.03.21 Practice<Python<Built-Ins<Input() (0) 2019.03.20 Practice>Python>Classes>Class 2 - Find the Torsional Angle (0) 2019.03.19 Practice>Python>Built-Ins>Python Evaluation (0) 2019.03.15 Practice>Python>Numpy>Inner and Outer (0) 2019.03.13