only potty Pavarotti
January 23, 2023
Project rollout
January 23, 2023

Lists, Stacks, and Queues

Deliverable Length:  2 pseudo codesAPA format with referencesData Structures Using Java document shellUse Microsoft WordThe task this week is to complete the following 2 structures using a linked list:StackQueueAssume 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 methodsDocumented pseudo code

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.