{"id":20583178,"url":"https://github.com/michael18811380328/leetcode","last_synced_at":"2026-04-16T04:03:09.841Z","repository":{"id":93733553,"uuid":"211902832","full_name":"Michael18811380328/LeetCode","owner":"Michael18811380328","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T02:44:26.000Z","size":68754,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-01T05:10:02.218Z","etag":null,"topics":["algorithm","javascript","leetcode","python","typescript"],"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/Michael18811380328.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-30T16:19:28.000Z","updated_at":"2026-04-01T02:44:29.000Z","dependencies_parsed_at":"2023-11-10T14:28:02.639Z","dependency_job_id":"91fa936a-ceff-43e6-904e-84c2ed4522c7","html_url":"https://github.com/Michael18811380328/LeetCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Michael18811380328/LeetCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael18811380328%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael18811380328%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael18811380328%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael18811380328%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Michael18811380328","download_url":"https://codeload.github.com/Michael18811380328/LeetCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michael18811380328%2FLeetCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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","javascript","leetcode","python","typescript"],"created_at":"2024-11-16T06:38:30.307Z","updated_at":"2026-04-16T04:03:09.833Z","avatar_url":"https://github.com/Michael18811380328.png","language":"JavaScript","readme":"# LeetCode Solutions \u0026 Algorithm Learning\n\n\u003e 一个全面的 LeetCode 算法学习仓库，包含 JavaScript 等多语言算法实现、详细文档和完整的测试覆盖\n\n## 项目特色\n\n- 多语言实现: JavaScript 为主，以及 C、Java、Python、Ruby 等多语言算法实现\n- 测试覆盖: 使用 Jest 进行单元测试，确保代码质量\n- 算法文档: 丰富的算法学习资料和实现思路\n- 工程化构建: 使用 Rollup、Babel 等现代前端工具链\n- 持续集成: GitHub Actions 自动化测试和构建\n\n## 算法分类\n\n### 基础算法\n- 排序算法: 冒泡排序、插入排序、选择排序、归并排序、快速排序\n- 搜索算法: 二分查找、深度优先搜索、广度优先搜索\n- 数据结构: 数组、链表、栈、队列、树、图\n\n### 高级算法\n- 动态规划: 背包问题、最长公共子序列\n- 贪心算法: 最小生成树、最短路径\n- 回溯算法: N皇后问题、组合问题\n\n### 机器学习算法\n- 聚类算法: K-means\n- 回归算法: 线性回归\n- 优化算法: 蚁群算法\n\n## 学习资源\n\n### 内部文档\n- [刷题日志](./docs/log.md) - 学习进度和心得\n- [算法文档](./docs/algea-new/) - 详细的算法解析\n- [数据结构](./docs/JavaScript%20数据结构与算法/) - JavaScript 数据结构实现\n\n### 外部参考\n- [LeetCode 官方题解](https://leetcode.com/problemset/all/)\n- [剑指 Offer 题解](https://github.com/doocs/leetcode)\n- [算法可视化](https://visualgo.net/)\n\n## 项目进度\n\n### 已完成\n- ✅ LeetCode 题目 JavaScript 实现\n- ✅ 完整的多语言基础算法实现\n- ✅ 详细的算法文档和解析\n- ✅ 自动化测试和构建流程\n\n### 进行中\n- 🔄 增加更多高级算法实现\n- 🔄 优化测试覆盖率\n- 🔄 完善文档和示例\n\n## 🌟 相关优秀项目\n\n- [azl397985856/leetcode](https://github.com/azl397985856/leetcode) - LeetCode 题解记录\n- [doocs/leetcode](https://github.com/doocs/leetcode) - 多编程语言 LeetCode 题解\n- [afatcoder/LeetcodeTop](https://github.com/afatcoder/LeetcodeTop) - 高频 LeetCode 题目汇总\n- [neetcode-gh/leetcode](https://github.com/neetcode-gh/leetcode) - LeetCode 算法解决方案\n\n## 联系信息\n\n如有问题或建议，欢迎通过以下方式联系：\n- 创建 [Issue](https://github.com/Michael18811380328/LeetCode/issues)\n- 发送 Pull Request\n\n## 许可证\n \n本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael18811380328%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael18811380328%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael18811380328%2Fleetcode/lists"}