{"id":16296323,"url":"https://github.com/jannchie/algorithm-c","last_synced_at":"2025-09-06T14:41:15.930Z","repository":{"id":94355005,"uuid":"216613841","full_name":"Jannchie/algorithm-c","owner":"Jannchie","description":"各种算法的实现（C语言版本）","archived":false,"fork":false,"pushed_at":"2022-03-10T17:59:53.000Z","size":88,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T14:49:05.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jannchie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-10-21T16:24:12.000Z","updated_at":"2025-02-23T01:14:20.000Z","dependencies_parsed_at":"2023-05-30T17:45:53.747Z","dependency_job_id":null,"html_url":"https://github.com/Jannchie/algorithm-c","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/Jannchie%2Falgorithm-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Falgorithm-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Falgorithm-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jannchie%2Falgorithm-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jannchie","download_url":"https://codeload.github.com/Jannchie/algorithm-c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244552370,"owners_count":20471063,"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":[],"created_at":"2024-10-10T20:22:05.581Z","updated_at":"2025-03-20T04:31:16.709Z","avatar_url":"https://github.com/Jannchie.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algorithm-c/c++\r\n\r\n## 简介\r\n\r\n各种数据结构、算法的实现（C/C++语言版本）\r\n\r\n目前编写了在linux环境下，适用于clang/clang++编译器的makefile文件。\r\n\r\n所有数据结构或算法原想通过C语言实现。\r\n\r\n但由于C语言并无对泛型的支持，在几种高级算法、数据结构中，需要重复实现几种基本数据结构，不易维护，因此部分算法和数据结构采用C++实现，调用了C++标准模板库（STL）。\r\n\r\n## 打开方式\r\n\r\n``` bash\r\nmake                    # 在项目根目录执行下列bash脚本即可运行\r\n./dist/c-algorithm      # 运行c程序测试\r\n./dist/cpp-algorithm    # 运行c++程序测试\r\n```\r\n\r\n## 目录\r\n\r\n### 排序（C语言实现）\r\n\r\n- 冒泡排序\r\n- 选择排序\r\n- 插入排序\r\n- 快速排序\r\n- 归并排序\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Falgorithm-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjannchie%2Falgorithm-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannchie%2Falgorithm-c/lists"}