{"id":28578561,"url":"https://github.com/endlesscheng/endlesscheng","last_synced_at":"2026-01-31T14:32:10.829Z","repository":{"id":46511574,"uuid":"316245411","full_name":"EndlessCheng/EndlessCheng","owner":"EndlessCheng","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-14T23:14:09.000Z","size":173,"stargazers_count":78,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-15T03:45:27.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/EndlessCheng.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-26T13:52:33.000Z","updated_at":"2025-10-15T00:38:51.000Z","dependencies_parsed_at":"2023-01-25T10:33:01.829Z","dependency_job_id":"66fa986a-f5ef-40a8-a9e7-64fae6395f63","html_url":"https://github.com/EndlessCheng/EndlessCheng","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EndlessCheng/EndlessCheng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessCheng%2FEndlessCheng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessCheng%2FEndlessCheng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessCheng%2FEndlessCheng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessCheng%2FEndlessCheng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndlessCheng","download_url":"https://codeload.github.com/EndlessCheng/EndlessCheng/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessCheng%2FEndlessCheng/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28945621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-11T01:10:36.696Z","updated_at":"2026-01-31T14:32:10.822Z","avatar_url":"https://github.com/EndlessCheng.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"透彻讲解算法，直击算法本质！欢迎关注 bilibili[@灵茶山艾府](https://space.bilibili.com/206214)\n\n- 🔥[基础算法精讲](https://www.bilibili.com/video/BV1AP41137w7/) 知其然不知其所以然？带你扫清算法学习的迷雾！\n- [课上例题+课后作业+多种语言代码](https://github.com/EndlessCheng/codeforces-go/blob/master/leetcode/README.md)\n- [高质量题解精选](https://github.com/EndlessCheng/codeforces-go/blob/master/leetcode/SOLUTIONS.md)\n\n### 算法题单\n\n🔥[如何科学刷题？](https://leetcode.cn/circle/discuss/RvFUtj/)\n\n1. [滑动窗口与双指针（定长/不定长/单序列/双序列/三指针/分组循环）](https://leetcode.cn/circle/discuss/0viNMK/)\n2. [二分算法（二分答案/最小化最大值/最大化最小值/第K小）](https://leetcode.cn/circle/discuss/SqopEo/)\n3. [单调栈（基础/矩形面积/贡献法/最小字典序）](https://leetcode.cn/circle/discuss/9oZFK9/)\n4. [网格图（DFS/BFS/综合应用）](https://leetcode.cn/circle/discuss/YiXPXW/)\n5. [位运算（基础/性质/拆位/试填/恒等式/思维）](https://leetcode.cn/circle/discuss/dHn9Vk/)\n6. [图论算法（DFS/BFS/拓扑排序/基环树/最短路/最小生成树/网络流）](https://leetcode.cn/circle/discuss/01LUak/)\n7. 🔥[动态规划（入门/背包/划分/状态机/区间/状压/数位/数据结构优化/树形/博弈/概率期望）](https://leetcode.cn/circle/discuss/tXLS3i/)\n8. 🔥[常用数据结构（前缀和/差分/栈/队列/堆/字典树/并查集/树状数组/线段树）](https://leetcode.cn/circle/discuss/mOr1u6/)\n9. [数学算法（数论/组合/概率期望/博弈/计算几何/随机算法）](https://leetcode.cn/circle/discuss/IYT3ss/)\n10. [贪心与思维（基本贪心策略/反悔/区间/字典序/数学/思维/脑筋急转弯/构造）](https://leetcode.cn/circle/discuss/g6KTKL/)\n11. [链表、树与回溯（前后指针/快慢指针/DFS/BFS/直径/LCA）](https://leetcode.cn/circle/discuss/K0n2gO/)\n12. [字符串（KMP/Z函数/Manacher/字符串哈希/AC自动机/后缀数组/子序列自动机）](https://leetcode.cn/circle/discuss/SJFwQI/)\n\n### 其他\n\n- 🔥[从集合论到位运算，常见位运算技巧分类总结！](https://leetcode.cn/circle/discuss/CaOJ45/)\n- [模运算的世界：当加减乘除遇上取模（模运算恒等式/逆元/费马小定理/组合数模板）](https://leetcode.cn/circle/discuss/mDfnkW/)\n- [Codeforces 怎么上分？](https://www.zhihu.com/question/353734418/answer/2353160035)\n- [洛谷热门题目](https://www.luogu.com.cn/training/491073)\n- [按照洛谷通过人数排序的 Codeforces 题单](https://www.luogu.com.cn/training/465300)\n- [按照洛谷通过人数排序的 AtCoder 题单](https://www.luogu.com.cn/training/520035)\n- [《灵茶八题》题目列表](https://zhuanlan.zhihu.com/p/31292765508)\n\n### 高质量算法交流群\n\n请添加微信 AC_0x3F，备注 git。入群资格：力扣周赛 1700 分，或 Codeforces 1200 分。\n\n如果你暂时没有达到要求，可以看我的 [基础算法精讲](https://www.bilibili.com/video/BV1AP41137w7/) 系列，**尽可能地完成课后习题**，有问题可以在视频下评论。\n\n[![0x3F](https://img.shields.io/badge/0x3F-MASTER%202208-orange?style=for-the-badge)](https://codeforces.com/profile/0x3F)\n\n \u003c!-- \n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://github-readme-stats.vercel.app/api?username=EndlessCheng\u0026show_icons=true\u0026theme=tokyonight\" alt=\"my github stats\" width=\"450\"/\u003e\u0026nbsp;\n \u003cimg src=\"https://github-readme-stats.vercel.app/api/top-langs/?username=EndlessCheng\u0026layout=compact\u0026theme=tokyonight\" alt=\"languages\" height=\"177\"\u003e\n\u003c/p\u003e\n--\u003e\n\u003c!--\n**EndlessCheng/EndlessCheng** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n- 🔭 I’m currently working on ...\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlesscheng%2Fendlesscheng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendlesscheng%2Fendlesscheng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlesscheng%2Fendlesscheng/lists"}