Computer Science, asked by manishnarwat12, 7 months ago

How many queues are required to implement a stack. If there are no other data structure like arrays, linked list is available​

Answers

Answered by Anonymous
4

How many queues are needed to implement a stack. Consider the situation where no other data structure like arrays, linked list is available to you. Explanation: A stack can be implemented using two queues.

Explanation:

एक स्टैक को लागू करने के लिए कितनी कतारों की आवश्यकता होती है। उस स्थिति पर विचार करें जहां कोई अन्य डेटा संरचना जैसे सरणियाँ, लिंक की गई सूची आपके लिए उपलब्ध नहीं है। स्पष्टीकरण: एक स्टैक को दो कतारों का उपयोग करके लागू किया जा सकता है।

Similar questions