{"id":21816885,"url":"https://github.com/genndy007/bellman_ford_rethink","last_synced_at":"2026-05-18T03:11:18.107Z","repository":{"id":37240884,"uuid":"504309039","full_name":"genndy007/bellman_ford_rethink","owner":"genndy007","description":"Implementation of Bellman Ford Parallel and Sequential Algorithm with Java and Maven. Rethinked. Coursework for 6 semester.","archived":false,"fork":false,"pushed_at":"2022-06-21T13:34:57.000Z","size":1439,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T21:09:39.275Z","etag":null,"topics":["algorithm","atomic","bellman-ford","bellman-ford-algorithm","concurrent","distributed","distributed-computing","graph","java","jdk17","maven","parallel","parallel-computing","threadpool"],"latest_commit_sha":null,"homepage":"","language":"Java","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/genndy007.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}},"created_at":"2022-06-16T21:19:10.000Z","updated_at":"2024-06-13T23:06:24.000Z","dependencies_parsed_at":"2022-08-18T22:54:00.431Z","dependency_job_id":null,"html_url":"https://github.com/genndy007/bellman_ford_rethink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/genndy007/bellman_ford_rethink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genndy007%2Fbellman_ford_rethink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genndy007%2Fbellman_ford_rethink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genndy007%2Fbellman_ford_rethink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genndy007%2Fbellman_ford_rethink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genndy007","download_url":"https://codeload.github.com/genndy007/bellman_ford_rethink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genndy007%2Fbellman_ford_rethink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["algorithm","atomic","bellman-ford","bellman-ford-algorithm","concurrent","distributed","distributed-computing","graph","java","jdk17","maven","parallel","parallel-computing","threadpool"],"created_at":"2024-11-27T15:37:24.432Z","updated_at":"2026-05-18T03:11:18.091Z","avatar_url":"https://github.com/genndy007.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel Computing Coursework\n\n## Topic\nSequential and Parallel Bellman-Ford Algorithm implementation in Java\n\n## Environment\n- OpenJDK 17 LTS\n- java.util.concurrent package\n  - Executors.newFixedThreadPool\n  - atomic access variables\n  - tasks as lambdas\n- Maven as dependency manager\n- JetBrains IntelliJ IDEA as IDE\n\n## Details\nUses graphs represented in txt files like:\n```\nvertices_num edges_num\nstart1 end1 weight1\nstart2 end2 weight2\n...\nstartN endN weightN\n```\nGenerate graphs with Python script in graph_gen/ folder.\n\n\n## License\nMIT\n\n## Author\nHennadii Kochev, IP-91 group, FICT, Igor Sikorsky KPI","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenndy007%2Fbellman_ford_rethink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenndy007%2Fbellman_ford_rethink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenndy007%2Fbellman_ford_rethink/lists"}