{"id":27430262,"url":"https://github.com/khemssharma/leetcode","last_synced_at":"2025-04-14T14:42:06.009Z","repository":{"id":259035716,"uuid":"876087313","full_name":"khemssharma/leetcode","owner":"khemssharma","description":"Calmly practice DSA here...","archived":false,"fork":false,"pushed_at":"2024-11-07T09:35:07.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T10:33:04.387Z","etag":null,"topics":["array","leetcode","logic","problem-solving","solutions","strivers-sde-sheet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/khemssharma.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-10-21T11:31:49.000Z","updated_at":"2024-11-07T09:35:11.000Z","dependencies_parsed_at":"2024-11-07T10:35:53.607Z","dependency_job_id":"07d7635f-453d-4e87-9cea-823cc46ce9a9","html_url":"https://github.com/khemssharma/leetcode","commit_stats":null,"previous_names":["ayushshanks/leetcode","khemssharma/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemssharma%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemssharma%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemssharma%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemssharma%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khemssharma","download_url":"https://codeload.github.com/khemssharma/leetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248898561,"owners_count":21179793,"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":["array","leetcode","logic","problem-solving","solutions","strivers-sde-sheet"],"created_at":"2025-04-14T14:42:05.567Z","updated_at":"2025-04-14T14:42:05.991Z","avatar_url":"https://github.com/khemssharma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode Notes\n\n## Two Pointers\n\u003cdiv\u003e\n    \u003cp\u003e In this approach two pointers move towards or opposite to each other.\n    It does not divide the search space logarithmicaly.\n    \u003c/p\u003e\n\u003c/div\u003e\n\n## Binary Search\n\u003cdiv\u003e\n    \u003cp\u003e In this approach we continuosly divide search space into two halves.\n    It divides the search space logarithmicaly.\n    \u003c/p\u003e\n\u003c/div\u003e\n\n## Dynamic Programming \n\u003cdiv\u003e \n    \u003cp\u003e In this approach, we store the results of overlapping subproblems to avoid redundant calculations. It optimizes recursive solutions by using memoization (top-down) or tabulation (bottom-up). \n    \u003c/p\u003e \n\u003c/div\u003e\n\nSee my \u003ca href=\"https://leetcode.com/u/khemssharma/\"\u003eLeetcode Profile\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhemssharma%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhemssharma%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhemssharma%2Fleetcode/lists"}