{"id":26728673,"url":"https://github.com/cserajdeep/graph-networkx-101","last_synced_at":"2026-04-28T17:01:33.604Z","repository":{"id":165428939,"uuid":"404375088","full_name":"cserajdeep/Graph-Networkx-101","owner":"cserajdeep","description":"Basic Graph operations such as BFS, DFS, Shortest Path Length etc.","archived":false,"fork":false,"pushed_at":"2021-09-08T14:39:05.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T23:36:52.727Z","etag":null,"topics":["bfs","dfs","graph","networkx","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/cserajdeep.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":"2021-09-08T14:17:10.000Z","updated_at":"2021-09-08T14:40:29.000Z","dependencies_parsed_at":"2024-07-18T22:05:34.878Z","dependency_job_id":null,"html_url":"https://github.com/cserajdeep/Graph-Networkx-101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cserajdeep/Graph-Networkx-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FGraph-Networkx-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FGraph-Networkx-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FGraph-Networkx-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FGraph-Networkx-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cserajdeep","download_url":"https://codeload.github.com/cserajdeep/Graph-Networkx-101/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FGraph-Networkx-101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["bfs","dfs","graph","networkx","python"],"created_at":"2025-03-27T22:36:21.435Z","updated_at":"2026-04-28T17:01:33.591Z","avatar_url":"https://github.com/cserajdeep.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"Single Source Shortest Path: \u003cbr\u003e\u003cbr\u003e\n```ruby\nlength = nx.single_source_shortest_path_length(g1, 0)\nfor node in length:\n  print(f\"{node}: {length[node]}\")\n```\n\u003cbr\u003e\n\u003cimg width=\"323\" alt=\"single-source0-shortest-path\" src=\"https://user-images.githubusercontent.com/18000553/132530032-13bd1f4f-b889-4dda-ae6c-8f2337822652.png\"\u003e\n\nA Matrix to Image: \u003cbr\u003e \u003cbr\u003e\n\u003cimg width=\"203\" alt=\"matrix2image\" src=\"https://user-images.githubusercontent.com/18000553/132530135-1650586e-cc93-4644-8fe6-23977ed08224.png\"\u003e\n\n# Graph and Networkx Tutorials \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Fgraph-networkx-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcserajdeep%2Fgraph-networkx-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Fgraph-networkx-101/lists"}