This repository holds all of my Hacker Rank code. My focus will be programming in Python 3. Otherwise, I'll dabble in Bash, Regex, and C++.
I follow a 4 step process in solving these challenges.
- Research the challenge's subject.
- Write the code to pass all test cases.
- Optimize the code by looking at other programmer's code in the Discussion tab.
- [Optional] Post an explanation in the Discussion's tab.