Implemented Suffix Tree Data Structure #9567
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
Ruff (UP035):
data_structures/suffix_tree/suffix_tree_node.py#L1
data_structures/suffix_tree/suffix_tree_node.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP007):
data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:19: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
data_structures/suffix_tree/suffix_tree_node.py#L7
data_structures/suffix_tree/suffix_tree_node.py:7:28: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP007):
data_structures/suffix_tree/suffix_tree_node.py#L9
data_structures/suffix_tree/suffix_tree_node.py:9:16: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/suffix_tree/suffix_tree_node.py#L10
data_structures/suffix_tree/suffix_tree_node.py:10:14: UP007 Use `X | Y` for type annotations
|
ruff
Process completed with exit code 1.
|