-
Practice>Python>Closures and Decorators>Decorators 2 - Name Directoryhackerrank.com 2019. 4. 23. 12:41728x90
Decorators 2 - Name Directory
Problem Link : https://www.hackerrank.com/challenges/decorators-2-name-directory/problem
Difficulty : Easy
Tip
- Though, we could resolve the problem, still I'm a bit confused regarding decorator, anyway
- Please convert age to int from string, it seems that test cases are updated recently
- Sort people by using itemgetter(2) as age order
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Polynomials (0) 2019.04.25 Practice>Data Structures>Arrays>Arrays - DS (0) 2019.04.25 Practice>Python>Closures and Decorators>Standardize Mobile Number Using Decorators (0) 2019.04.23 Practice>Python>Regex and Parsing>Detect Floating Point Number (0) 2019.04.22 Practice>Python>XML>XML2 - Find the Maximum Depth (0) 2019.04.19