{"id":19163023,"url":"https://github.com/peterrk/dsgo","last_synced_at":"2025-09-26T12:45:20.037Z","repository":{"id":29432406,"uuid":"32968383","full_name":"PeterRK/DSGO","owner":"PeterRK","description":"Data Structure in Go","archived":false,"fork":false,"pushed_at":"2025-04-15T00:06:32.000Z","size":1837,"stargazers_count":299,"open_issues_count":0,"forks_count":57,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-05-26T07:19:30.803Z","etag":null,"topics":["book","chinese","data-structures","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterRK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2015-03-27T04:54:17.000Z","updated_at":"2025-04-23T02:35:52.000Z","dependencies_parsed_at":"2024-06-20T04:41:56.963Z","dependency_job_id":"29838b0d-0724-48e1-b92e-114ea2a04e0f","html_url":"https://github.com/PeterRK/DSGO","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/PeterRK/DSGO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterRK%2FDSGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterRK%2FDSGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterRK%2FDSGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterRK%2FDSGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterRK","download_url":"https://codeload.github.com/PeterRK/DSGO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterRK%2FDSGO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277081044,"owners_count":25757340,"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-09-26T02:00:09.010Z","response_time":78,"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":["book","chinese","data-structures","golang"],"created_at":"2024-11-09T09:13:54.031Z","updated_at":"2025-09-26T12:45:19.998Z","avatar_url":"https://github.com/PeterRK.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 数据结构之Go语言描述\n这里有一些经典数据结构及相关算法的Go语言实现，为笔者的一点小小心得。  \n由于使用了泛型，执行当前版本代码需要在Go 1.18以上环境。  \n\n## 目录\n* 〇、[前言](book/0.md)\n* 一、[数组](book/1.md)\n\t- 1.1 [简单排序](book/1A.md)\n\t- 1.2 [归并排序](book/1B.md)\n\t- 1.3 [快速排序](book/1C.md)\n\t- 1.4 [基数排序](book/1D.md)\n* 二、[链表](book/2.md)\n\t- 2.1 [链表的排序](book/2A.md)\n\t- 2.2 [块链表](book/2B.md)\n\t- 2.3 [跳跃链表](book/2C.md)\n* 三、[Hash表](book/3.md)\n\t- 3.1 [开链式Hash表](book/3A.md)\n\t- 3.2 [多路Hash表](book/3B.md)\n\t- 3.3 [布隆过滤器](book/3C.md)\n\t- 3.4 [完美Hash](book/3D.md)\n* 四、[树](book/4.md)\n\t- 4.1 [AVL树](book/4A.md)\n\t- 4.2 [红黑树](book/4B.md)\n\t- 4.3 [弱AVL树](book/4C.md)\n\t- 4.4 [B+树](book/4D.md)\n\t- 4.5 [基数树](book/4E.md)\n* 五、[堆](book/5.md)\n\t- 5.1 [二叉堆](book/5A.md)\n\t- 5.2 [二项堆](book/5B.md)\n\t- 5.3 [配对堆](book/5C.md)\n* 六、[图](book/6.md)\n\t- 6.1 [Kruskal算法](book/6A.md)\n\t- 6.2 [Prim算法](book/6B.md)\n\t- 6.3 [Dijkstra算法](book/6C.md)\n\t- 6.4 [SPFA算法](book/6D.md)\n\t- 6.5 [Dinic算法](book/6E.md)\n* 七、[代码索引](book/7.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterrk%2Fdsgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterrk%2Fdsgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterrk%2Fdsgo/lists"}