We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2914db6 commit 19bba3aCopy full SHA for 19bba3a
pydatastructs/graphs/algorithms.py
@@ -3,7 +3,7 @@
3
data structure.
4
"""
5
import os
6
-from collections import deque
+from collections import deques
7
from concurrent.futures import ThreadPoolExecutor
8
from pydatastructs.utils.misc_util import (
9
_comp, raise_if_backend_is_not_python, Backend)
0 commit comments