{"id":16610377,"url":"https://github.com/itszeeshan/leetcode-problems-in-typescript","last_synced_at":"2025-06-12T22:36:48.598Z","repository":{"id":251656313,"uuid":"838046833","full_name":"itszeeshan/LeetCode-Problems-In-Typescript","owner":"itszeeshan","description":"Goal is to find LeetCode Problems and there solutions","archived":false,"fork":false,"pushed_at":"2024-09-13T16:28:37.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T17:55:50.085Z","etag":null,"topics":["algorithms","coding","coding-interviews","data-structures","leetcode","leetcode-solutions","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/itszeeshan.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-08-04T19:29:45.000Z","updated_at":"2024-10-10T10:35:18.000Z","dependencies_parsed_at":"2024-09-14T05:03:56.033Z","dependency_job_id":"aa0f7510-a239-4968-8066-21d06cbfdc50","html_url":"https://github.com/itszeeshan/LeetCode-Problems-In-Typescript","commit_stats":null,"previous_names":["itszeeshan/leetcode-problems-in-typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itszeeshan/LeetCode-Problems-In-Typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itszeeshan%2FLeetCode-Problems-In-Typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itszeeshan%2FLeetCode-Problems-In-Typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itszeeshan%2FLeetCode-Problems-In-Typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itszeeshan%2FLeetCode-Problems-In-Typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itszeeshan","download_url":"https://codeload.github.com/itszeeshan/LeetCode-Problems-In-Typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itszeeshan%2FLeetCode-Problems-In-Typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259542187,"owners_count":22873769,"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","coding","coding-interviews","data-structures","leetcode","leetcode-solutions","typescript"],"created_at":"2024-10-12T01:29:57.333Z","updated_at":"2025-06-12T22:36:48.567Z","avatar_url":"https://github.com/itszeeshan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Problems In Typescript\nGoal is to find 100 LeetCode Problems in Typescript and also to find a way to solve them.\n\n### To run these files/scripts:\n- Install ```ts-node``` \u0026 ```typescript``` globally via ```npm```: ```npm i -g typescript ts-node```\n- Now just run ```ts-node \u003cfolder name\u003e/\u003cname one of the file\u003e.ts``` on your terminal.\n- For example ```ts-node twoSumProblem.ts```\n\n## Related Blog Posts:\nAll of the links related to blogs are below that will help you understand each of the problem better and how it was solved.\n\n\u003cdetails\u003e\n    \u003csummary\u003eLinked List\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 17    |  Least Recently Used Cache | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-lru-cache-d27c7986cccc |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eAdvanced Graphs\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 14    | Min Cost to Connect Points    | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-min-cost-to-connect-points-607b988c8c36 |\n| 24    | Alien Dictionary  |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-alien-dictionary-30721be99a2d |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eArrays \u0026 Hashing\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 1     | Two Sum       | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-two-sum-problem-edeef2063b9f   |\n| 5     | Group Anagrams        | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-group-anagrams-problem-fb26d9cc9937     |\n| 6     | Encode And Decode Strings | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-encode-and-decode-strings-problem-1619a1216548 |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eBacktracking\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 7     | Combination Sum | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-combination-sum-problem-12c177d59e15  |\n| 12    | Word Search          | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-word-search-problem-1ec2ea60babb |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eBit Manipulation\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 2     | Reverse Integer       | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-reversing-an-integer-ef3c8dc4c84c     |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eGraphs\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 19    | Surrounded Regions    | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-surrounded-regions-4a5328422781 |\n| 26    | Rotting Oranges  |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-rotting-oranges-3994d69a79df  |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eGreedy\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 8     | Largest Number          | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-finding-the-largest-number-from-array-elements-3bc7f2bde20f |\n| 9     | Jump Game      | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-jump-game-problem-dec80ce54b17|\n| 18    | Hand of Straights | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-hand-of-straights-problem-0dc5e0a5edb0 |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eHeap Queue\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 21    | Design Twitter Feed  | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-design-twitter-feed-f765eddf9351 |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eIntervals\u003c/summary\u003e\n\n| Days  | Problems | Links  |\n| :---: |    :----:   |  :---: |\n| 15    | Meeting Scheduler II | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-meeting-scheduler-ii-d9a385a34ea3 |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eMath\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 4     | Fizz Buzz     | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-fizzbuzz-problem-6a4ecbade935          |\n| 20    | Pow      |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-pow-x-n-problem-706f3fc5646d |\n| 23    | Spiral Matrix  |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-spiral-matrix-d7d15f8357cd  |\n| 25    | Rotate Image  |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-rotate-image-e093d5183f63  |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eStack\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 22    | Car Fleet    |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-car-fleet-b5c7b3e68236    |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003etrees\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 10    | Maximum Depth of Binary Tree | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-solving-the-maximum-depth-of-binary-tree-problem-8ddcec5880f3 |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eTwo Pointers\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 3     | Valid Palindrome    | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-palindrome-number-problem-7838d4dc8db1 |\n| 11    | Three Sum            |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-3sum-c22ea608f464 |\n| 13    | Container With Most Water    |  https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-container-with-most-water-fab3de2e68d9 |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003e1-D Programming\u003c/summary\u003e\n\n| Days  | Problems | Links     |\n| :---: |    :----:   |          :---: |\n| 16    | Word break    | https://medium.com/@zeesek/100-days-of-leetcode-problems-in-typescript-word-break-78cb918ba17c |\n\u003c/details\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitszeeshan%2Fleetcode-problems-in-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitszeeshan%2Fleetcode-problems-in-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitszeeshan%2Fleetcode-problems-in-typescript/lists"}