Skip to content

Commit 2f9b033

Browse files
cclaussgithub-actions
and
github-actions
authored
Delete queue_on_two_stacks.py which duplicates queue_by_two_stacks.py (#8624)
* Delete queue_on_two_stacks.py which duplicates queue_by_two_stacks.py * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 5cb0a00 commit 2f9b033

File tree

2 files changed

+1
-137
lines changed

2 files changed

+1
-137
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
* [Double Ended Queue](data_structures/queue/double_ended_queue.py)
233233
* [Linked Queue](data_structures/queue/linked_queue.py)
234234
* [Priority Queue Using List](data_structures/queue/priority_queue_using_list.py)
235+
* [Queue By Two Stacks](data_structures/queue/queue_by_two_stacks.py)
235236
* [Queue On List](data_structures/queue/queue_on_list.py)
236237
* [Queue On Pseudo Stack](data_structures/queue/queue_on_pseudo_stack.py)
237238
* Stacks

data_structures/queue/queue_on_two_stacks.py

-137
This file was deleted.

0 commit comments

Comments
 (0)