Write a program for stacks and queues

Assignment Help Computer Engineering
Reference no: EM132216478

You are to write three separate programs, one each for stacks, queues, and linked-lists that broadly support adding, deleting and displaying data.

Each of your program should include a class definition for "chunk", a class definition for the data structure (stack/queue/LL) as well as a main() function that should give a "menu" like interface to call the various functions.

This "menu" like interface can be easily acheived with a "while(1)" loop and a "switch" statement nested within it, like we did in the Stack example during lecture.
Functions required for each data structure:
Linked list:
- void insertAtHead(int value) Hint: Similar to Stacks, insert at position 1
- void insertAtPosition(int position, int value) Hint: This should insert a node with ‘value' at any position in the list as long as that position is valid
- void removeFromPosition(int position) Hint: Similar to insert above, this should remove a node from a list as long as position is valid
- void displayContents()
Stacks:
- void push(int value)
- void pop()
- void displayContents()
Queues:
- void enqueue(int value)
- void dequeue()
- void displayContents()

Reference no: EM132216478

Questions Cloud

Explain how media coverage presenting two sides : Explain how media coverage presenting two sides to the debate can lead to the idea that there is not consensus. For this point you may find this clip by John.
Allow a user to start a command-line shell on host machine : Your problem is to add a "nice" feature to this program to allow a user to start a command-line shell on the host machine.
Write the transformation matrix for rotation : Write the transformation matrix (in homogenous coordination system) for rotation, scale and translation of a 3D point.
Write and test a function that takes nouns : Write and test a function that takes nouns and return their plurals. Print each noun and its plural. Try the following nouns.
Write a program for stacks and queues : Write three separate programs, one each for stacks, queues, and linked-lists that broadly support adding, deleting and displaying data.
Describe the marketing plan : Locate 7 articles related to possible marketing plan topics. The topic should be geared toward the implementation of a new sport related product or service.
Write and test using an appropriate main program : Write and test, using an appropriate main program, the following function that is passed an array of n pointers to integers.
Summarize the hpt landscape model : In your own words not from the text book, what are the most important descriptors of HPT? And Why? Summarize the HPT Landscape Model?
Explain the elements of project management : Explain the elements of project management and its relationship to human resource management. Assess organizational strategies that contribute to effective.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd