{"id":17489733,"url":"https://github.com/krvajal/graph-experiments","last_synced_at":"2025-10-12T05:14:30.190Z","repository":{"id":81764832,"uuid":"87710649","full_name":"krvajal/graph-experiments","owner":"krvajal","description":"Graphs algorithms experiments in C++ 11","archived":false,"fork":false,"pushed_at":"2017-04-10T14:56:54.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T16:53:18.071Z","etag":null,"topics":["algorithm","cpp11","graph-algorithms","graph-theory","graph-traversal"],"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/krvajal.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":"2017-04-09T13:31:08.000Z","updated_at":"2017-04-09T13:36:25.000Z","dependencies_parsed_at":"2023-03-12T14:00:46.767Z","dependency_job_id":null,"html_url":"https://github.com/krvajal/graph-experiments","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/krvajal%2Fgraph-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krvajal%2Fgraph-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krvajal%2Fgraph-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krvajal%2Fgraph-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krvajal","download_url":"https://codeload.github.com/krvajal/graph-experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246061086,"owners_count":20717373,"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":["algorithm","cpp11","graph-algorithms","graph-theory","graph-traversal"],"created_at":"2024-10-19T05:43:54.044Z","updated_at":"2025-10-12T05:14:25.167Z","avatar_url":"https://github.com/krvajal.png","language":"C++","readme":"# Graphs experiments\nSome basic graph algorithms implemented in C++ 11.\nMost of this algorithm can be find int the book of __Robert Sedgewick__.\n\n## Compilation steps\nOpen a command prompt in the root of the project and type the following commnands\n\n```\nmkdir build\ncd build\ncmake ../\nmake\n```\nThis assumes that you have *cmake* installed in your system and that you compiler support the C++11 standard.\n\n### Graph types\n#### UnweightedWraph\nThis data structure represent an unweighted directional graph with a simple API\n ```\n ulong V(); // number of vertex\n ulong E(); // number of edges\n AdjList adj(int v); //outer edges from vertex v\n void addEdge(int v, int w); // add an edge v -\u003e w\n ```\n### Contributors\n* Miguel Carvajal: mcarvajal@inbox.ru\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrvajal%2Fgraph-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrvajal%2Fgraph-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrvajal%2Fgraph-experiments/lists"}