{"id":51185876,"url":"https://github.com/vevdokimovm/sem3-lab3-cpp","last_synced_at":"2026-06-27T10:02:16.293Z","repository":{"id":115799119,"uuid":"334429884","full_name":"vevdokimovm/sem3-lab3-cpp","owner":"vevdokimovm","description":"C++ lab: Graph data structure with BFS/DFS traversal and sorting algorithms","archived":false,"fork":false,"pushed_at":"2026-04-20T20:34:07.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T22:27:52.643Z","etag":null,"topics":["algorithms","cpp","graph","sorting"],"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/vevdokimovm.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-30T14:18:57.000Z","updated_at":"2026-04-20T20:44:06.000Z","dependencies_parsed_at":"2023-11-16T22:08:52.219Z","dependency_job_id":null,"html_url":"https://github.com/vevdokimovm/sem3-lab3-cpp","commit_stats":null,"previous_names":["vevdokimovm/sem3_lab3","vevdokimovm/sem3-lab3-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vevdokimovm/sem3-lab3-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsem3-lab3-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsem3-lab3-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsem3-lab3-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsem3-lab3-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vevdokimovm","download_url":"https://codeload.github.com/vevdokimovm/sem3-lab3-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vevdokimovm%2Fsem3-lab3-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34848932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithms","cpp","graph","sorting"],"created_at":"2026-06-27T10:02:15.480Z","updated_at":"2026-06-27T10:02:16.288Z","avatar_url":"https://github.com/vevdokimovm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sem3-lab3-cpp\n\nC++ lab — **Graph data structure and sorting algorithms**. Implements an adjacency-list graph with traversal algorithms and various sorting methods.\n\nCourse: *Algorithms and Data Structures*, Semester 3.\n\n## Implemented\n\n**Graph:**\n- `Graph` — directed/undirected graph (adjacency list)\n- BFS / DFS traversal\n\n**Sorting:**\n- Multiple sorting algorithms in `Sorts.hpp`\n\n## Build\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n./lab3\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fsem3-lab3-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvevdokimovm%2Fsem3-lab3-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvevdokimovm%2Fsem3-lab3-cpp/lists"}