{"id":15732472,"url":"https://github.com/tjx666/leetcode-js-2022","last_synced_at":"2025-08-17T11:06:58.205Z","repository":{"id":45899921,"uuid":"486693742","full_name":"tjx666/leetcode-js-2022","owner":"tjx666","description":"二刷 leetcode","archived":false,"fork":false,"pushed_at":"2022-07-24T10:00:31.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T11:51:03.097Z","etag":null,"topics":["algorithm","datastructure","frontend","interview","javascript","leetcode"],"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/tjx666.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-04-28T17:46:23.000Z","updated_at":"2022-05-02T08:09:59.000Z","dependencies_parsed_at":"2022-08-31T13:54:30.438Z","dependency_job_id":null,"html_url":"https://github.com/tjx666/leetcode-js-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tjx666/leetcode-js-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fleetcode-js-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fleetcode-js-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fleetcode-js-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fleetcode-js-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjx666","download_url":"https://codeload.github.com/tjx666/leetcode-js-2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Fleetcode-js-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270837583,"owners_count":24654391,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithm","datastructure","frontend","interview","javascript","leetcode"],"created_at":"2024-10-04T00:20:28.626Z","updated_at":"2025-08-17T11:06:58.175Z","avatar_url":"https://github.com/tjx666.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2022 年 LeetCode 刷题记录\n\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=tjx666.leetcode-js-2022\u0026left_color=red\u0026right_color=green\u0026left_text=HelloVisitors)\n\n每逢面试就刷题~\n\n**小目标**：按 tag 刷个 200 道题，当前进度：![progress](https://img.shields.io/badge/-47%2F200-green)\n\n## 链表\n\n- 141-环形链表\n- 142-环形链表 II\n- 160-相交链表\n- 19-删除链表的倒数第 N 个结点\n- 2- 两数相加\n- 203-移除链表元素\n- 206-反转链表\n- 21-合并两个有序链表\n- 234-回文链表\n- 237-删除链表中的节点\n- 445-两数相加 II\n- 61-旋转链表\n- 82-删除排序链表中的重复元素 II\n- 83-删除排序链表中的重复元素\n- 876-链表的中间节点\n- 92-反转链表 II\n- 1290-二进制链表转整数\n\n## 二叉树\n\n- 100-相同的树\n- 101-对称二叉树\n- 102-二叉树的层序遍历\n- 104-二叉树的最大深度\n- 107-二叉树的层序遍历 II\n- 111-二叉树的最小深度\n- 112-路径总和\n- 113-路径总和 II\n- 114-二叉树展开为链表\n- 144-二叉树的前序遍历\n- 145-二叉树的后序遍历\n- 199-二叉树的右视图\n- 226-翻转二叉树\n- 236-二叉树的最近公共祖先\n- 257-二叉树的所有路径\n- 404-左叶子之和\n- 543-二叉树的直径\n- 94-二叉树的中序遍历\n\n## 数组\n\n- 1-两数之和\n- 26-删除有序数组中的重复项\n- 35-搜索插入位置\n- 414-第三大的数\n- 215-数组中的第 K 个最大元素\n\n## 字符串\n\n- 13-罗马数字转整数\n- 14-最长公共前缀\n- 20-有效的括号\n- 415-字符串相加\n- 1796-字符串中第二大的数字\n\n## 位运算\n\n- 371-两整数之和\n\n## 数学\n\n- 9-回文数\n- 66-加一\n\n## 动态规划\n\n- 70-爬楼梯\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fleetcode-js-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjx666%2Fleetcode-js-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Fleetcode-js-2022/lists"}