This repository was archived by the owner on Sep 20, 2021. It is now read-only.
0.16.03.22
- Test: Write test suite of
…BackwardBreadthFirst. (Ivan Enderlin, 2016-03-21T17:27:28+01:00) - Iterator: Implement the Backward Breadth-Fi… algo. (Ivan Enderlin, 2016-03-21T17:11:08+01:00)
- Test: Write test suite of
…r\BackwardDepthFirst. (Ivan Enderlin, 2016-03-21T17:10:04+01:00) - Iterator: Implement the Backward Depth-First algo. (Ivan Enderlin, 2016-03-21T17:07:16+01:00)
- Test: Add test cases for
getNeighbours. (Ivan Enderlin, 2016-03-21T17:06:24+01:00) - Iterator: Add the
getNeighboursabstract method. (Ivan Enderlin, 2016-03-21T17:02:59+01:00) - Iterator: Depth-First Search is pre-ordered. (Ivan Enderlin, 2016-03-20T14:03:54+01:00)
- Test: Write test suite of
…terator\BreadthFirst. (Ivan Enderlin, 2016-03-18T17:14:27+01:00) - Iterator: Implement the Breadth-First Search algo. (Ivan Enderlin, 2016-03-18T17:14:04+01:00)
- AdjacencyList: Re-index exceptions. (Ivan Enderlin, 2016-03-18T08:04:35+01:00)
- Composer: Add
hoa/iterator. (Ivan Enderlin, 2016-03-17T07:38:34+01:00) - Test: Write test suite of
…\Iterator\DepthFirst. (Ivan Enderlin, 2016-03-16T22:46:26+01:00) - Test: Write test suite of
…aph\Iterator\Generic. (Ivan Enderlin, 2016-03-18T08:16:13+01:00) - Iterator: Implement the Depth-First Search algo. (Ivan Enderlin, 2016-03-16T22:45:50+01:00)
- Node: Update API documentation. (Ivan Enderlin, 2016-03-16T22:33:50+01:00)
- Graph: Remove trivial iterator implementation. (Ivan Enderlin, 2016-03-16T22:23:03+01:00)
- Test: Update
case_to_stringinAdjacency. (Ivan Enderlin, 2016-03-16T21:53:28+01:00) - Test: Write test suite of
…\Graph\AdjacencyList. (Ivan Enderlin, 2016-03-15T23:37:23+01:00) - AdjacencyList: Refresh the code. (Ivan Enderlin, 2016-03-15T23:37:06+01:00)
- Documentation: Create
.State&READMEfiles. (Ivan Enderlin, 2016-03-15T22:26:11+01:00) - Test: Write test suite of
Hoa\Graph\Graph. (Ivan Enderlin, 2016-03-15T22:24:51+01:00) - Graph: Refresh the code. (Ivan Enderlin, 2016-03-15T22:23:25+01:00)
- Composer: Add
hoa/testas arequire-dev. (Ivan Enderlin, 2016-03-15T22:18:52+01:00) - Test: Write test suite of
Hoa\Graph\SimpleNode. (Ivan Enderlin, 2016-03-15T22:16:41+01:00) - SimpleNode: Refresh the code. (Ivan Enderlin, 2016-03-15T22:16:16+01:00)
- Node: Move
…Graph\IGraph\Nodeto…Graph\Node. (Ivan Enderlin, 2016-03-15T22:15:32+01:00) - Test: Write test suite of
Hoa\Graph\Exception. (Ivan Enderlin, 2016-03-15T22:06:41+01:00) - Quality: Standardize the API. (Ivan Enderlin, 2016-03-09T09:01:38+01:00)
- Quality: Do a strict equality check. (Ivan Enderlin, 2016-03-04T09:40:01+01:00)