{"id":29308899,"url":"https://github.com/andrewnester/algorithms-ii","last_synced_at":"2025-07-29T12:10:40.597Z","repository":{"id":87688931,"uuid":"45355018","full_name":"andrewnester/algorithms-ii","owner":"andrewnester","description":"Algorithms written on Java","archived":false,"fork":false,"pushed_at":"2015-11-17T09:19:13.000Z","size":69,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-02-27T02:32:13.549Z","etag":null,"topics":["algorithm","directed-graphs","edge-weighted-graphs","graph","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/andrewnester.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":"2015-11-01T19:52:01.000Z","updated_at":"2023-03-09T10:52:54.043Z","dependencies_parsed_at":"2023-03-13T18:39:56.371Z","dependency_job_id":null,"html_url":"https://github.com/andrewnester/algorithms-ii","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/andrewnester/algorithms-ii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnester%2Falgorithms-ii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnester%2Falgorithms-ii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnester%2Falgorithms-ii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnester%2Falgorithms-ii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewnester","download_url":"https://codeload.github.com/andrewnester/algorithms-ii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnester%2Falgorithms-ii/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032598,"owners_count":23546821,"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":["algorithm","directed-graphs","edge-weighted-graphs","graph","java"],"created_at":"2025-07-07T07:18:39.703Z","updated_at":"2025-07-07T07:19:04.007Z","avatar_url":"https://github.com/andrewnester.png","language":"Java","readme":"[![Build Status](https://travis-ci.org/andrewnester/algorithms-ii.svg?branch=master)](https://travis-ci.org/andrewnester/algorithms-ii) [![Coverage Status](https://coveralls.io/repos/andrewnester/algorithms-ii/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/andrewnester/algorithms-ii?branch=master)\n\n# Algorithms\nAlgorithms written on Java\n\nBased on http://algs4.cs.princeton.edu/home/\n\n\n\n### Structures\n* Graph\n* Directed Graph\n* Edge-weighted graphs\n* Index Priority Queue\n\n### Algorithms\n\n#### Basic\n * Union Find\n\n#### Graphs Algorithms\n\n* Graphs (common)\n  * Deep-first search\n  * Breadth-first search\n\n\n* Directed Graphs\n  * Cycle detection algorithm (for edge-weighted graphs too) \n  * Deep-first order\n  * Topological sort\n  * Kosaraju - Sharir algorithm\n  * Dijkstra algorithm\n  * Bellmann - Ford algorithm\n\n\n* Undirected Graphs\n  * Connected components (based on Deep-first search)\n  * Kruskal Algorithm for Minimum Spanning Tree\n  * Prim's algorithm (both lazy and eager implementations)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewnester%2Falgorithms-ii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewnester%2Falgorithms-ii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewnester%2Falgorithms-ii/lists"}