{"id":15982878,"url":"https://github.com/shekohex/leetcode-rs","last_synced_at":"2025-04-04T19:19:31.511Z","repository":{"id":89445137,"uuid":"208303714","full_name":"shekohex/leetcode-rs","owner":"shekohex","description":"💡 Learning Rust 🦀 By Solving Leetcode Problems.","archived":false,"fork":false,"pushed_at":"2019-09-15T20:00:36.000Z","size":107,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T04:28:00.462Z","etag":null,"topics":["learning-by-doing","leetcode-rust","leetcode-solutions","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shekohex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","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-09-13T16:28:41.000Z","updated_at":"2021-12-20T15:03:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e156e46f-f9e3-42e9-b024-0bf88572a0e3","html_url":"https://github.com/shekohex/leetcode-rs","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"ee3f951436d9791bbc88d8b0f1bdf7262954c80d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fleetcode-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fleetcode-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fleetcode-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fleetcode-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shekohex","download_url":"https://codeload.github.com/shekohex/leetcode-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234942,"owners_count":20905855,"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":["learning-by-doing","leetcode-rust","leetcode-solutions","rust"],"created_at":"2024-10-08T01:23:00.085Z","updated_at":"2025-04-04T19:19:31.495Z","avatar_url":"https://github.com/shekohex.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./assets/logo/leetcode-rs.png\"/\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://camo.githubusercontent.com/a34cfbf37ba6848362bf2bee0f3915c2e38b1cc1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265\" alt=\"PRs welcome\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/rust-leetcode-yellow\" alt=\"Rust LeetCode\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg\" alt=\"License\"/\u003e\n    \u003cimg src=\"https://github.com/shekohex/leetcode-rs/workflows/Main/badge.svg\" alt=\"Actions Status\"/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eLeetCode Rust 🦀\u003c/h1\u003e\n\n\u003cp align=\"center\" style=\"font-weight:bold;\"\u003eLearning Rust By Solving Leetcode Problems.\u003c/p\u003e\n\n## Introduction 💭\n\n**I believe the best way to learn and improve your skills is by practicing and the best way to do so is by solving problems, a lot of problems.**\n\nFortunately, [Leetcode](https://leetcode.com) has a lot of them, and here we are attempting to provide (hopefully) the best and idiomatic solutions for these problems hoping that will help you find new ways to think in Rust.\n\n## Getting Starting 🙋\n\nWe are assuming that you have Rust installed already, if not please 💁 [do](https://doc.rust-lang.org/book/ch01-01-installation.html).\n\nAll solutions are organized in separate directories according to there difficulty level (easy, medium, hard), and every solution is provided as library and all code should be contained in one single file (usually `lib.rs`), for example the [Two Sum](https://leetcode.com/problems/two-sum/) should be located in [`easy/two-sum/src/lib.rs`](easy/two-sum/src/lib.rs).\n\n## Index 📑\n\nHere you can find the list of solved problems:\n\n- [Easy](easy/README.md).\n- [Medium](medium/README.md).\n- [Hard](hard/README.md).\n\n## Contributing 👋\n\nPlease see the [[Contribute](CONTRIBUTING.md)]. file for more details.\n\n## Support 🎁\n\nAny support is welcome. At least you can give us a star :star:\n\n## License 📕\n\nLeetCode Rust is licensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or\n  http://opensource.org/licenses/MIT)\n\nat your option.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in LeetCode Rust by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\n- Logo: [static-assertions-rs](https://github.com/nvzqz/static-assertions-rs)'s Logo mixed with original LeetCode Logo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fleetcode-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshekohex%2Fleetcode-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fleetcode-rs/lists"}