{"id":13720473,"url":"https://github.com/ziyi2/data-structure-algorithm-procedure","last_synced_at":"2026-03-10T17:08:29.800Z","repository":{"id":98890131,"uuid":"150347782","full_name":"ziyi2/data-structure-algorithm-procedure","owner":"ziyi2","description":"学习数据结构和算法。","archived":false,"fork":false,"pushed_at":"2018-11-13T09:13:32.000Z","size":63,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T06:49:47.343Z","etag":null,"topics":["alogrithms","data-structures","procedure"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ziyi2.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":"2018-09-26T00:53:58.000Z","updated_at":"2023-03-20T02:20:42.000Z","dependencies_parsed_at":"2023-03-07T19:45:17.433Z","dependency_job_id":null,"html_url":"https://github.com/ziyi2/data-structure-algorithm-procedure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziyi2/data-structure-algorithm-procedure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fdata-structure-algorithm-procedure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fdata-structure-algorithm-procedure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fdata-structure-algorithm-procedure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fdata-structure-algorithm-procedure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziyi2","download_url":"https://codeload.github.com/ziyi2/data-structure-algorithm-procedure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fdata-structure-algorithm-procedure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30343976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alogrithms","data-structures","procedure"],"created_at":"2024-08-03T01:01:04.175Z","updated_at":"2026-03-10T17:08:29.185Z","avatar_url":"https://github.com/ziyi2.png","language":"JavaScript","funding_links":[],"categories":["笔记"],"sub_categories":["算法"],"readme":"# 数据结构和算法\n\n## 数据结构\n- [列表](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/List.js)\n- [栈](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Stack.js)\n- [队列](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Queue.js)\n- [链表](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Link.js)\n- [散列](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Hash.js)\n- [集合](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Set.js)\n- [二叉树](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Tree.js)\n- [图](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Graph.js)\n\n## 排序\n- [冒泡排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/BubbleSort.js)\n- [选择排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/SelectionSort.js)\n- [插入排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/InsertionSort.js)\n\u003e 在排序数据较多时，插入排序最快，选择排序第二，冒泡排序最慢。\n\n## 高级排序\n- [希尔排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/ShellSort.js)\n- [归并排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/MergeSort.js)\n- [快速排序](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/QuickSort.js)\n\n## 检索\n- [顺序(线性)查找](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/SeqSearch.js)\n- [二分查找](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/BinSearch.js)\n\n## 高级算法\n- [动态规划](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Dynamic.js)\n- [贪心算法](https://github.com/ziyi2/data-structure-algorithm-procedure/blob/master/src/Greedy.js)\n\n## 参考资料\n- [JavaScript Algorithms and Data Structures](https://github.com/trekhleb/javascript-algorithms)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Fdata-structure-algorithm-procedure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziyi2%2Fdata-structure-algorithm-procedure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Fdata-structure-algorithm-procedure/lists"}