{"id":13471008,"url":"https://github.com/walkccc/LeetCode","last_synced_at":"2025-03-26T13:30:46.820Z","repository":{"id":39543407,"uuid":"172231974","full_name":"walkccc/LeetCode","owner":"walkccc","description":"💡 LeetCode in C++20/Java/Python/MySQL/TypeScript (respect coding conventions)","archived":false,"fork":false,"pushed_at":"2024-10-28T19:53:19.000Z","size":10065,"stargazers_count":1129,"open_issues_count":1,"forks_count":400,"subscribers_count":29,"default_branch":"main","last_synced_at":"2024-10-29T22:32:21.385Z","etag":null,"topics":["cpp","cpp20","java","leetcode","leetcode-cpp","leetcode-java","leetcode-python","leetcode-solutions","mysql","python","typescript"],"latest_commit_sha":null,"homepage":"http://walkccc.me/LeetCode","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walkccc.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":"2019-02-23T15:46:23.000Z","updated_at":"2024-10-29T20:59:15.000Z","dependencies_parsed_at":"2023-09-24T17:00:27.549Z","dependency_job_id":"e2a9410e-974b-49b2-b117-79070ccaf025","html_url":"https://github.com/walkccc/LeetCode","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"3b3e48362669de0a081fb24bb66c1220a842bbfa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkccc%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkccc%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkccc%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkccc%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkccc","download_url":"https://codeload.github.com/walkccc/LeetCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245662709,"owners_count":20652068,"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":["cpp","cpp20","java","leetcode","leetcode-cpp","leetcode-java","leetcode-python","leetcode-solutions","mysql","python","typescript"],"created_at":"2024-07-31T16:00:38.424Z","updated_at":"2025-03-26T13:30:41.642Z","avatar_url":"https://github.com/walkccc.png","language":"C++","readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://walkccc.me/LeetCode/\"\u003e\u003cimg src=\"https://i.imgur.com/IsS5xkZ.png\" width=80 height=80 title=\"LeetCode\" alt=\"LeetCode\"\u003e\u003c/a\u003e\n\u003ch1\u003eLeetCode Solutions\u003c/h1\u003e\n\u003cspan\u003e💡 \u003ci\u003eSolutions to \u003ca href=\"https://leetcode.com/problemset/all/\"\u003eLeetCode\u003c/a\u003e in C++20, Java, Python, MySQL, and TypeScript. This repository aims to provide code with \u003cstrong\u003egood readability\u003c/strong\u003e and \u003cstrong\u003econsistent style\u003c/strong\u003e over various topics and embraces new standards.\u003c/i\u003e\u003c/span\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cimg src=\"https://img.shields.io/badge/Solved-3338/3338%20=%20100.00%25-blue.svg?style=flat-square\" alt=\"Solved Percentage\" /\u003e\n\u003cbr/\u003e\n\u003cimg src=\"https://img.shields.io/badge/Easy-831/831-5CB85C.svg?style=flat-square\" alt=\"Easy AC Count\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Medium-1747/1747-F0AD4E.svg?style=flat-square\" alt=\"Medium AC Count\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Hard-760/760-D9534F.svg?style=flat-square\" alt=\"Hard AC Count\" /\u003e\n\u003c/div\u003e\n\n## Getting Started\n\nSee the built page here: [LeetCode Solutions](https://walkccc.me/LeetCode/).\n\n## Coding Style and Naming\n\nPlease see the [style guide](https://walkccc.me/LeetCode/styleguide/).\n\n## Formatting\n\n| Language   | Formatter                                                   | Style Guide                                                                       | Configuration                                                                  |\n| ---------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| C++        | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)       | [`.clang-format`](https://github.com/walkccc/LeetCode/blob/main/.clang-format) |\n| Java       | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)     | [`.clang-format`](https://github.com/walkccc/LeetCode/blob/main/.clang-format) |\n| Python     | [`autopep8`](https://pypi.org/project/autopep8)             | [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)     | Passing `--indent-size=2` for a better viewing experience in mobile devices.   |\n| TypeScript | [Prettier](https://prettier.io)                             | [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html) | [`.prettierrc`](https://github.com/walkccc/LeetCode/blob/main/.prettierrc)     |\n| MySQL      | N/A                                                         | N/A                                                                               | N/A                                                                            |\n\n## Fun Facts\n\nThis website went live on February 23, 2019.\n\n## License\n\nLicensed under the MIT License, Copyright © 2019-2024\n[P.-Y. Chen](https://github.com/walkccc).\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eAssembled with ❤️ in New York.\u003c/sub\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":["C++","LeetCode"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkccc%2FLeetCode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkccc%2FLeetCode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkccc%2FLeetCode/lists"}