https://github.com/basemax/circlequeuego
The Circle Queue implementation in Go. The circle queue is a special version of a queue where the last element of the queue is connected to the first element of the queue forming a circle. The operations are performed based on FIFO (First In First Out) principle. It is also called 'Ring Buffer'.
https://github.com/basemax/circlequeuego
circle-queue data-structure data-structure-and-algorithm data-structures data-structures-and-algorithms go golang queue
Last synced: 25 days ago
JSON representation
The Circle Queue implementation in Go. The circle queue is a special version of a queue where the last element of the queue is connected to the first element of the queue forming a circle. The operations are performed based on FIFO (First In First Out) principle. It is also called 'Ring Buffer'.
- Host: GitHub
- URL: https://github.com/basemax/circlequeuego
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-11-07T12:56:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T06:26:56.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:08:04.427Z (about 1 month ago)
- Topics: circle-queue, data-structure, data-structure-and-algorithm, data-structures, data-structures-and-algorithms, go, golang, queue
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0