{"id":18814554,"url":"https://github.com/raigorx/graphcoloring","last_synced_at":"2025-10-07T10:49:32.835Z","repository":{"id":115659682,"uuid":"603630174","full_name":"raigorx/GraphColoring","owner":"raigorx","description":"GraphColoring Algorithm Backtracking https://en.wikipedia.org/wiki/Graph_coloring","archived":false,"fork":false,"pushed_at":"2024-07-23T16:55:37.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T10:49:32.602Z","etag":null,"topics":["algorithm","backtrack","backtracking","cmake","color","cpp20","graph","graph-algorithms","gtest"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raigorx.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}},"created_at":"2023-02-19T04:59:18.000Z","updated_at":"2024-07-23T16:55:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae11527f-4295-4565-bfb0-abccc73aa29b","html_url":"https://github.com/raigorx/GraphColoring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raigorx/GraphColoring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raigorx%2FGraphColoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raigorx%2FGraphColoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raigorx%2FGraphColoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raigorx%2FGraphColoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raigorx","download_url":"https://codeload.github.com/raigorx/GraphColoring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raigorx%2FGraphColoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278762922,"owners_count":26041444,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["algorithm","backtrack","backtracking","cmake","color","cpp20","graph","graph-algorithms","gtest"],"created_at":"2024-11-07T23:41:52.457Z","updated_at":"2025-10-07T10:49:32.794Z","avatar_url":"https://github.com/raigorx.png","language":"CMake","readme":"# GraphColoring\n\nGraphColoring Algorithm Backtracking \u003chttps://en.wikipedia.org/wiki/Graph_coloring\u003e\n\n## Live-Demo\n\u003chttps://godbolt.org/z/9Y9dcn7rd\u003e\n\n## Requirement\n\n- c++20 compiler\n\n## How to Build\n\n### As standalone example\n\nGCC:\n\n```\ncd src\ng++ -std=c++20 main.cpp -o main\n```\n\nCLANG:\n\n```\nclang++ -std=c++20 main.cpp -o main\n```\n\nMSVC\n\nOpen Visual Studio Developer Command Prompt \u003chttps://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022\u003e\n\n```\ncd src\ncl /std:c++20 /EHsc main.cpp\n```\n\n### Using cmake\n\n```\ngit clone https://github.com/raigorx/GraphColoring.git\ncd GraphColoring\ncmake -B build\ncmake --build build\n```\n\n#### Compile result will be on directories bin and lib\n\n## Running Tests\n\nTest are made using google test \u003chttps://google.github.io/googletest/\u003e and they are build via cmake same process as above.\n\nYou can run them via cmake:\n\n```\ncd GraphColoring/build\nctest\n```\n\nOr directly\n\n```\ncd src\n./main_test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraigorx%2Fgraphcoloring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraigorx%2Fgraphcoloring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraigorx%2Fgraphcoloring/lists"}