-
Practice>Python>Built-Ins>ginortShackerrank.com 2019. 4. 29. 13:00728x90
ginortS
Problem Link : https://www.hackerrank.com/challenges/ginorts/problem
Difficulty : Medium
Tip
- We should sort as per four groups
- myfilter() function is written to get four gourps.
- Sort each groups and concate them
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Regex and Parsing>Validating Postal Codes (0) 2019.04.30 Practice>Python>Regex and Parsing>Matrix Script (0) 2019.04.29 Practice>Python>Regex and Parsing>Validating Credit Card Numbers (0) 2019.04.26 Practice>Python>Numpy>Linear Algebra (0) 2019.04.25 Practice>Python>Numpy>Polynomials (0) 2019.04.25