This repository contains my solutions to Hackerrank practice problems with Python 3.
- Python
-
Introduction
- Say Hello, World! | Problem | Solution | Score: 5
- If-Else | Problem| Solution | Score: 10
- Arithmetic operators | Problem | Solution | Score: 10
- Python division | Problem | Solution | Score: 10
- Loops | Problem | Solution | Score: 10
- Write a function | Problem | Solution | Score: 10
- Print function | Problem | Solution | Score: 20
-
Basic Data Types
-
Strings
- Swap cases | Problem | Solution | Score: 10
- What's your name | Problem | Solution | Score: 10
- Mutations | Problem | Solution | Score: 10
- Find a string | Problem | Solution | Score: 10
- String validators | Problem | Solution | Score: 10
- Text alignment | Problem | Solution | Score: 10
- Text wrap | Problem | Solution | Score: 10
- Designer door mat | Problem | Solution | Score: 10
- String formatting | Problem | Solution | Score: 10
- Alphabet rangoli | Problem | Solution | Score: 20
- Capitalize | Problem | Solution | Score: 20
- Minion game | Problem | Solution | Score: 40
- Merge the tools | Problem | Solution | Score: 40
-
Itertools
- Product | Problem | Solution | Score: 10
- Permutations | Problem | Solution | Score: 10
- Combinations | Problem | Solution | Score: 10
- Combinations with replacement | Problem | Solution | Score: 10
- Compress the string | Problem | Solution | Score: 20
- Iterables and iterators | Problem | Solution | Score: 40
- Maximize it | Problem | Solution | Score: 50
-
Math
- Polar coordinates | Problem | Solution | Score: 10
- Find angle MBC | Problem | Solution | Score: 10
- Triangle quest | Problem | Solution | Score: 20
- Triangle quest 2 | Problem | Solution | Score: 20
- Mod divmod | Problem | Solution | Score: 10
- Power - Mod Power | Problem | Solution | Score: 10
- Integers come in all sizes | Problem | Solution | Score: 10
-
Sets
- Introduction to sets | Problem | Solution | Score: 10
- Symmetric difference | Problem | Solution | Score: 10
- No idea | Problem | Solution | Score: 50
- Add | Problem | Solution | Score: 10
- Discard, remove, pop | Problem | Solution | Score: 10
- Union | Problem | Solution | Score: 10
- Intersection | Problem | Solution | Score: 10
- Difference | Problem | Solution | Score: 10
- Symmetric difference operation | Problem | Solution | Score: 10
- Mutations | Problem | Solution | Score: 10
- The capitans room | Problem | Solution | Score: 10
- Check subset | Problem | Solution | Score: 10
- Check strict superset | Problem | Solution | Score: 10