{"id":25349406,"url":"https://github.com/arkeasz/leetcode","last_synced_at":"2026-04-12T07:39:11.955Z","repository":{"id":263938887,"uuid":"780710621","full_name":"arkeasz/leetcode","owner":"arkeasz","description":"A collection of my solutions to LeetCode problems","archived":false,"fork":false,"pushed_at":"2024-11-26T03:45:16.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T16:04:10.890Z","etag":null,"topics":["algorithms","data-structures","javascript","leetcode","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/arkeasz.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":"2024-04-02T02:33:11.000Z","updated_at":"2024-11-26T03:45:20.000Z","dependencies_parsed_at":"2024-11-21T05:34:17.442Z","dependency_job_id":null,"html_url":"https://github.com/arkeasz/leetcode","commit_stats":null,"previous_names":["arkeasz/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkeasz%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkeasz","download_url":"https://codeload.github.com/arkeasz/leetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247921433,"owners_count":21018589,"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":["algorithms","data-structures","javascript","leetcode","python","rust"],"created_at":"2025-02-14T16:04:17.360Z","updated_at":"2026-04-12T07:39:06.916Z","avatar_url":"https://github.com/arkeasz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Solutions 🚀\n\nThis repository contains my solutions to various problems on [LeetCode](https://leetcode.com/). Each problem is solved in **Rust** and includes comments to make the code easier to understand.\n\n## Problems Solved\n| # | Problem | Solution | Difficulty | Language |\n|---|---------|----------|------------|--------|\n| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_one/main.py) | Easy | Python |\n| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_two/main.rs) | Medium | Rust |\n| 3 | [Longest substring without repeating characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_three/main.js) | Medium | Javascript |\n| 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_four/main.js) | Hard | Javascript |\n| 5 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_five/main.js) | Medium | Python |\n| 6 | [Zigzag Conversion](https://leetcode.com/problems/zigzag-conversion/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_six/main.js) | Medium | Python |\n| 7 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_seven/main.js) | Medium | Python |\n| 8 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_eight/main.py) | Medium | Python |\n| 9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number) | [Solution](https://github.com/arkeasz/leetcode/tree/main/prom_nine/main.rs) | Easy | Python |\n\n## About\nLeetCode challenges are a great way to improve problem-solving and coding skills. This repository is part of my journey to enhance my skills in:\n- **Data Structures**\n- **Algorithms**\n- **Rust Programming**\n\n## Running the Code\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/arkeasz/leetcode.git\n   cd leetcode-solutions\n   ```\n2. Two options:\n\n   - option 1: Run the code for a specific solution (e.g., `two_sum.rs`)\n   - option 2:\n   ```bash\n   go build run.go\n   ./run [folder_name]\n   ```\n   Replace `[folder_name]` with the folder name containing the solution (e.g., `prom_one` or `prom_two`).\n\n## Feedback\nFeel free to open issues or suggest improvements. Contributions are also welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkeasz%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkeasz%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkeasz%2Fleetcode/lists"}