Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7954407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:25:15+00:00 2026-06-04T03:25:15+00:00

Design a data representation mapping a stack S and a queue Q into a

  • 0

Design a data representation mapping a stack S and a queue Q into a single array M. Write algorithms to add and delete elements from these two data objects.

To make it clear yes is homework!

I’m not asking for an answer I just need a link or something that can guide me to the answer, or if you can give me and example where it can be applied I am new in this and not very good as you can see.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:25:16+00:00Added an answer on June 4, 2026 at 3:25 am

    This pretty simple guide will show you the difference between a stack and a queue: http://blog.bakhshi.eu/2005/11/stack-vs-queue.html

    Essentially, the data for both a stack and a queue can be stored in an array. The difference is where you choose to take a new element out from. For a stack, the next element you take out (‘pop’) is the last one you put in. For a queue, the next element you take out is the first one you put in.

    One approach would be to create a class which has a member variable of an array, and then has some methods:

    addToQueueOrStack()
    popFromQueue()
    popFromStack()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to add a FunctionImportMapping programmatically using classes from the System.Data.Entity.Design namespace? This blog
I'm using System.Data.Design.TypedDataSetGenerator to convert a .xsd file (generated by VS2008) into a strongly-typed
I plan to design a data structure including elements as this, {1, 13, 15,
I'm trying to design a data-structure around a stack that blocks until the stack
I’m trying to write a web app using 4-tier design pattern ( Data Store,
I need to design a data structure that supports the following operations: search element
I have to design a data structure that is to be used in a
I have a problem here that requires to design a data structure that takes
Data Access Objects (DAOs) are a common design pattern, and recommended by Sun. But
I have to design a database which will allow me store data in multiple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.