Lists, Stacks, and Queues
Deliverable Length: 2 pseudo codes
APA format with references
Data Structures Using Java document shell
Use Microsoft Word
The task this week is to complete the following 2 structures using a linked list:
Stack
Queue
Assume the occurrence of a linked list node is represented by the object “Node” and its “Data” and “NextRef” attributes.
Part 1: Assume a “Head” node exists with the NextRef attribute pointing to the first node in the stack or being null if the stack is empty. Create pseudo code for the following 3 stack methods, showing the logic tied to the inverted list. Include a summary of these actions.
push( item )
pop( )
display( )
Part 2: Assume “Front” and “Rear” nodes exist with the “NextRef” attributes pointing to the first and last nodes of the queue or being null if the queue is empty. Create pseudo code for the following 3 queue methods, showing the logic tied to the inverted list. Include a summary of these actions.
enqueue( item )
dequeue( )
display( )
Week 1 Deliverables:
Pseudo code implemented for both the stack and queue methods
Documented pseudo code
8 years ago
20
Purchase the answer to view it

- liststackqueues-Pseudocodes.docx
- linkedList_Queue.txt
- linkedList_Stack.txt
- Screenshot_A.png
- week 3
- Any Takers
- only for brilliant answers
- What have been the main roles performed by the International Monetary Fund (IMF) and the European Central Bank (ECB) in resolving the financial crisis experienced by Greece in recent years?
- Assignment
- This has to be done in own original work, from start to finish. Can someone handle this with no problem?
- ..
- create a senerio with a business you would do business with with pricing strategy consulting
- PSY 381 Module 4 Assignment 1: Comparative Analysis
- PSY 381 Module 2 Assignment 2: Case Study Development and Theoretical Explanation
