Tagged Questions
1
vote
0answers
157 views
Simple circular buffer wrap-around - pascal delphi [closed]
I have written a little circular buffer for integers. My requirements were to add an integer on at a time and to read from the circular buffer as though it were an array wrapping around ...
1
vote
3answers
710 views
Implementing a deque using a circular array?
I'm having a lot of trouble implementing this deque using a circular array; in particular, the remove methods seem to be removing the wrong elements no matter what I try. Can anyone help?
public ...
0
votes
1answer
104 views
circular array class in python
I have a project to create a circular array class, and the language I will be using is python. I am new to classes in python, but after reading through some webpages and chapters in books I think I ...
0
votes
3answers
378 views
How would YOU do/write this homework assignment? (theoretical)
I'm not asking for anyone to do this homework for me, but I bring it up because it's a very good practical introduction to C# and threading, but at the same time I feel it's perhaps a little too ...