Question: Convert Convergent Pointer Algorithm psuedo code to C code. 1. Get values for n and the n data items 2. Set the value of left
Convert Convergent Pointer Algorithm psuedo code to C code.

1. Get values for n and the n data items 2. Set the value of left to 1 3. Set the value of newposition to 1 4. While left is less than or equal to n do steps 5 through 9 5. If the item at position leftis not 0 then do steps 6 through 8 6. Copy the item at position left nto position newposition in new list 7. Increase left by 1 8. Increase newposition by 1 9. Else (the item at position leftis 0) increase leftby 1 10. Stop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
