{"id":16970278,"url":"https://github.com/wanghaoxi3000/go-algo","last_synced_at":"2026-04-16T01:33:19.472Z","repository":{"id":92266312,"uuid":"224240187","full_name":"wanghaoxi3000/go-algo","owner":"wanghaoxi3000","description":"使用Golang实现各类算法和数据结构","archived":false,"fork":false,"pushed_at":"2021-04-10T18:32:06.000Z","size":2379,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-27T17:44:48.626Z","etag":null,"topics":["algorithm","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/wanghaoxi3000.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}},"created_at":"2019-11-26T16:42:57.000Z","updated_at":"2022-11-24T01:58:09.000Z","dependencies_parsed_at":"2023-06-08T05:15:15.653Z","dependency_job_id":null,"html_url":"https://github.com/wanghaoxi3000/go-algo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wanghaoxi3000/go-algo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaoxi3000%2Fgo-algo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaoxi3000%2Fgo-algo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaoxi3000%2Fgo-algo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaoxi3000%2Fgo-algo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanghaoxi3000","download_url":"https://codeload.github.com/wanghaoxi3000/go-algo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaoxi3000%2Fgo-algo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"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":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["algorithm","golang"],"created_at":"2024-10-14T00:27:50.446Z","updated_at":"2026-04-16T01:33:19.453Z","avatar_url":"https://github.com/wanghaoxi3000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-algo\n\n使用 Golang 实现各类算法和数据结构。\n\n## linkedlist\n\n- [单链表数据结构和方法](linkedlist/singlelinkedlist.go)\n  - 单链表反转\n  - 链表中环的检测\n  - 两个有序链表合并\n  - 删除链表倒数第 n 个节点\n  - 求链表的中间节点\n- [判断一个基于单链表的字符串是否为回文字符串](linkedlist/palindrome.go)\n\n## stack\n\n- [基于数组实现的顺序栈](stack/stackonarray.go)\n- [基于链表实现的顺序栈](stack/stackonlinkedlist.go)\n- [编程模拟实现一个浏览器的前进、后退功能](stack/simplebrowser.go)\n\n## recursion\n\n- [实现斐波那契数列](recursion/fibonacci.go)\n- [实现求阶乘n!](recursion/factorial.go)\n- [输出一组数据集合的全排列](recursion/rangeAll.go)\n\n## sort\n- [冒泡算法](sort/bubble.go)\n- [选择排序](sort/selection.go)\n- [插入排序](sort/insertion.go)\n- [快速排序](sort/quick.go)\n- [希尔排序](sort/shell.go)\n- [归并排序](sort/merge.go)\n\n## search\n- [二分查找](binarrysearch/binarrysearch.go)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanghaoxi3000%2Fgo-algo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanghaoxi3000%2Fgo-algo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanghaoxi3000%2Fgo-algo/lists"}