notes/CS notes/pages/Leetcode Implement-Queue-Using-Stacks.md
2022-07-03 09:58:52 +08:00

482 B

Leetcode Implement-Queue-Using-Stacks

2022-07-03 09:52

Data structures:

#DS #stack #queue

Difficulty:

#coding_problem #difficulty-easy

Additional tags:

#leetcode #CS_list_need_understanding

Revisions:

N/A

tag:#stack tag:#queue 
  • Link to problem

Problem

Examples

Constraints

Thoughts

[!summary] This is a #template_remove_me

Solution