Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / graphp/algorithms issues and pull requests

#53 - Support latest version of graphp/graph

Issue - State: open - Opened by jrmgx 3 months ago - 1 comment
Labels: help wanted, new feature

#52 - Drop legacy HHVM support due to lack of support and failing test suite

Pull Request - State: closed - Opened by clue over 1 year ago - 2 comments
Labels: maintenance

#51 - Rename `master` branch to `0.9.x` and update installation instructions

Pull Request - State: closed - Opened by clue over 1 year ago - 1 comment
Labels: maintenance

#50 - Fix typo

Pull Request - State: open - Opened by BenMorel over 1 year ago - 1 comment
Labels: maintenance

#49 - Is there a Transitive Reduction algorithm available?

Issue - State: closed - Opened by xi-ao over 2 years ago - 2 comments
Labels: help wanted, new feature

#48 - Improve assertions and testing class name

Pull Request - State: closed - Opened by peter279k over 3 years ago
Labels: maintenance

#47 - Use GitHub actions for continuous integration (CI)

Pull Request - State: closed - Opened by SimonFrings over 3 years ago
Labels: maintenance

#46 - Add PHP 8 build

Pull Request - State: closed - Opened by OndraM over 3 years ago - 1 comment

#45 - Implement Brande's Algorithm

Issue - State: open - Opened by InterLinked1 almost 4 years ago - 3 comments
Labels: help wanted, new feature

#44 - Rename phpunit.xml files

Pull Request - State: closed - Opened by SimonFrings almost 4 years ago
Labels: easy pick, maintenance

#43 - Run tests on PHPUnit 9, on PHP 7.4 and add .gitattributes to exclude dev files from exports

Pull Request - State: closed - Opened by SimonFrings almost 4 years ago
Labels: maintenance

#42 - Support topological sorting on Disconnected Graphs

Issue - State: closed - Opened by Incognito about 4 years ago - 2 comments
Labels: question

#41 - Update to graphp/graph

Pull Request - State: closed - Opened by clue over 4 years ago
Labels: new feature, maintenance, BC break

#40 - Minor code style improvements to make PHPStan happy

Pull Request - State: closed - Opened by clue over 4 years ago
Labels: maintenance

#39 - Fix option to merge parallel edges when creating residual graph

Pull Request - State: closed - Opened by clue over 4 years ago
Labels: bug

#38 - add isAcyclic function in the GraphProperty class

Pull Request - State: open - Opened by Gillu13 over 4 years ago - 3 comments
Labels: help wanted, new feature

#37 - Automated native_function_invocation fixes

Pull Request - State: closed - Opened by draco2003 over 4 years ago - 1 comment
Labels: maintenance

#36 - Fix setting upper limit for TSP bruteforce via MST algorithm

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug, easy pick

#35 - Clean up dead code for depth first search

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: easy pick, maintenance

#34 - Remove deprecated algorithm base classes

Issue - State: open - Opened by clue over 5 years ago
Labels: maintenance, BC break

#33 - [WIP] Add simple cycles algorithm

Pull Request - State: closed - Opened by phyrwork over 5 years ago - 4 comments
Labels: help wanted, new feature

#32 - Update test suite to support PHPUnit 6 and PHPUnit 5 and support running on legacy PHP 5.3 through PHP 7.2 and HHVM

Pull Request - State: closed - Opened by clue almost 6 years ago
Labels: easy pick, maintenance

#31 - Add PHP 7.1 and 7.2 to travis.yml.

Pull Request - State: closed - Opened by tomzx about 6 years ago - 2 comments
Labels: maintenance

#30 - Add PageRank algorithm. Resolves #22.

Pull Request - State: closed - Opened by phyrwork over 6 years ago - 2 comments
Labels: help wanted, new feature

#29 - CI builds for PHP 5.3 are broken

Issue - State: closed - Opened by phyrwork over 6 years ago

#28 - Allow choice of iterative/recusrive depth first search but default to iterative

Pull Request - State: closed - Opened by phyrwork over 6 years ago
Labels: new feature

#27 - Add max depth parameter to breadth first search

