{"id":23536666,"url":"https://github.com/rddevitte/grafo-cpp","last_synced_at":"2025-05-14T23:09:13.964Z","repository":{"id":47596744,"uuid":"352178896","full_name":"rddevitte/grafo-cpp","owner":"rddevitte","description":"Grafo em C++","archived":false,"fork":false,"pushed_at":"2025-01-15T06:44:45.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T06:45:27.756Z","etag":null,"topics":["breadth-first-search","cpp","data-structures","depth-first-search","dijkstra-shortest-path","graph","stl"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rddevitte.png","metadata":{"files":{"readme":"README.en.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":"2021-03-27T21:16:17.000Z","updated_at":"2025-01-15T06:44:47.000Z","dependencies_parsed_at":"2025-01-15T08:13:31.929Z","dependency_job_id":"bb37dc99-c44f-41d8-8293-37b1d3c6611d","html_url":"https://github.com/rddevitte/grafo-cpp","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/rddevitte%2Fgrafo-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rddevitte%2Fgrafo-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rddevitte%2Fgrafo-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rddevitte%2Fgrafo-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rddevitte","download_url":"https://codeload.github.com/rddevitte/grafo-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243365,"owners_count":22038046,"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":["breadth-first-search","cpp","data-structures","depth-first-search","dijkstra-shortest-path","graph","stl"],"created_at":"2024-12-26T02:29:54.710Z","updated_at":"2025-05-14T23:09:08.947Z","avatar_url":"https://github.com/rddevitte.png","language":"C++","readme":"# Graph in C++\n\nThis is a small project of mine from some years ago, in C++ language, which I made while studying\nabout graphs.\n\nBasically, the code implements the undirected graph of the pic below, do the visiting on its nodes\nby Breadth- (BFS) and Depth-First Search (DFS) algorithms, list the components of the graph and\nits vertices and applies the Shortest Path Algorithm (aka \u0026ldquo;Dijkstra's Algorithm\u0026rdquo;).\n\n![Undirected graph](https://raw.githubusercontent.com/rddevitte/grafo-cpp/master/graph.svg)\n\n## Build\n\nAssuming you already have CMake 3.16 or later installed, run the `./build` script.\n\n## Run executable\n\nAfter building, run `./_build/grafo-cpp`.\n\n## Clean\n\nJust do `rm -r _build`.\n\n## Build and run (Docker)\n\nAssuming the Docker engine has been already installed, just run the `./docker-build-and-run` script.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frddevitte%2Fgrafo-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frddevitte%2Fgrafo-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frddevitte%2Fgrafo-cpp/lists"}