C0d3Crush / go

1 stars 0 forks source link

Bug: DFS algorithm fails with input from samples.sgf on file_access branch #1

Closed C0d3Crush closed 2 months ago

C0d3Crush commented 2 months ago

Description

When switching to the file_access branch and using the input variant given in data/samples.sgf, the DFS algorithm does not work as intended. This issue does not occur on the main branch where inputs are hardcoded.

Steps to Reproduce

  1. Checkout the file_access branch:
    
    git checkout file_access