{"id":38548473,"url":"https://github.com/lebovski/simple_pathes","last_synced_at":"2026-01-17T07:27:53.399Z","repository":{"id":92800610,"uuid":"121115999","full_name":"lebovski/simple_pathes","owner":"lebovski","description":"Get all paths in graph using by edges","archived":false,"fork":false,"pushed_at":"2018-08-28T14:30:40.000Z","size":29,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T12:05:08.575Z","etag":null,"topics":["dfs-algorithm","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lebovski.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":"2018-02-11T11:19:41.000Z","updated_at":"2019-05-13T16:23:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"261ededc-dd62-4453-882e-5e6378dfc083","html_url":"https://github.com/lebovski/simple_pathes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lebovski/simple_pathes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebovski%2Fsimple_pathes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebovski%2Fsimple_pathes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebovski%2Fsimple_pathes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebovski%2Fsimple_pathes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lebovski","download_url":"https://codeload.github.com/lebovski/simple_pathes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebovski%2Fsimple_pathes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dfs-algorithm","golang"],"created_at":"2026-01-17T07:27:53.337Z","updated_at":"2026-01-17T07:27:53.393Z","avatar_url":"https://github.com/lebovski.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_pathes\n\nsimple_pathes is library for get all pathes in graph using DFS\n\nUsage:\n1. set edges\n2. call dfs\n\nExample:\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/lebovski/simple_pathes/graph\"\n)\n\nfunc main() {\n\tvar ces = graph.Edges{\n\t\t{\"a\", \"b\"},\n\t\t{\"b\", \"f\"},\n\t\t{\"b\", \"d\"},\n\t\t{\"a\", \"c\"},\n\t\t{\"c\", \"d\"},\n\t\t{\"c\", \"j\"},\n\t\t{\"d\", \"e\"},\n\t\t{\"e\", \"f\"},\n\t\t{\"j\", \"f\"},\n\t\t{\"e\", \"c\"},\n\t}\n\tfmt.Printf(\"\\n%v\\n\\n\", ces.DFS(\"a\", \"f\"))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebovski%2Fsimple_pathes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flebovski%2Fsimple_pathes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebovski%2Fsimple_pathes/lists"}