Fix small issue with bfs algorithm (#141)
Algorithm performed a dfs rather than bfs because of the queue.pop() error on line 78. Updated to queue.popleft()pull/142/head
parent
895d6f947c
commit
c43337fdfb
Loading…
Reference in new issue