{"id":49550217,"url":"https://github.com/stewie-pixel/claude-with-leetcode","last_synced_at":"2026-05-02T22:04:42.269Z","repository":{"id":333123450,"uuid":"1044165604","full_name":"Stewie-pixel/claude-with-leetcode","owner":"Stewie-pixel","description":"Daily Leetcode Solution for DSA and Algorithm master","archived":false,"fork":false,"pushed_at":"2026-04-27T13:34:02.000Z","size":259,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T15:27:16.688Z","etag":null,"topics":["dsa-algorithm","leetcode"],"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/Stewie-pixel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-25T09:29:16.000Z","updated_at":"2026-04-27T06:16:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Stewie-pixel/claude-with-leetcode","commit_stats":null,"previous_names":["stewie-pixel/leetcode_daily","stewie-pixel/claude-with-leetcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stewie-pixel/claude-with-leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stewie-pixel%2Fclaude-with-leetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stewie-pixel%2Fclaude-with-leetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stewie-pixel%2Fclaude-with-leetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stewie-pixel%2Fclaude-with-leetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stewie-pixel","download_url":"https://codeload.github.com/Stewie-pixel/claude-with-leetcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stewie-pixel%2Fclaude-with-leetcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32550918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T21:31:48.061Z","status":"ssl_error","status_checked_at":"2026-05-02T21:31:46.574Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dsa-algorithm","leetcode"],"created_at":"2026-05-02T22:04:26.371Z","updated_at":"2026-05-02T22:04:42.262Z","avatar_url":"https://github.com/Stewie-pixel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHi 👋, I'm Edwardz\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eA passionate ML/DSA developer from Australia\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://komarev.com/ghpvc/?username=edwardz\u0026label=Profile%20views\u0026color=0e75b6\u0026style=flat\" alt=\"edwardz\" /\u003e \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.skills.google/public_profiles/8159229f-ed8b-4932-9a73-b1658ada0bfa\" target=\"_blank\"\u003e\n    \u003cimg src=\".ggskills/.badge/ML_BigQuery.png\" alt=\"Google Skills Badge\" width=\"150\"/\u003e\n    \u003cimg src=\".ggskills/.badge/Professional_ML_Engineer.png\" alt=\"Google Skills Badge\" width=\"150\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003csection id=\"daily-leetcode-challenge\"\u003e\n  \u003ch2\u003eDaily LeetCode Challenge 🧩\u003c/h2\u003e\n  \u003cp\u003eWelcome to the \u003cstrong\u003eDaily LeetCode Challenge\u003c/strong\u003e repository! This is a personal coding journal where I solve a new LeetCode problem every day and weekly Leetcode contest.\u003c/p\u003e\n\n  \u003ch3\u003eEach solution includes:\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eProblem description.\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eClean and readable code in Python, C++ and Javascript.\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eThought process and approach to help understand the solution.\u003c/strong\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eOptimized time \u0026 space complexity.\u003c/strong\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cp\u003eWhether you’re here to study algorithms or practice for your upcoming interview, this repo is a good resource for daily coding practice.\u003c/p\u003e\n\u003c/section\u003e\n\n- 🔭 I’m currently working on [The Daily Leetcode](https://github.com/Stewie-pixel/Leetcode_Daily.git)\n\n- 🌱 I’m currently learning **ML/DL**\n\n- 👨‍💻 All of my projects are available at [https://github.com/Stewie-pixel](https://github.com/Stewie-pixel)\n\n- 📝 I regularly write articles on [https://github.com/Stewie-pixel](https://github.com/Stewie-pixel)\n\n- 💬 Ask me about **AI/DSA and ML**\n\n- 📫 How to reach me **hanchivi39@gmail.com**\n\n- ⚡ Fun fact **I usually code on rainy day**\n\n\n\u003ch3 align=\"left\"\u003eConnect with me:\u003c/h3\u003e\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://linkedin.com/in/edwardz\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"edwardz\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://stackoverflow.com/users/27828584\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/stack-overflow.svg\" alt=\"27828584\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.leetcode.com/stewie\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/leet-code.svg\" alt=\"stewie\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\n\u003ch3 align=\"left\"\u003eLanguages and Tools:\u003c/h3\u003e\n\u003cp align=\"left\"\u003e \u003ca href=\"https://www.arduino.cc/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://cdn.worldvectorlogo.com/logos/arduino-1.svg\" alt=\"arduino\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://aws.amazon.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg\" alt=\"aws\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.gnu.org/software/bash/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg\" alt=\"bash\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.cprogramming.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg\" alt=\"c\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.w3schools.com/cpp/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/cplusplus/cplusplus-original.svg\" alt=\"cplusplus\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.w3schools.com/cs/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/csharp/csharp-original.svg\" alt=\"csharp\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.docker.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/docker/docker-original-wordmark.svg\" alt=\"docker\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://firebase.google.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg\" alt=\"firebase\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://git-scm.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg\" alt=\"git\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.java.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg\" alt=\"java\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg\" alt=\"javascript\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.mongodb.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg\" alt=\"mongodb\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.mysql.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg\" alt=\"mysql\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://nodejs.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg\" alt=\"nodejs\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://opencv.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/opencv/opencv-icon.svg\" alt=\"opencv\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.oracle.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/oracle/oracle-original.svg\" alt=\"oracle\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://pandas.pydata.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/2ae2a900d2f041da66e950e4d48052658d850630/icons/pandas/pandas-original.svg\" alt=\"pandas\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.php.net\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/php/php-original.svg\" alt=\"php\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.python.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg\" alt=\"python\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://pytorch.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/pytorch/pytorch-icon.svg\" alt=\"pytorch\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://scikit-learn.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/0/05/Scikit_learn_logo_small.svg\" alt=\"scikit_learn\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://seaborn.pydata.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://seaborn.pydata.org/_images/logo-mark-lightbg.svg\" alt=\"seaborn\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.tensorflow.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/tensorflow/tensorflow-icon.svg\" alt=\"tensorflow\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003c/p\u003e\n\n\u003cp\u003e\u003cimg align=\"center\" src=\"https://github-readme-streak-stats.herokuapp.com/?user=edwardz\u0026\" alt=\"edwardz\" /\u003e\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewie-pixel%2Fclaude-with-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstewie-pixel%2Fclaude-with-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstewie-pixel%2Fclaude-with-leetcode/lists"}