Skip to content

Circular queue using linked list #5361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bit-man opened this issue Oct 16, 2021 · 2 comments · Fixed by #5587
Closed

Circular queue using linked list #5361

bit-man opened this issue Oct 16, 2021 · 2 comments · Fixed by #5587

Comments

@bit-man
Copy link
Contributor

bit-man commented Oct 16, 2021

Working on it!

@poyea poyea changed the title Circular queue using lnked list Circular queue using linked list Oct 19, 2021
@mrdevil0-9
Copy link

Please assign me for this issue.

@bit-man
Copy link
Contributor Author

bit-man commented Oct 21, 2021

@mrdevil0-9 I'm already working on this issue, see my first two commits above

if you want to collaborate take a look at the algorithms and propose a new implementation or fix an already existing

poyea added a commit that referenced this issue Oct 28, 2021
* CircularQueueLinkedList: empty list, trivial implementation #5361

* CircularQueueLinkedList: single element list #5361

* CircularQueueLinkedList: refactor, no que empty attribute #5361

* CircularQueueLinkedList: refactor #5361

* CircularQueueLinkedList: changed internal data structure to use double linked list #5361

* CircularQueueLinkedList: enqueue test cases added #5361

* CircularQueueLinkedList: track full queue #5361

* CircularQueueLinkedList: adding functions description #5361

* CircularQueueLinkedList: type hints #5361

* CircularQueueLinkedList: algorithm explanation #5361

* CircularQueueLinkedList: missing type hints #5361

* CircularQueueLinkedList: more missing type hints #5361

* Update data_structures/queue/circular_queue_linked_list.py

Co-authored-by: John Law <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants