top button
Flag Notify
Site Registration

Implementation of Queue using LinkList?

+1 vote
200 views

I want to write a program in C/C++ to implement a queue using LinkList and want to display sum of squares of elements stored in the list? Please help me?

posted Jul 5, 2014 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
This contains two problem -
1. Maintaining the queue using linklint.
2. Traverse the queue and get the sum of square of all elements.

...