Skip to content

fix graph search find path backtracking - #220

Merged
faif merged 1 commit into
faif:masterfrom
niyuna:fix-graph-search-find-path
Apr 9, 2018
Merged

fix graph search find path backtracking#220
faif merged 1 commit into
faif:masterfrom
niyuna:fix-graph-search-find-path

Conversation

@niyuna

@niyuna niyuna commented Apr 6, 2018

Copy link
Copy Markdown
Contributor

path will get modified in recursive call if passed by reference. And can be simply fixed by passing a copy of it.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #220 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   97.02%   97.02%           
=======================================
  Files          61       61           
  Lines        2288     2288           
=======================================
  Hits         2220     2220           
  Misses         68       68
Impacted Files Coverage Δ
other/graph_search.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ada66b7...5c6f168. Read the comment docs.

@faif
faif merged commit bf4feb9 into faif:master Apr 9, 2018
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

Successfully merging this pull request may close these issues.

3 participants