Closed
Description
Description of the problem
Queue module needs some refactoring.
- Queue methods are generally
enqueue()
anddequeue()
- front and rear pointers need to be properties because of their frequent change.
type(x) is not self._dtype
can be converted to_check_type(type(x),self._dtype)
This issue was briefly discussed in #139 (comment)
Further suggestions are welcome.
I will be taking on this issue, since I'm also working on LinkedListStack side by side.