Objectives: The code for the different stack and queue operations in both implementations (array and linked list) are discussed in the lectures: and are written in the lectures power point. So the main object of this assignment is to give the student more practice to increase their understanding of the different implementation of these operations. - The students also are asked to write by themselves the main methods in the different exercises below; The Lab procedures: The following files must be distributed to the students in the Lab - arrayImpOfStack.java // it represents an array implementation of the stack. - pointerImOfStack.java // it represents a Linked List implementation of the stack. - pointerImOfQueue.java // it represents a pointer implementation of the queue. Then the students by themselves are required to write the code for the following questions Ex1) Given the file arrayImpOfStack.java then write a main method to read a sequence of numbers           and using the stack operation print them in reverse order. Ex2) Given the file pointerImOfStack.java then write a main method to read a decimal number and          print its equivalent binary number. Ex3) Given the file arrayImpOfStack.java then write a main method: - declaring two stack objects S1, S2; - reads a sequence of numbers; store the even ones in the stack S1, and store the odd ones in the stack S2. - print the even numbers followed by odd ones. Ex4) Given the file pointerImOfQueue.java then write a main method: to - add some elements into the queue, - reverse the queue contents, (Hint use an array) - print the queue contents.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Objectives:

The code for the different stack and queue operations in both implementations (array and linked list) are discussed in the lectures: and are written in the lectures power point. So the main object of this assignment is to give the student more practice to increase their understanding of the different implementation of these operations.

- The students also are asked to write by themselves the main methods in the different exercises below;

The Lab procedures:

The following files must be distributed to the students in the Lab

- arrayImpOfStack.java // it represents an array implementation of the stack.

- pointerImOfStack.java // it represents a Linked List implementation of the stack.

- pointerImOfQueue.java // it represents a pointer implementation of the queue.

Then the students by themselves are required to write the code for the following questions

Ex1) Given the file arrayImpOfStack.java then write a main method to read a sequence of numbers

          and using the stack operation print them in reverse order.

Ex2) Given the file pointerImOfStack.java then write a main method to read a decimal number and

         print its equivalent binary number.

Ex3) Given the file arrayImpOfStack.java then write a main method:

- declaring two stack objects S1, S2;

- reads a sequence of numbers; store the even ones in the stack S1, and store the odd ones in the stack S2.

- print the even numbers followed by odd ones.

Ex4) Given the file pointerImOfQueue.java then write a main method: to

- add some elements into the queue,

- reverse the queue contents, (Hint use an array)

- print the queue contents.

 

 

 

Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY