{"id":22038974,"url":"https://github.com/ayushsiloiya619/python_hacker_rank","last_synced_at":"2025-03-23T12:46:21.517Z","repository":{"id":41414793,"uuid":"454791252","full_name":"ayushsiloiya619/Python_Hacker_rank","owner":"ayushsiloiya619","description":"Coding solutions for Hacker Rank with Python.","archived":false,"fork":false,"pushed_at":"2023-05-16T11:28:23.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T19:16:33.749Z","etag":null,"topics":["hackerrank","hackerrank-solutions","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayushsiloiya619.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-02T13:45:34.000Z","updated_at":"2023-05-19T05:36:10.000Z","dependencies_parsed_at":"2022-08-28T13:11:01.747Z","dependency_job_id":null,"html_url":"https://github.com/ayushsiloiya619/Python_Hacker_rank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsiloiya619%2FPython_Hacker_rank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsiloiya619%2FPython_Hacker_rank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsiloiya619%2FPython_Hacker_rank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushsiloiya619%2FPython_Hacker_rank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayushsiloiya619","download_url":"https://codeload.github.com/ayushsiloiya619/Python_Hacker_rank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104460,"owners_count":20561377,"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":["hackerrank","hackerrank-solutions","python","python3"],"created_at":"2024-11-30T11:08:57.312Z","updated_at":"2025-03-23T12:46:21.432Z","avatar_url":"https://github.com/ayushsiloiya619.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003ch1\u003eHackerRank Python Journey\u003c/h1\u003e\n  \n  \u003ch2\u003eFrom 1 Star to 4 Stars\u003c/h2\u003e\n  \n  \u003cp\u003eThis repository documents my journey on HackerRank from achieving a 1-star rating to reaching a 4-star rating in the Python programming language. The goal is to improve my problem-solving skills, learn new concepts, and gain proficiency in Python through practice and challenges offered by HackerRank.\u003c/p\u003e\n  \n  \u003ch2\u003eProgression\u003c/h2\u003e\n  \n  \u003cp\u003eHere's a breakdown of my journey, including the topics and concepts covered at each star level:\u003c/p\u003e\n  \n  \u003ch3\u003e1 Star\u003c/h3\u003e\n  \n  \u003cul\u003e\n    \u003cli\u003eBasic input/output operations\u003c/li\u003e\n    \u003cli\u003eConditional statements and loops\u003c/li\u003e\n    \u003cli\u003eString manipulation and operations\u003c/li\u003e\n    \u003cli\u003eList manipulation and operations\u003c/li\u003e\n    \u003cli\u003eSimple mathematical calculations\u003c/li\u003e\n  \u003c/ul\u003e\n  \n  \u003ch3\u003e2 Stars\u003c/h3\u003e\n  \n  \u003cul\u003e\n    \u003cli\u003eAdvanced string manipulation and regular expressions\u003c/li\u003e\n    \u003cli\u003eAdvanced list operations and comprehensions\u003c/li\u003e\n    \u003cli\u003eDictionary and set manipulation\u003c/li\u003e\n    \u003cli\u003eFile handling and I/O operations\u003c/li\u003e\n    \u003cli\u003eException handling and error management\u003c/li\u003e\n  \u003c/ul\u003e\n  \n  \u003ch3\u003e3 Stars\u003c/h3\u003e\n  \n  \u003cul\u003e\n    \u003cli\u003eAdvanced data structures (e.g., stacks, queues, heaps)\u003c/li\u003e\n    \u003cli\u003eSorting and searching algorithms\u003c/li\u003e\n    \u003cli\u003eRecursion and backtracking\u003c/li\u003e\n    \u003cli\u003eGraph algorithms (e.g., BFS, DFS)\u003c/li\u003e\n    \u003cli\u003eDynamic programming\u003c/li\u003e\n  \u003c/ul\u003e\n  \n  \u003ch3\u003e4 Stars\u003c/h3\u003e\n  \n  \u003cul\u003e\n    \u003cli\u003eAdvanced topics and algorithms (e.g., greedy algorithms, divide and conquer)\u003c/li\u003e\n    \u003cli\u003eEfficient algorithms and data structures\u003c/li\u003e\n    \u003cli\u003eOptimization techniques\u003c/li\u003e\n    \u003cli\u003eComplex problem-solving\u003c/li\u003e\n    \u003cli\u003eChallenges and competitions\u003c/li\u003e\n  \u003c/ul\u003e\n  \n  \u003ch2\u003eGetting Started\u003c/h2\u003e\n  \n  \u003cp\u003eIf you're starting your own HackerRank journey, here are some steps to follow:\u003c/p\u003e\n  \n  \u003col\u003e\n    \u003cli\u003eCreate a HackerRank account at \u003ca href=\"https://www.hackerrank.com\"\u003ehttps://www.hackerrank.com\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003eChoose the Python language track\u003c/li\u003e\n    \u003cli\u003eStart solving problems from the \"Easy\" difficulty level and gradually progress to higher difficulty levels\u003c/li\u003e\n    \u003cli\u003eAnalyze the problem statements, design efficient algorithms, and implement solutions in Python\u003c/li\u003e\n    \u003cli\u003eTest your solutions with HackerRank's provided test cases and verify correctness\u003c/li\u003e\n    \u003cli\u003eOptimize your code for better time and space complexity\u003c/li\u003e\n    \u003cli\u003eLearn from the editorial solutions and discuss problem-solving strategies with the community\u003c/li\u003e\n  \u003c/ol\u003e\n  \n  \u003ch2\u003eContributing\u003c/h2\u003e\n  \n  \u003cp\u003eIf you want to contribute to this repository or have suggestions for improvements, you can:\u003c/p\u003e\n  \n  \u003cul\u003e\n    \u003cli\u003eFork the repository\u003c/li\u003e\n\u003cli\u003eCreate a new branch\u003c/li\u003e\n\u003cli\u003eMake your desired changes and improvements\u003c/li\u003e\n\u003cli\u003eSubmit a pull request with a detailed explanation of the changes you made\u003c/li\u003e\n\n  \u003c/ul\u003e\n  \u003cp\u003eYour contributions are highly appreciated!\u003c/p\u003e\n  \u003ch2\u003eContact\u003c/h2\u003e\n  \u003cp\u003eIf you have any questions or suggestions regarding this HackerRank journey or repository, feel free to reach out to me \u003ca href=\"mailto:ayushsiloiya@gmail.com\"\u003eAyush Siloiya\u003c/a\u003e.\u003c/p\u003e\n  \u003cp\u003eHappy coding and happy problem-solving!\u003c/p\u003e\n  \u003cp\u003eCheck out my HackerRank profile: \u003ca href=\"https://www.hackerrank.com/ayush_cs_1062\"\u003e@ayush_cs_1062\u003c/a\u003e\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushsiloiya619%2Fpython_hacker_rank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushsiloiya619%2Fpython_hacker_rank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushsiloiya619%2Fpython_hacker_rank/lists"}