Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix small issue with bfs algorithm (yangshun#141)
Algorithm performed a dfs rather than bfs because of the queue.pop() error on line 78. Updated to queue.popleft()
- Loading branch information