You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boyd Duffee edited this page Oct 25, 2013
·
1 revision
We had problems with the tests in t/Graph.t in the depth_first_search_levels because the returned data structure was an array ref based on values provided by **keys**. With hash order randomization in perl 5.18+, it threw the original tests into disarray and therefore new ones were written based on what a depth first search on the below graph would look like if the branching decisions were random.