{"id":13570001,"url":"https://github.com/bighuang624/Algorithms-notes","last_synced_at":"2025-04-04T06:31:36.915Z","repository":{"id":107539614,"uuid":"102102854","full_name":"bighuang624/Algorithms-notes","owner":"bighuang624","description":"《算法（第4版）》笔记及代码 | 《Algorithms(Fourth Edition)》notes \u0026 code","archived":false,"fork":false,"pushed_at":"2018-07-07T12:55:11.000Z","size":520,"stargazers_count":315,"open_issues_count":2,"forks_count":94,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T10:43:36.751Z","etag":null,"topics":["algorithm"],"latest_commit_sha":null,"homepage":"http://kyonhuang.top/Algorithms-notes/","language":"Java","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/bighuang624.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}},"created_at":"2017-09-01T10:36:28.000Z","updated_at":"2025-02-22T18:33:53.000Z","dependencies_parsed_at":"2024-01-14T03:50:25.161Z","dependency_job_id":"e1b1df2a-cc48-4bb0-97e0-52b3c194089b","html_url":"https://github.com/bighuang624/Algorithms-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighuang624%2FAlgorithms-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighuang624%2FAlgorithms-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighuang624%2FAlgorithms-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bighuang624%2FAlgorithms-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bighuang624","download_url":"https://codeload.github.com/bighuang624/Algorithms-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247134445,"owners_count":20889399,"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":["algorithm"],"created_at":"2024-08-01T14:00:47.024Z","updated_at":"2025-04-04T06:31:31.901Z","avatar_url":"https://github.com/bighuang624.png","language":"Java","readme":"# 《算法（第4版）》笔记及代码\n\n[![作者](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-KyonHuang-7AD6FD.svg)](http://kyonhuang.top)\n\n## 笔记\n\n推荐阅览 html 版本的笔记，由 [docsify](https://docsify.js.org/#/zh-cn/) 动态生成文档网站。\n\n[在线阅览地址](http://kyonhuang.top/Algorithms-notes/)\n\n## 目录\n\n* [《每一节可以再看一遍的题》](https://github.com/bighuang624/Algorithms-notes/blob/master/每一节可以再看一遍的题.md)\n* [《相关问题解决方法》](https://github.com/bighuang624/Algorithms-notes/blob/master/相关问题解决方法.md)\n\n### Fundamentals\n\n* [《1.3_背包、队列和栈》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Fundamentals/1.3_背包、队列和栈.md)\n* [《1.4_算法分析》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Fundamentals/1.4_算法分析.md)\n* [《1.5_案例研究：union-find算法》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Fundamentals/1.5_案例研究：union-find算法.md)\n\n### Sorting\n\n* [《2.1_初级排序算法》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Sorting/2.1_初级排序算法.md)\n* [《2.2_归并排序》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Sorting/2.2_归并排序.md)\n* [《2.3_快速排序》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Sorting/2.3_快速排序.md)\n* [《2.4_优先队列》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Sorting/2.4_优先队列.md)\n* [《2.5_应用》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Sorting/2.5_应用.md)\n\n### Searching\n\n* [《3.1_符号表》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Searching/3.1_符号表.md)\n* [《3.2_二叉查找树》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Searching/3.2_二叉查找树.md)\n* [《3.3_平衡查找树》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Searching/3.3_平衡查找树.md)\n* [《3.4_散列表》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Searching/3.4_散列表.md)\n* [《3.5_应用》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Searching/3.5_应用.md)\n\n### Graphs\n\n* [《4.1_无向图》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Graphs/4.1_无向图.md)\n* [《4.2_有向图》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Graphs/4.2_有向图.md)\n* [《4.3_最小生成树》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Graphs/4.3_最小生成树.md)\n* [《4.4_最短路径》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Graphs/4.4_最短路径.md)\n\n### Strings\n\n* [《5.2_单词查找树》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Strings/5.2_单词查找树.md)\n* [《5.3_子字符串查找》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Strings/5.3_子字符串查找.md)\n\n### Context\n\n* [《6.3_后缀数组》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Context/6.3_后缀数组.md)\n* [《6.4_网络流算法》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Context/6.4_网络流算法.md)\n* [《6.5_问题规约》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Context/6.5_问题规约.md)\n* [《6.6_不可解性》](https://github.com/bighuang624/Algorithms-notes/blob/master/docs/Context/6.6_不可解性.md)\n\n## 代码\n\n相关代码详见[代码目录](https://github.com/bighuang624/Algorithms-notes/blob/master/code)\n\n## Cheatsheet\n\n[Algorithms and Data Structures Cheatsheet](https://algs4.cs.princeton.edu/cheatsheet/)\n\n![Cheatsheet](https://raw.githubusercontent.com/bighuang624/Algorithms-notes/master/Cheatsheet.png)\n\n## 参考资料\n\n[算法（第4版）课后练习答案及相关问题解决方案 - 孙强Jimmy的技术博客 - CSDN博客](http://blog.csdn.net/u013541140/article/details/53222770)\n\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbighuang624%2FAlgorithms-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbighuang624%2FAlgorithms-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbighuang624%2FAlgorithms-notes/lists"}