|
| 1 | +# Hackerrank |
| 2 | +* [Python](#python) |
| 3 | + |
| 4 | + |
| 5 | +## Python <br> |
| 6 | +> 1.Introduction |
| 7 | +
|
| 8 | +| Subdomain | Difficulty | Problem link | Solution | |
| 9 | +|:---------:|:----------:|:-----------: |:--------:| |
| 10 | +|Introduction|Easy|[Say "Hello, World!" With Python](https://www.hackerrank.com/challenges/py-hello-world/problem)|[Say _Hello, World!_ With Python.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/01.Say%20_Hello%2C%20World!_%20With%20Python.py)| |
| 11 | +|Introduction|Easy|[Python If-Else](https://www.hackerrank.com/challenges/py-if-else/problem)|[Python If-Else.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/02.Python%20If-Else.py)| |
| 12 | +|Introduction|Easy|[Arithmetic Operators](https://www.hackerrank.com/challenges/python-arithmetic-operators/problem)|[Arithmetic Operators.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/03.Arithmetic%20Operators.py)| |
| 13 | +|Introduction|Easy|[Python: Division](https://www.hackerrank.com/challenges/python-division/problem)|[Python_ Division.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/04.Python_%20Division.py)| |
| 14 | +|Introduction|Easy|[Loops](https://www.hackerrank.com/challenges/python-loops/problem)|[Loops.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/05.Loops.py)| |
| 15 | +|Introduction|Medium|[Write a function](https://www.hackerrank.com/challenges/write-a-function/problem)|[Write a function.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/06.Write%20a%20function.py)| |
| 16 | +|Introduction|Easy|[Print Function](https://www.hackerrank.com/challenges/python-print/problem)|[Print Function.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/1.introduction/07.Print%20Function.py)| |
| 17 | + |
| 18 | +> 2.Basic Data Types <br> |
| 19 | +
|
| 20 | +| Subdomain | Difficulty | Problem link | Solution | |
| 21 | +|:---------:|:----------:|:-----------: |:--------:| |
| 22 | +|Basic Data Types|Easy|[List Comprehensions](https://www.hackerrank.com/challenges/list-comprehensions/problem)|[List Comprehensions.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/08.List%20Comprehensions.py)| |
| 23 | +|Basic Data Types|Easy|[Find the Runner-Up Score!](https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list/problem)|[.Find the Runner-Up Score!.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/09.Find%20the%20Runner-Up%20Score!.py)| |
| 24 | +|Basic Data Types|Easy|[Nested Lists](https://www.hackerrank.com/challenges/nested-list/problem)|[Nested Lists.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/10.Nested%20Lists.py)| |
| 25 | +|Basic Data Types|Easy|[Finding the percentage](https://www.hackerrank.com/challenges/finding-the-percentage/problem)|[Finding the percentage.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/11.Finding%20the%20percentage.py)| |
| 26 | +|Basic Data Types|Easy|[Lists](https://www.hackerrank.com/challenges/python-lists/problem)|[Lists.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/12.Lists.py)| |
| 27 | +|Basic Data Types|Easy|[Tuples](https://www.hackerrank.com/challenges/python-tuples/problem)|[Tuples.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/2.basic%20data%20types/13.Tuples.py)| |
| 28 | + |
| 29 | +> 3.String <br> |
| 30 | +
|
| 31 | +| Subdomain | Difficulty | Problem link | Solution | |
| 32 | +|:---------:|:----------:|:-----------: |:--------:| |
| 33 | +|Strings|Easy|[sWAP cASE](https://www.hackerrank.com/challenges/swap-case/problem)|[SWAp cASE.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/14.SWAp%20cASE.py)| |
| 34 | +|Strings|Easy|[String Split and Join](https://www.hackerrank.com/challenges/python-string-split-and-join/problem)|[String Split and join.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/15.String%20Split%20and%20join.py)| |
| 35 | +|Strings|Easy|[What's Your Name?](https://www.hackerrank.com/challenges/whats-your-name/problem)|[What's Your Name_.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/16.What's%20Your%20Name_.py)| |
| 36 | +|Strings|Easy|[Mutations](https://www.hackerrank.com/challenges/python-mutations/problem)|[Mutations.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/17.Mutations.py)| |
| 37 | +|Strings|Easy|[Find a string](https://www.hackerrank.com/challenges/find-a-string/problem)|[Find a string.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/18.Find%20a%20string.py)| |
| 38 | +|Strings|Easy|[String Validators](https://www.hackerrank.com/challenges/string-validators/problem)|[String Validators.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/19.String%20Validators.py)| |
| 39 | +|Strings|Easy|[Text Alignment](https://www.hackerrank.com/challenges/text-alignment/problem)|[Text Alignment.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/20.Text%20Alignment.py)| |
| 40 | +|Strings|Easy|[Text Wrap](https://www.hackerrank.com/challenges/text-wrap/problem)|[Text Wrap.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/21.Text%20Wrap.py)| |
| 41 | +|Strings|Easy|[Designer Door Mat](https://www.hackerrank.com/challenges/designer-door-mat/problem)|[Designer Door Mat.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/22.Designer%20Door%20Mat.py)| |
| 42 | +|Strings|Easy|[String Formatting](https://www.hackerrank.com/challenges/python-string-formatting/problem)|[String Formatting.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/23.String%20Formatting.py)| |
| 43 | +|Strings|Easy|[Alphabet Rangoli](https://www.hackerrank.com/challenges/alphabet-rangoli/problem)|[Alphabet Rangoli.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/24.Alphabet%20Rangoli.py)| |
| 44 | +|Strings|Easy|[Capitalize!](https://www.hackerrank.com/challenges/capitalize/problem)|[Capitalize!.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/25.Capitalize!.py)| |
| 45 | +|Strings|Medium|[The Minion Game](https://www.hackerrank.com/challenges/the-minion-game/problem)|[The Minion Game.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/26.The%20Minion%20Game.py)| |
| 46 | +|Strings|Medium|[Merge the Tools!](https://www.hackerrank.com/challenges/merge-the-tools/problem)|[Merge the Tools!.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/3.string/27.Merge%20the%20Tools!.py)| |
| 47 | + |
| 48 | +> 4.Sets <br> |
| 49 | +
|
| 50 | +| Subdomain | Difficulty | Problem link | Solution | |
| 51 | +|:---------:|:----------:|:-----------: |:--------:| |
| 52 | +|Sets|Easy|[Introduction to Sets](https://www.hackerrank.com/challenges/py-introduction-to-sets/problem)|[Introduction to Sets.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/28.Introduction%20to%20Sets.py)| |
| 53 | +|Sets|Medium|[No Idea!](https://www.hackerrank.com/challenges/no-idea/problem)|[No Idea!.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/29.No%20Idea!.py)| |
| 54 | +|Sets|Easy|[Symmetric Difference](https://www.hackerrank.com/challenges/symmetric-difference/problem)|[Symmetric Difference.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/30.Symmetric%20Difference.py)| |
| 55 | +|Sets|Easy|[Set .add()](https://www.hackerrank.com/challenges/py-set-add/problem)|[Set .add().py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/31.Set%20.add().py)| |
| 56 | +|Sets|Easy|[Set .discard(), .remove() & .pop()](https://www.hackerrank.com/challenges/py-set-discard-remove-pop/problem)|[Set .discard(), .remove() & .pop().py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/32.Set%20.discard()%2C%20.remove()%20%26%20.pop().py)| |
| 57 | +|Sets|Easy|[Set .union() Operation](https://www.hackerrank.com/challenges/py-set-union/problem)|[Set .union() Operation.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/33.Set%20.union()%20Operation.py)| |
| 58 | +|Sets|Easy|[Set .intersection() Operation](https://www.hackerrank.com/challenges/py-set-intersection-operation/problem)|[Set .intersection() Operation.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/34.Set%20.intersection()%20Operation.py)| |
| 59 | +|Sets|Easy|[Set .difference() Operation](https://www.hackerrank.com/challenges/py-set-difference-operation/problem)|[Set .difference() Operation.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/35.Set%20.difference()%20Operation.py)| |
| 60 | +|Sets|Easy|[Set .symmetric_difference() Operation](https://www.hackerrank.com/challenges/py-set-symmetric-difference-operation/problem)|[Set .symmetric_difference() Operation.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/36.Set%20.symmetric_difference()%20Operation.py)| |
| 61 | +|Sets|Easy|[Set Mutations](https://www.hackerrank.com/challenges/py-set-mutations/problem)|[Set Mutations.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/37.Set%20Mutations.py)| |
| 62 | +|Sets|Easy|[The Captain's Room](https://www.hackerrank.com/challenges/py-the-captains-room/problem)|[The Captain's Room.py](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/38.The%20Captain's%20Room.py)| |
| 63 | +|Sets|Easy|[Check Subset](https://www.hackerrank.com/challenges/py-check-subset/problem)|[The Captain's Room.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/38.The%20Captain's%20Room.py)| |
| 64 | +|Sets|Easy|[Check Strict Superset](https://www.hackerrank.com/challenges/py-check-strict-superset/problem)|[Check Strict Superset.py ](https://github.com/Kushal997-das/Hackerrank/blob/master/Hackerrank_python/4.sets/40.Check%20Strict%20Superset.py)| |
1 | 65 |
|
0 commit comments