{"id":15517071,"url":"https://github.com/deric/jgraph-search-gui","last_synced_at":"2025-06-19T15:34:07.692Z","repository":{"id":6688356,"uuid":"7933467","full_name":"deric/jgraph-search-gui","owner":"deric","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-22T12:39:14.000Z","size":3459,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T20:42:18.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/deric.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}},"created_at":"2013-01-31T09:04:41.000Z","updated_at":"2022-11-22T12:39:12.000Z","dependencies_parsed_at":"2023-01-11T20:09:55.000Z","dependency_job_id":null,"html_url":"https://github.com/deric/jgraph-search-gui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fjgraph-search-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fjgraph-search-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fjgraph-search-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fjgraph-search-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/jgraph-search-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247159342,"owners_count":20893601,"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","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":[],"created_at":"2024-10-02T10:11:13.194Z","updated_at":"2025-04-04T10:26:52.317Z","avatar_url":"https://github.com/deric.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"jgraph-search-gui\n=================\n\nA Java GUI for testing graph search algorithms (BFS, DFS, A*, etc.)\n\nEach algorithm should implement either `UninformedSearch` or `InformedSearch` interface.\n\n```java\n@ServiceProvider(service = AbstractAlgorithm.class, position = 5)\npublic class DFS extends AbstractAlgorithm implements UninformedSearch {\n\n\t  private static String name = \"DFS\";\n\n\t  @Override\n\t  public String getName() {\n\t      return name;\n\t  }\n\n\t  @Override\n\t  public List\u003cNode\u003e findPath(Node startNode) {\n\t      return null;\n\t  }\n}\n```\n\nWhen you add new algorithms you have to modify `META-INF/services/cz.cvut.fit.zum.api.AbstractAlgorithm` and add there your \nfull class name. Then your algorithm could be in different jar, just make sure it's added to java's claspath.\n\n\n![jgraph-search-gui preview](https://raw.github.com/deric/jgraph-search-gui/screenshots/screenshots/jgraph-gui-0.1.0.png)\n\n## Build\n\nsingle jar with dependencies:\n\n```\n$ mvn clean compile assembly:single\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fjgraph-search-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fjgraph-search-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fjgraph-search-gui/lists"}