Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

A Dequeue - also called a ring-buffer

Rate me:
Please Sign up or sign in to vote.
1.19/5 (24 votes)
29 Mar 2004 68.8K   1.1K   15  
Another addition to the System.Collections - a ring buffer, more sophisticated than ArrayList or Queue.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Germany Germany
I did my diploma in Dresden and Sydney where I dealt with algorithms, agents and other cool AI stuff. Now I moved to Frankfurt to work on my PhD dealing with software structures for artificial intelligence systems. If I can, I do things in C# and ASP.NET, but if I have to, my C++, Java and SQL are not that bad.
Long Live .NET.

Comments and Discussions