{"id":24865070,"url":"https://github.com/imevanc/evan-codes-leetcode","last_synced_at":"2026-05-18T04:31:32.058Z","repository":{"id":56708846,"uuid":"521046791","full_name":"imevanc/evan-codes-leetcode","owner":"imevanc","description":"Leetcode solutions","archived":false,"fork":false,"pushed_at":"2023-03-15T20:58:57.000Z","size":4715,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T23:57:18.868Z","etag":null,"topics":["interview","javascript","leetcode","leetcode-solutions","youtube"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/imevanc.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}},"created_at":"2022-08-03T22:11:57.000Z","updated_at":"2024-05-11T09:23:25.000Z","dependencies_parsed_at":"2023-02-08T16:00:54.385Z","dependency_job_id":null,"html_url":"https://github.com/imevanc/evan-codes-leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imevanc%2Fevan-codes-leetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imevanc%2Fevan-codes-leetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imevanc%2Fevan-codes-leetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imevanc%2Fevan-codes-leetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imevanc","download_url":"https://codeload.github.com/imevanc/evan-codes-leetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717622,"owners_count":20661143,"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":["interview","javascript","leetcode","leetcode-solutions","youtube"],"created_at":"2025-01-31T23:57:26.562Z","updated_at":"2025-10-06T02:45:20.012Z","avatar_url":"https://github.com/imevanc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evan-Codes-Leetcode\n\n\u003cstrong\u003e \u003cs\u003e New Video in February \u003c/s\u003e \u003c/strong\u003e\n\u003cstrong\u003e \u003cs\u003e Unfortunately, I need to postpone the next video until later this year. I'm currently working on [Pet-Pal](https://github.com/imevanc/pet-pal). \u003c/s\u003e \u003c/strong\u003e\n\n\u003cstrong\u003eNew LeetCode video is coming soon.\u003c/strong\u003e\n\n👋 👋 I update regurarly this repo with my solutions of leetcode questions. Use these files and the corresponding videos, if you want to see my Javascript code. The problems are divided into three categories (ie easy, medium and hard) and you can find them attached below under the correct section. Cheers! 🙏🙏\n\n### Contributions\n\nI am more than happy to consider contributors to this project - esp in Python, Kotlin \u0026 Swift. DM me on twitter.\n\n## JavaScript\n\n### EASY\n\n1. [1.TwoSum](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/1.TwoSum/)\n2. [9.PalindromeNumber](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/9.PalindromeNumber/)\n3. [13.RomanToInteger](https://github.com/imevanc/evan-codes-leetcode/blob/main/JavaScript/Easy/13.RomanToInteger/)\n4. [14.LongestCommonPrefix](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/14.LongestCommonPrefix/)\n5. [21.MergeTwoSortedLists](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/21.MergeTwoSortedLists/)\n6. [242.ValidAnagram](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/242.ValidAnagram/)\n7. [206.ReverseLinkedList](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/206.ReverseLinkedList/)\n8. [20.ValidParentheses](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/20.ValidParentheses/)\n9. [83.RemoveDuplicatesFromSortedList](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/83.RemoveDuplicatesFromSortedList/)\n10. [125.ValidPalindrome](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/125.ValidPalindrome/)\n11. [141.LinkedListCycle](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/141.LinkedListCycle/)\n12. [203.RemoveLinkedListElements](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/203.RemoveLinkedListElements/)\n13. [1480.RunningSomeOf1dArray](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/1480.RunningSumOf1dArray/)\n14. [724.FindPivotIndex](https://github.com/imevanc/evan-codes-leetcode/blob/main/JavaScript/Easy/724.FindPivotIndex/)\n15. [205.IsomorphicStrings](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/205.IsomorphicStrings/)\n16. [392.IsSubsequence](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/392.IsSubsequence/)\n17. [876.MiddleOfTheLinkedList](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/876.MiddleOfTheLinkedList/)\n18. [100.SameTree](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Easy/100.SameTree/)\n\n### MEDIUM\n\n1. [2.AddTwoNumbers](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Medium/2.AddTwoNumbers/)\n2. [92.ReverseLinkedListII](https://github.com/imevanc/evan-codes-leetcode/tree/main/JavaScript/Medium/92.ReverseLinkedListII/)\n\n### HARD\n\n1. _Coming soon_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimevanc%2Fevan-codes-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimevanc%2Fevan-codes-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimevanc%2Fevan-codes-leetcode/lists"}