[mypy] Fix type annotations for linked_stack.py (#5576) · zinating/algorithms-python@94f38dd · GitHub
Skip to content

Commit 94f38dd

Browse files
archaengelgithub-actions
andauthored
[mypy] Fix type annotations for linked_stack.py (TheAlgorithms#5576)
* Fix type annotations for linked_stack.py * Replace Optional with inline union type * Rename linked_stack to stack_with_singly_linked_list * Rename stack_using_dll to stack_with_doubly_linked_list * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 868c2fa commit 94f38dd

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.

data_structures/stacks/linked_stack.py renamed to data_structures/stacks/stack_with_singly_linked_list.py

Lines changed: 16 additions & 13 deletions

0 commit comments

Comments
 (0)