{"id":18553512,"url":"https://github.com/quantumudit/hackerrank-python-challenges","last_synced_at":"2025-11-01T09:30:37.563Z","repository":{"id":225667150,"uuid":"766453554","full_name":"quantumudit/Hackerrank-Python-Challenges","owner":"quantumudit","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-24T07:56:24.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T08:42:27.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantumudit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-03T10:07:22.000Z","updated_at":"2024-03-03T10:07:29.000Z","dependencies_parsed_at":"2024-03-24T08:42:34.598Z","dependency_job_id":null,"html_url":"https://github.com/quantumudit/Hackerrank-Python-Challenges","commit_stats":null,"previous_names":["quantumudit/hackerrank-python-challenges"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FHackerrank-Python-Challenges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FHackerrank-Python-Challenges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FHackerrank-Python-Challenges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantumudit%2FHackerrank-Python-Challenges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantumudit","download_url":"https://codeload.github.com/quantumudit/Hackerrank-Python-Challenges/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239278525,"owners_count":19612329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:17:21.419Z","updated_at":"2025-11-01T09:30:37.511Z","avatar_url":"https://github.com/quantumudit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hackerrank Python Challenges\n---\n\n## Solution Reference Table\n\n### Challenge Category: Easy\n\n| Challenge ID | Challenge Link | Solution Script |\n|----|----------------|-----------------|\n| e001  | [Say \"Hello, World!\" With Python](https://www.hackerrank.com/challenges/py-hello-world/problem) | [Solution](./easy/e001.py) |\n| e002  | [Python If-Else](https://www.hackerrank.com/challenges/py-if-else/problem) | [Solution](./easy/e002.py) |\n| e003  | [Arithmetic Operators](https://www.hackerrank.com/challenges/python-arithmetic-operators/problem) | [Solution](./easy/e003.py) |\n| e004  | [Python: Division](https://www.hackerrank.com/challenges/python-division/problem) | [Solution](./easy/e004.py) |\n| e005  | [Loops](https://www.hackerrank.com/challenges/python-loops/problem) | [Solution](./easy/e005.py) |\n| e006  | [Print Function](https://www.hackerrank.com/challenges/python-print/problem) | [Solution](./easy/e006.py) |\n| e007  | [List Comprehensions](https://www.hackerrank.com/challenges/list-comprehensions/problem) | [Solution](./easy/e007.py) |\n| e008  | [Find the Runner-Up Score!](https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list/problem) | [Solution](./easy/e008.py) |\n| e009  | [Nested Lists](https://www.hackerrank.com/challenges/nested-list/problem) | [Solution](./easy/e009.py) |\n| e010  | [Finding the percentage](https://www.hackerrank.com/challenges/finding-the-percentage/problem) | [Solution](./easy/e010.py) |\n| e011  | [Lists](https://www.hackerrank.com/challenges/python-lists/problem) | [Solution](./easy/e011.py) |\n| e012  | [Tuples](https://www.hackerrank.com/challenges/python-tuples/problem) | [Solution](./easy/e012.py) |\n| e013  | [sWAP cASE](https://www.hackerrank.com/challenges/swap-case/problem) | [Solution](./easy/e013.py) |\n| e014  | [String Split and Join](https://www.hackerrank.com/challenges/python-string-split-and-join/problem) | [Solution](./easy/e014.py) |\n| e015  | [What's Your Name?](https://www.hackerrank.com/challenges/whats-your-name/problem) | [Solution](./easy/e015.py) |\n| e016  | [Mutations](https://www.hackerrank.com/challenges/python-mutations/problem) | [Solution](./easy/e016.py) |\n| e017  | [Find a string](https://www.hackerrank.com/challenges/find-a-string/problem) | [Solution](./easy/e017.py) |\n| e018  | [String Validators](https://www.hackerrank.com/challenges/string-validators/problem) | [Solution](./easy/e018.py) |\n| e019  | [Text Wrap](https://www.hackerrank.com/challenges/text-wrap/problem) | [Solution](./easy/e019.py) |\n| e020  | [Designer Door Mat](https://www.hackerrank.com/challenges/designer-door-mat/problem) | [Solution](./easy/e020.py) |\n| e021  | [String Formatting](https://www.hackerrank.com/challenges/python-string-formatting/problem) | [Solution](./easy/e021.py) |\n| e022  | [Alphabet Rangoli](https://www.hackerrank.com/challenges/alphabet-rangoli/problem) | [Solution](./easy/e022.py) |\n| e023  | [Capitalize!](https://www.hackerrank.com/challenges/capitalize/problem) | [Solution](./easy/e023.py) |\n| e024  | [itertools.product()](https://www.hackerrank.com/challenges/itertools-product/problem) | [Solution](./easy/e024.py) |\n| e025  | [collections.Counter()](https://www.hackerrank.com/challenges/collections-counter/problem) | [Solution](./easy/e025.py) |\n| e026  | [itertools.permutations()](https://www.hackerrank.com/challenges/itertools-permutations/problem) | [Solution](./easy/e026.py) |\n| e027  | [Polar Coordinates](https://www.hackerrank.com/challenges/polar-coordinates/problem) | [Solution](./easy/e027.py) |\n| e028  | [Introduction to Sets](https://www.hackerrank.com/challenges/py-introduction-to-sets/problem) | [Solution](./easy/e028.py) |\n| e029  | [DefaultDict Tutorial](https://www.hackerrank.com/challenges/defaultdict-tutorial/problem) | [Solution](./easy/e029.py) |\n| e030  | [Calendar Module](https://www.hackerrank.com/challenges/calendar-module/problem) | [Solution](./easy/e030.py) |\n| e031  | [Exceptions](https://www.hackerrank.com/challenges/exceptions/problem) | [Solution](./easy/e031.py) |\n| e032  | [Collections.namedtuple()](https://www.hackerrank.com/challenges/py-collections-namedtuple/problem) | [Solution](./easy/e032.py) |\n\n\n\n\n### Challenge Category: Medium\n\n| Challenge ID | Challenge Link | Solution Script |\n|----|----------------|-----------------|\n| m001  | [Write a function](https://www.hackerrank.com/challenges/write-a-function/problem) | [Solution](./medium/m001.py) |\n| m002  | [The Minion Game](https://www.hackerrank.com/challenges/the-minion-game/problem) | [Solution](./medium/m002.py) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumudit%2Fhackerrank-python-challenges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumudit%2Fhackerrank-python-challenges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumudit%2Fhackerrank-python-challenges/lists"}