{"id":17953300,"url":"https://github.com/kerthcet/leetcode-rs","last_synced_at":"2025-10-18T12:43:41.707Z","repository":{"id":105050047,"uuid":"380773192","full_name":"kerthcet/leetcode-rs","owner":"kerthcet","description":"LeetCode written in Rust 🦀️.","archived":false,"fork":false,"pushed_at":"2024-07-15T16:40:10.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T05:17:23.620Z","etag":null,"topics":["leetcode","rust"],"latest_commit_sha":null,"homepage":"","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/kerthcet.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":"2021-06-27T15:23:31.000Z","updated_at":"2024-07-15T16:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"0eafd6c9-c4fc-46e2-aef4-383a290a41c1","html_url":"https://github.com/kerthcet/leetcode-rs","commit_stats":null,"previous_names":["kerthcet/leetcode-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerthcet%2Fleetcode-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerthcet%2Fleetcode-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerthcet%2Fleetcode-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerthcet%2Fleetcode-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kerthcet","download_url":"https://codeload.github.com/kerthcet/leetcode-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036253,"owners_count":20872925,"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":["leetcode","rust"],"created_at":"2024-10-29T10:04:24.368Z","updated_at":"2025-10-18T12:43:36.627Z","avatar_url":"https://github.com/kerthcet.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode-In-Rust\n\n[LeetCode](https://leetcode.cn/u/kerthcet) written in Rust 🦀️. Just for fun.\n\n## Table of Contents\n\n- [Algorithms](#algorithms)\n  - [Top Interview 150](#top-interview-150)\n  - [Top 100 Liked](#top-100-liked)\n- [Data Structures](#data-structures)\n  - [Queue](#queue)\n  - [Linked List](#linked-list)\n\n## Algorithms\n\n### Top Interview 150\n\n- [Majority Element](./src/algos/majority_element.rs)\n- [Merge Sorted Array](./src/algos/merge_sorted_array.rs)\n- [Remove Element](./src/algos/remove_element.rs)\n- [Remove Duplicates from Sorted Array](./src/algos/remove_duplicates.rs)\n- [Remove Duplicates from Sorted Array II](./src/algos/remove_duplicates_2.rs)\n- [Rotate Array](./src/algos/rotate_array.rs)\n\n### Top 100 Liked\n\n- [Container With Most Water](./src/algos/container_with_most_water.rs)\n- [Find All Anagrams in a String](./src/algos/find_anagrams.rs)\n- [Group Anagrams](./src/algos/group_anagrams.rs)\n- [Longest Substring Without Repeating Characters](./src/algos/length_of_longest_substring.rs)\n- [Longest Consecutive Sequence](./src/algos/longest_consecutive_sequence.rs)\n- [Move Zeros](./src/algos/move_zeros.rs)\n- [Three Sum](./src/algos/three_sum.rs)\n- [Two Sum](./src/algos/two_sum.rs)\n- [Trapping Rain Water](./src/algos/trapping_rain_water.rs)\n\n## Data Structures\n\n### Queue\n\n- [FIFO](./src/data-structures/fifo.rs)\n\n### Linked List\n\n- [Doubly Linked List](./src/data-structures/doubly_linked_list.rs)\n- [Singly Linked List](./src/data-structures/singly_linked_list.rs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerthcet%2Fleetcode-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerthcet%2Fleetcode-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerthcet%2Fleetcode-rs/lists"}