{"id":23020661,"url":"https://github.com/mahmudmridul/leetcodesolutions","last_synced_at":"2025-04-02T18:41:41.827Z","repository":{"id":260622975,"uuid":"881730366","full_name":"MahmudMridul/LeetCodeSolutions","owner":"MahmudMridul","description":"LeetCode problems solution and data structures implemented in python and C#","archived":false,"fork":false,"pushed_at":"2025-03-27T07:32:45.000Z","size":161,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T08:31:45.921Z","etag":null,"topics":["algorithms","csharp","data-structures","leetcode-solutions","problem-solving","python","sql"],"latest_commit_sha":null,"homepage":"","language":"C#","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/MahmudMridul.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-11-01T05:28:28.000Z","updated_at":"2025-03-27T07:32:48.000Z","dependencies_parsed_at":"2024-11-01T13:17:46.753Z","dependency_job_id":"2265e5a3-00cf-46d4-8db4-4bd71eea16d8","html_url":"https://github.com/MahmudMridul/LeetCodeSolutions","commit_stats":null,"previous_names":["mahmudmridul/leetcodesolutions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahmudMridul%2FLeetCodeSolutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahmudMridul%2FLeetCodeSolutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahmudMridul%2FLeetCodeSolutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahmudMridul%2FLeetCodeSolutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MahmudMridul","download_url":"https://codeload.github.com/MahmudMridul/LeetCodeSolutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246871132,"owners_count":20847426,"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","csharp","data-structures","leetcode-solutions","problem-solving","python","sql"],"created_at":"2024-12-15T12:14:44.645Z","updated_at":"2025-04-02T18:41:41.802Z","avatar_url":"https://github.com/MahmudMridul.png","language":"C#","readme":"# Leet Code Solutions\n\n## Algorithms\n\n### Easy\n\n1. [LC 01](Csharp/Easy/LC_01.cs)\n2. [LC 104](Csharp/Easy/LC_104.cs)\n3. [LC 1051](Csharp/Easy/LC_1051.cs)\n4. [LC 1089](Csharp/Easy/LC_1089.cs)\n5. [LC 125](Csharp/Easy/LC_125.cs)\n6. [LC 1295](Csharp/Easy/LC_1295.cs)\n7. [LC 1299](Csharp/Easy/LC_1299.cs)\n8. [LC 14](Csharp/Easy/LC_14.cs)\n9. [LC 1662](Csharp/Easy/LC_1662.cs)\n10. [LC 219](Csharp/Easy/LC_219.cs)\n11. [LC 226](Csharp/Easy/LC_226.cs)\n12. [LC 2325](Csharp/Easy/LC_2325.cs)\n13. [LC 2574](Csharp/Easy/LC_2574.cs)\n14. [LC 26](Csharp/Easy/LC_26.cs)\n15. [LC 27](Csharp/Easy/LC_27.cs)\n16. [LC 28](Csharp/Easy/LC_28.cs)\n17. [LC 283](Csharp/Easy/LC_283.cs)\n18. [LC 414](Csharp/Easy/LC_414.cs)\n19. [LC 448](Csharp/Easy/LC_448.cs)\n20. [LC 485](Csharp/Easy/LC_485.cs)\n21. [LC 88](Csharp/Easy/LC_88.cs)\n22. [LC 905](Csharp/Easy/LC_905.cs)\n23. [LC 941](Csharp/Easy/LC_941.cs)\n24. [LC 977](Csharp/Easy/LC_977.cs)\n\n### Medium\n\n1. [LC 02](Csharp/Medium/LC_02.cs)\n2. [LC 03](Csharp/Medium/LC_03.cs)\n3. [LC 05](Csharp/Medium/LC_05.cs)\n4. [LC 06](Csharp/Medium/LC_06.cs)\n5. [LC 11](Csharp/Medium/LC_11.cs)\n6. [LC 12](Csharp/Medium/LC_12.cs)\n7. [LC 134](Csharp/Medium/LC_134.cs)\n8. [LC 1343](Csharp/Medium/LC_1343.cs)\n9. [LC 1441](Csharp/Medium/LC_1441.cs)\n10. [LC 1472](Csharp/Medium/LC_1472.cs)\n11. [LC 15](Csharp/Medium/LC_15.cs)\n12. [LC 151](Csharp/Medium/LC_151.cs)\n13. [LC 16](Csharp/Medium/LC_16.cs)\n14. [LC 167](Csharp/Medium/LC_167.cs)\n15. [LC 17](Csharp/Medium/LC_17.cs)\n16. [LC 19](Csharp/Medium/LC_19.cs)\n17. [LC 209](Csharp/Medium/LC_209.cs)\n18. [LC 2130](Csharp/Medium/LC_2130.cs)\n19. [LC 2391](Csharp/Medium/LC_2391.cs)\n20. [LC 2433](Csharp/Medium/LC_2433.cs)\n21. [LC 2610](Csharp/Medium/LC_2610.cs)\n22. [LC 2785](Csharp/Medium/LC_2785.cs)\n23. [LC 2807](Csharp/Medium/LC_2807.cs)\n24. [LC 380](Csharp/Medium/LC_380.cs)\n25. [LC 424](Csharp/Medium/LC_424.cs)\n26. [LC 53](Csharp/Medium/LC_53.cs)\n27. [LC 918](Csharp/Medium/LC_918.cs)\n28. [LC 978](Csharp/Medium/LC_978.cs)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmudmridul%2Fleetcodesolutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmudmridul%2Fleetcodesolutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmudmridul%2Fleetcodesolutions/lists"}