Data structure (for stacks and queues)

Asked 1 years ago, Updated 1 years ago, 452 views

Data structure (stacks and queues)I would like to ask you something from the perspective of competition programming and practice.
C++ and others think that stacks and queues are in the standard library, but do you ever extend this class by yourself?

c++ data-structure

2023-02-17 13:25

1 Answers

C++ and others think that stacks and queues are in the standard library, but do you ever extend this class by yourself?

I don't know what you want to ask, but if you ask me if I have one or not, I think I have one.


2023-02-17 13:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.