{"id":24953167,"url":"https://github.com/nicetocupro/datastructures","last_synced_at":"2025-03-28T19:44:44.849Z","repository":{"id":263615500,"uuid":"890941937","full_name":"Nicetocupro/DataStructures","owner":"Nicetocupro","description":"My DataStructures","archived":false,"fork":false,"pushed_at":"2025-01-15T17:19:06.000Z","size":40426,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T03:30:38.406Z","etag":null,"topics":["datastructure","self-study"],"latest_commit_sha":null,"homepage":"","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/Nicetocupro.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":"2024-11-19T13:03:01.000Z","updated_at":"2025-01-15T17:19:07.000Z","dependencies_parsed_at":"2024-11-19T14:37:54.937Z","dependency_job_id":"16acba9c-8a05-4674-8f35-896561db035a","html_url":"https://github.com/Nicetocupro/DataStructures","commit_stats":null,"previous_names":["nicetocupro/datastructures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nicetocupro%2FDataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nicetocupro%2FDataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nicetocupro%2FDataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nicetocupro%2FDataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nicetocupro","download_url":"https://codeload.github.com/Nicetocupro/DataStructures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246092820,"owners_count":20722392,"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":["datastructure","self-study"],"created_at":"2025-02-03T03:29:57.051Z","updated_at":"2025-03-28T19:44:39.830Z","avatar_url":"https://github.com/Nicetocupro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructures\n\n这是我的数据结构的一个仓库，目前的计划分为两各部分，一个是简单的数据结构的实现（在这部分中需要进行对所有数据结构的理解和认知，实际上是对Hello算法[一本开源的数据结构丛书]和数据结构与算法分析[大黑皮]中出现的数据结构进行简单实现），另一个是STL容器的实现，因为C转C++，最重要的添加的部分其实就是STL的容器，因此也要对STL，进行进一步的实现，最后实现完STL后可能找一些其他的项目作为巩固该方面的内容。\n\n## Simple DataStructures of Hello Algorithm\n\n这部分是根据Hello算法[https://www.hello-algo.com] 中数据结构部分简单实现的一些数据结构，主要是快速熟悉数据结构的使用方法和使用技巧等。\n\n- [x] Array\n- [x] Linked_list\n- [x] List\n- [x] Queue\n- [x] Deque\n- [x] Stack\n- [x] Hash\n- [x] Tree\n- [x] Heap\n- [x] Graph\n\n## (ADT)Data Structures and Algorithm Analysis in C\n\n这部分主要是深入学习和了解目前主流以及最先进的一些数据结构，因此我选择了经典著作《Data Structures and Algorithm Analysis in C》（《数据结构与算法分析》）。这本书以其严谨的理论分析和实用的代码实现深受业界和学术界的认可。我计划通过阅读该书，结合实际编码来实现书中定义的抽象数据类型（ADT），从而巩固对数据结构的理解。具体来说，我将专注于链表、树、图等核心结构，同时深入探索这些数据结构在算法中的高效应用。此外，通过实现这些数据结构，我希望不仅掌握它们的基本操作和性能特点，还能够熟悉它们在解决实际问题时的使用场景和优化策略，为以后的开发和研究打下坚实的基础。\n\n## STL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicetocupro%2Fdatastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicetocupro%2Fdatastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicetocupro%2Fdatastructures/lists"}