{"id":27430890,"url":"https://github.com/krauzy/rawgraphs","last_synced_at":"2026-07-09T13:31:14.388Z","repository":{"id":117012300,"uuid":"296691717","full_name":"Krauzy/RawGraphs","owner":"Krauzy","description":"Aplicação para criar grafos como forma de aprendizado","archived":false,"fork":false,"pushed_at":"2020-10-13T03:57:16.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T06:22:36.458Z","etag":null,"topics":["graph","greedy-algorithm","javascript"],"latest_commit_sha":null,"homepage":"https://krauzy.github.io/RawGraphs/","language":"JavaScript","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/Krauzy.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}},"created_at":"2020-09-18T17:47:03.000Z","updated_at":"2020-11-30T14:49:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"c88ae32c-3050-440c-bc6c-ebc7f2fd72db","html_url":"https://github.com/Krauzy/RawGraphs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Krauzy/RawGraphs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krauzy%2FRawGraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krauzy%2FRawGraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krauzy%2FRawGraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krauzy%2FRawGraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krauzy","download_url":"https://codeload.github.com/Krauzy/RawGraphs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krauzy%2FRawGraphs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35301501,"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-07-09T02:00:07.329Z","response_time":57,"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":["graph","greedy-algorithm","javascript"],"created_at":"2025-04-14T15:17:05.505Z","updated_at":"2026-07-09T13:31:14.369Z","avatar_url":"https://github.com/Krauzy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RawGraphs\n Aplicação para criar grafos como forma de aprendizado\n ## Ferramentas\n  - Criar Grafos/Dígrafos.\n  - Exibir a Matriz Adjacente do grafo.\n  - Exibir a Matriz Incidente do grafo.\n  - Exibir a Lista de Arestas do grafo.\n  - Coloração de grafos.\n ## Coloração\n   Algoritmo de coloração de grafos utilizando o [problema das 4 cores](https://pt.wikipedia.org/wiki/Teorema_das_quatro_cores#:~:text=O%20teorema%20das%20quatro%20cores,n%C3%A3o%20partilhem%20a%20mesma%20cor.).\n  \n  * [Algoritmos gulosos](https://pt.wikipedia.org/wiki/Algoritmo_guloso#:~:text=Algoritmo%20guloso%20ou%20m%C3%ADope%20%C3%A9,que%20n%C3%A3o%20%C3%A9%20muito%20comum.) são muito eficientes para esse tipo de problema, e foi exatamente o que foi usado aqui.\n  \n  Basicamente, o algoritmo colore os vértices do grafo, tal que, nenhum par de vértices adjcentes tenha cores iguais.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrauzy%2Frawgraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrauzy%2Frawgraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrauzy%2Frawgraphs/lists"}