{"id":18726587,"url":"https://github.com/mayank-cse/data-structure-mg-python","last_synced_at":"2025-08-20T18:22:22.936Z","repository":{"id":64565925,"uuid":"576160682","full_name":"mayank-cse/Data-Structure-MG-Python","owner":"mayank-cse","description":"This repository contains my solutions to LeetCode daily problems and Codeforces questions. It serves as a practice resource for sharpening algorithmic problem-solving skills and improving proficiency in Python.","archived":false,"fork":false,"pushed_at":"2024-09-01T10:46:25.000Z","size":970,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T13:28:11.971Z","etag":null,"topics":["100daysofcode","100daysofpython","codeforces-solutions","leetcode-solutions","python3"],"latest_commit_sha":null,"homepage":"","language":null,"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/mayank-cse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-09T06:28:42.000Z","updated_at":"2024-09-01T10:46:29.000Z","dependencies_parsed_at":"2024-02-19T09:28:50.639Z","dependency_job_id":"59769566-48f0-4ad9-8df4-521c6b1b50a1","html_url":"https://github.com/mayank-cse/Data-Structure-MG-Python","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/mayank-cse%2FData-Structure-MG-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank-cse%2FData-Structure-MG-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank-cse%2FData-Structure-MG-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank-cse%2FData-Structure-MG-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayank-cse","download_url":"https://codeload.github.com/mayank-cse/Data-Structure-MG-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592971,"owners_count":19664855,"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":["100daysofcode","100daysofpython","codeforces-solutions","leetcode-solutions","python3"],"created_at":"2024-11-07T14:14:52.198Z","updated_at":"2025-02-19T03:45:28.001Z","avatar_url":"https://github.com/mayank-cse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n# LeetCode and Codeforces Practice Repository\nThis repository contains my solutions to LeetCode daily problems and Codeforces questions. It serves as a practice resource for sharpening algorithmic problem-solving skills and improving proficiency in Python.\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003ca href=\"#introduction\"\u003eIntroduction\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#leetcode-daily-problems\"\u003eLeetCode Daily Problems\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#codeforces-questions\"\u003eCodeforces Questions\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## Introduction\nIn this repository, you will find my solutions to various LeetCode daily problems and Codeforces questions. Each problem has its own dedicated folder, where you can find the problem statement, my solution, and any additional notes or explanations.\n\nThe solutions are written in Python, providing clear and concise implementations of the algorithms and data structures required to solve the given problems. You can use these solutions as a reference to understand different approaches and techniques for problem-solving in Python.\n\n## LeetCode Daily Problems\nThe LeetCode Daily Problems section contains a collection of solutions to the daily coding challenges provided by LeetCode. Each problem is categorized under its respective difficulty level (Easy, Medium, or Hard) and includes the problem description, my solution, and the corresponding runtime and memory usage analysis.\n\nFeel free to explore the different folders and examine the solutions. If you find any issues or have alternative solutions that you would like to contribute, please follow the contributing guidelines.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\u003cimg width=\"951\" alt=\"image\" src=\"https://github.com/mayank-cse/Data-Structure-MG-Python/assets/72187020/a35aa709-89a7-41fb-aa78-700fb3da1c1c\"\u003e\n\n## Codeforces Questions\nThe Codeforces Questions section contains my solutions to various Codeforces programming problems. Similar to the LeetCode section, each problem has its own folder with the problem statement, my solution, and any relevant notes.\n\nThe solutions are implemented in Python and showcase different algorithmic techniques, including dynamic programming, graph algorithms, greedy algorithms, and more. By reviewing these solutions, you can gain insights into problem-solving strategies and improve your programming skills.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\nContributions are welcome and encouraged! If you have alternative solutions, improved approaches, or additional problems that you would like to add to this repository, please follow the guidelines outlined in the contributing guidelines.\n\nYour contributions can help enhance the quality and diversity of problem-solving solutions available to other developers who are using this repository as a learning resource.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nMayank Gupta - [@MayankGuptaCse1](https://twitter.com/MayankGuptacse1) - mayank.guptacse1@gmail.com\n\nProfile Link:  \n- [LeetCode](https://leetcode.com/mayank-gupta/)\n- [CodeForces](https://codeforces.com/profile/mayank.guptacse1)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\nThis repository is licensed under the MIT License. You are free to use, modify, and distribute the code in this repository, as long as you include the appropriate attribution and adhere to the terms and conditions of the license.\n\nPlease note that while the solutions provided here are intended to assist and guide your learning, it is important to solve problems independently and understand the underlying concepts to foster growth as a problem solver.\n\nIf you have any questions or suggestions, feel free to reach out. Happy coding!\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank-cse%2Fdata-structure-mg-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayank-cse%2Fdata-structure-mg-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank-cse%2Fdata-structure-mg-python/lists"}