{"id":23055407,"url":"https://github.com/gunksd/data-structure-course-design","last_synced_at":"2025-08-22T06:39:33.458Z","repository":{"id":223824398,"uuid":"761636206","full_name":"gunksd/Data-structure-course-design","owner":"gunksd","description":"用C语言写的数据结构课程设计作业（2024.2.22）","archived":false,"fork":false,"pushed_at":"2024-08-14T10:33:42.000Z","size":1569,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T19:16:43.748Z","etag":null,"topics":["c","data-structures"],"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/gunksd.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-02-22T07:47:48.000Z","updated_at":"2024-08-30T00:44:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"7219be89-0c33-4523-96ee-74ff0dcff026","html_url":"https://github.com/gunksd/Data-structure-course-design","commit_stats":null,"previous_names":["gunksd/data-structure-course-design"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunksd%2FData-structure-course-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunksd%2FData-structure-course-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunksd%2FData-structure-course-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunksd%2FData-structure-course-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gunksd","download_url":"https://codeload.github.com/gunksd/Data-structure-course-design/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939225,"owners_count":20857922,"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":["c","data-structures"],"created_at":"2024-12-16T01:12:07.421Z","updated_at":"2025-04-03T05:17:25.513Z","avatar_url":"https://github.com/gunksd.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Campus Navigation System - Data Structure Course Design\n**Date:** 2024.2.22\n\n## Overview\nThis is a simplistic campus navigation system developed as part of a data structure course design project. The system is implemented in C and leverages graph theory, specifically using Floyd's algorithm for shortest path computation.\n\n**Note:** All distances and routes are fictional. Any resemblance to real locations or situations is purely coincidental.\n\n## Features\n- **Graph Representation:** The campus is represented as a graph, where buildings or locations are nodes, and paths between them are edges with associated distances.\n- **Floyd's Algorithm:** The system employs Floyd's algorithm to calculate the shortest paths between all pairs of nodes, ensuring efficient navigation across the campus.\n- **User Interaction:** Users can input start and end locations to get the shortest route between them.\n\n## Technical Details\n- **Language:** C\n- **Data Structures Used:**\n  - **Graph:** Represented using adjacency matrices.\n  - **Array:** Used for storing distances and paths.\n  - **Input/Output Handling:** Standard C I/O functions for user interaction.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunksd%2Fdata-structure-course-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunksd%2Fdata-structure-course-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunksd%2Fdata-structure-course-design/lists"}