{"id":28368902,"url":"https://github.com/stuyy/graph","last_synced_at":"2026-06-16T20:32:03.573Z","repository":{"id":121302710,"uuid":"190935704","full_name":"stuyy/Graph","owner":"stuyy","description":"A simple Graph Data Structure.","archived":false,"fork":false,"pushed_at":"2019-06-09T03:46:51.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T02:52:58.311Z","etag":null,"topics":["algorithms","data-structures","graph","graph-theory","graphtheory","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/stuyy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-08T21:14:47.000Z","updated_at":"2020-08-03T23:29:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d38343f-d44e-4657-9bbd-926111656037","html_url":"https://github.com/stuyy/Graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuyy/Graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FGraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FGraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FGraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FGraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuyy","download_url":"https://codeload.github.com/stuyy/Graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuyy%2FGraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34423214,"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-06-16T02:00:06.860Z","response_time":126,"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":["algorithms","data-structures","graph","graph-theory","graphtheory","java"],"created_at":"2025-05-29T05:08:26.358Z","updated_at":"2026-06-16T20:32:03.554Z","avatar_url":"https://github.com/stuyy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graph\n\nADTGraph is an implementation of an the Abstract Graph Data Structure.\n\n# Methods\n- `addVertex(node: VertexNode) : boolean` - Adds a VertexNode to the Graph\n\n- `addEdge(nodeA: VertexNode, nodeB: VertexNode): void` - Adds an Edge to the Graph. \n\n- `printEdges(node: VertexNode): void` - Prints all edges of the specified Node to console.\n\n- `printVertices(void): void` - Prints all vertices of the Graph\n\n- `getAdjancencyMatrix() : int [][]` - Returns an adjancency matrix representation of the graph.\n\n- `DFS(start: VertexNode) : void` - Performs a Depth First Search given a starting VertexNode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyy%2Fgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuyy%2Fgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyy%2Fgraph/lists"}