-
Practice>Python>Regex and Parsing>Matrix Scripthackerrank.com 2019. 4. 29. 21:48728x90
Matrix Script
Problem Link : https://www.hackerrank.com/challenges/matrix-script/problem
Difficulty : Hard
Tip
- MUST remove __main__, it lead to fail even correct answer, because there is 'if'
- Should use regular expression Lookahead and lookbehind
- Write regular expression, to capture [alphabet][symboles][alphabet]
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Built-Ins>Athlete Sort (0) 2019.05.01 Practice>Python>Regex and Parsing>Validating Postal Codes (0) 2019.04.30 Practice>Python>Built-Ins>ginortS (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