Skip to content

Commit

Permalink
Small tweaks to 247 & 258
Browse files Browse the repository at this point in the history
  • Loading branch information
WHAHA-HA committed Jan 31, 2021
1 parent 5cfcce7 commit bef24ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Solutions/247.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from typing import Tuple

from .DataStructures.Tree import Node, BinaryTree
from DataStructures.Tree import Node, BinaryTree


def height_helper(node: Node) -> Tuple[int, bool]:
Expand Down
2 changes: 1 addition & 1 deletion Solutions/258.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

from typing import Dict, List
from .DataStructures.Tree import Node, BinaryTree
from DataStructures.Tree import Node, BinaryTree


def get_boustrophedon_helper(
Expand Down

0 comments on commit bef24ca

Please sign in to comment.