Pull Request - State: closed - Opened by phyrwork almost 7 years ago - 1 comment
Labels: new feature

#26 - Add Tarjan's strongly connected components algorithm

Pull Request - State: closed - Opened by phyrwork almost 7 years ago - 3 comments
Labels: help wanted, new feature

#25 - Replace recursive topological sort with iterative algorithm

Pull Request - State: closed - Opened by phyrwork almost 7 years ago - 1 comment
Labels: new feature

#24 - Confusing method DepthFirst::getVertices() - could add explanatory comments

Issue - State: closed - Opened by phyrwork about 7 years ago - 1 comment
Labels: help wanted, easy pick, maintenance

#23 - Ullman's Subgraph Isomorphism Algorithm?

Issue - State: closed - Opened by bergwerf over 7 years ago - 1 comment
Labels: question

#22 - Implement PageRank as an algorithm

Issue - State: open - Opened by cyberscribe almost 8 years ago - 1 comment
Labels: help wanted, new feature

#21 - add support for isAcyclic

Issue - State: closed - Opened by vikyd about 8 years ago - 1 comment

#20 - Find all possible paths between two vertices on a graph

Issue - State: open - Opened by titomiguelcosta over 8 years ago - 4 comments
Labels: help wanted, new feature

#19 - Algorithm common interface

Issue - State: closed - Opened by dav-m85 almost 9 years ago - 4 comments
Labels: question

#18 - Mising method call error

Issue - State: closed - Opened by Bogdaan about 9 years ago - 1 comment
Labels: bug, easy pick

#17 - Threads vs Bruteforce TSP question

Issue - State: closed - Opened by Bogdaan about 9 years ago - 1 comment
Labels: question

#16 - Support graph v0.9 (while keeping BC)

Pull Request - State: closed - Opened by clue over 9 years ago

#15 - Deprecate (useless) algorithm base classes

Pull Request - State: closed - Opened by clue over 9 years ago

#14 - Tarjan's strongly connected component algorithm

Pull Request - State: closed - Opened by dav-m85 over 9 years ago - 6 comments
Labels: help wanted, new feature

#13 - Migrate "Find directed cycles"

Issue - State: open - Opened by clue over 9 years ago - 2 comments
Labels: help wanted, new feature, maintenance

#12 - Migrate DLS (Depth Limited Search)

Issue - State: open - Opened by clue over 9 years ago
Labels: help wanted, new feature, maintenance

#11 - Migrate "Tarjan's strongly connected component"

Issue - State: open - Opened by clue over 9 years ago - 1 comment
Labels: help wanted, new feature, maintenance

#10 - Migrate "TravelingSalesmanProblem\Result"

Issue - State: closed - Opened by clue over 9 years ago - 1 comment
Labels: help wanted, new feature, maintenance

#9 - Migrate "support undirect graphs for ShortestPath"

Issue - State: open - Opened by clue over 9 years ago
Labels: help wanted, new feature, maintenance

#8 - Migrate FloydWarshall Algorithm

Issue - State: open - Opened by clue over 9 years ago - 3 comments
Labels: help wanted, new feature, maintenance

#7 - Add examples and basic documentation

Issue - State: open - Opened by clue over 9 years ago
Labels: help wanted, maintenance

#6 - Import CompleteGraphBuilder

Issue - State: open - Opened by clue over 9 years ago
Labels: new feature, maintenance

#5 - Deprecate Algorithm base classes

Issue - State: closed - Opened by clue over 9 years ago - 1 comment
Labels: help wanted, maintenance

#4 - Add dedicated Result interfaces for algorithms

Issue - State: closed - Opened by clue over 9 years ago - 1 comment
Labels: question, new feature

#3 - Add complement Graph algorithm / builder

Issue - State: open - Opened by clue over 9 years ago
Labels: help wanted, new feature

#2 - Add new algorithm for cycle detection

Issue - State: open - Opened by clue over 9 years ago - 1 comment
Labels: help wanted, new feature

#1 - Split off from clue/graph

Issue - State: closed - Opened by clue over 9 years ago - 1 comment
Labels: maintenance