Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.92 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.92 KB

Hacker Rank

My solutions to Hacker Rank problems.

I'm using the problems to study Test Driven Development (TDD) and PEP8. So I'm not just solving them but creating tests and working with functions and/or classes. Then solutions might be a little longer than usual because I'm not trying to solve the problems in the minimum number of lines.

Interview preparation kit

Warm-up challenges

Problem Difficulty My solution
Sock merchant Easy folder
Counting valleys Easy folder
Jumping on the clouds Easy folder
Repeated string Easy folder

Arrays

Problem Difficulty My solution
2D array - DS Easy folder
Left rotation Easy folder
New Year Chaos Medium folder

30 days of code

Some of the code for 30 days of code tutorial are available here.