{"id":21912811,"url":"https://github.com/keepalive555/datastructure","last_synced_at":"2025-03-22T08:40:53.848Z","repository":{"id":241224920,"uuid":"116042526","full_name":"keepalive555/datastructure","owner":"keepalive555","description":"数据结构、算法、一些经典用法的学习示例代码（均由笔者编写并且调试通过）。","archived":false,"fork":false,"pushed_at":"2019-01-23T16:23:32.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T08:43:55.633Z","etag":null,"topics":["algorithm","c","datastructure"],"latest_commit_sha":null,"homepage":"https://blog.nice-ai-life.com","language":"C","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/keepalive555.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}},"created_at":"2018-01-02T17:59:53.000Z","updated_at":"2020-06-29T12:40:32.000Z","dependencies_parsed_at":"2024-05-23T04:38:23.603Z","dependency_job_id":null,"html_url":"https://github.com/keepalive555/datastructure","commit_stats":null,"previous_names":["keepalive555/datastructure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepalive555%2Fdatastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepalive555%2Fdatastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepalive555%2Fdatastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepalive555%2Fdatastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keepalive555","download_url":"https://codeload.github.com/keepalive555/datastructure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931585,"owners_count":20534009,"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","c","datastructure"],"created_at":"2024-11-28T18:12:41.608Z","updated_at":"2025-03-22T08:40:53.827Z","avatar_url":"https://github.com/keepalive555.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructure\n\n## 简介\n\n此工程作为笔者日常学习“数据结构\"代码汇总仓库。\n\n## 数据结构\n\n数据结构学习示例代码整理如下：\n\n### 查找算法\n\n1. [SKipList](https://github.com/keepalive555/study/blob/master/skiplist/skiplist.c)\n2. [二分查找](https://github.com/keepalive555/study/blob/master/binarysearch/binarysearch.c)\n3. [插入查找](https://github.com/keepalive555/study/blob/master/binarysearch/interpolationsearch.c)\n4. [二叉搜索树](https://github.com/keepalive555/study/blob/master/binarysorttree/binarysorttree.c)\n\n\n### 排序\n\n1. [冒泡排序](https://github.com/keepalive555/study/blob/master/sort/sort.c)\n2. [选择排序](https://github.com/keepalive555/study/blob/master/sort/select.c)\n3. [插入排序](https://github.com/keepalive555/study/blob/master/sort/insert.c)\n4. [堆排序](https://github.com/keepalive555/study/blob/master/sort/heap.c)\n5. [快速排序](https://github.com/keepalive555/study/blob/master/sort/quick_sort.c)\n6. [K路归并排序](https://github.com/keepalive555/study/blob/master/sort/k_merge_sort.c)\n7. [Bitmap快速查找](https://github.com/keepalive555/study/blob/master/bitmap/bitmap.c)\n8. [BloomFilter](https://github.com/keepalive555/study/blob/master/bitmap/bloomfilter.c)\n\n### 链表\n\n1. [快慢指针检测单链表是否有环](https://github.com/keepalive555/study/blob/master/linklist/linklist.c)\n\n### 操作系统\n\n1. [LRU算法C实现(编辑中)](https://github.com/keepalive555/study/blob/master/os/lru.c)\n\n### 算法\n\n1. [动态规划解决硬币问题](https://github.com/keepalive555/study/blob/master/algorithms/dp.c)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepalive555%2Fdatastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeepalive555%2Fdatastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepalive555%2Fdatastructure/lists"}