Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

18/0 Writing Code #1 (20 pts) write a method called rotate Every that accents a list of interers list and an integer nas parameters Your

image text in transcribed

18/0 Writing Code #1 (20 pts) write a method called rotate Every that accents a list of interers list and an integer nas parameters Your method should rotate every n dieits by 1 index. If the number of elements in the list is not evenly Ovisible by n, the remaining elements should remain in their original locations. For this problem, keep in mind that you are a client of the list, not writing code inside of a list object. Some example calls and their output are below for the list [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10) Method Call Resulting List rotate EveryN (list, 3); 12, 0, 1, 5, 3, 4, 8, 6, 7, 9, 101 (3, 0, 1, 2, 7, 4, 5, 6, 8, 9, 10) rotateEveryN (list, 4); rotate EveryN (list, 5); (4, 0, 1, 2, 3, 9, 5, 6, 7, 8, 10) Public void rotate Ivery N (Stack Integer list, intin) { Quere Integer g = New linked list Integers(); inst other size = list size co - no for (int i-o, is other size, itt) f gadd Clist pop()); while Cly is Empty (r list push (gremove (7) while (! list, is Empty () { gadal Clist. pop() while (!y is Emplyc ) list.push (g, remulet)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions