Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

I want to implement a queue class without using any .NET library or framework classes, just use basic data structures

Any help for this solution would be greatly appreciated.

Thanks,
SumRaya
Posted

Looks more like homework to me. Pick up an algorithm book and convert the queue alogirthm into code.

For an example see here.
 
Share this answer
 
Just take the class over again. Maybe this time, you'll pay more attention to the instructor.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900