Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Depth Limited Search #157

Closed
michaelhaaf opened this issue Nov 30, 2015 · 0 comments
Closed

Implementation of Depth Limited Search #157

michaelhaaf opened this issue Nov 30, 2015 · 0 comments

Comments

@michaelhaaf
Copy link
Contributor

As a user, I would like an implementation of the Depth Limited Search algorithm such that I can perform searches similar to Depth First Search without having to worry about problems such as non-termination.

Link: https://en.wikipedia.org/wiki/Depth-limited_search

gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 22, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 22, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
gabizekany added a commit to gabizekany/hipster that referenced this issue Dec 24, 2015
Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values citiususc#154

- created function in GraphBuilder called connect(vertex , vertex ) which connects two vertices with an empty valued edge.

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing
pablormier added a commit that referenced this issue Jan 7, 2016
Implementation of Depth Limited Search #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants