Skip to content

Commit 591f711

Browse files
committed
BPQ Update main README.markdown
1 parent 3467142 commit 591f711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
125125
- [Queue](Queue/). First-in, first-out!
126126
- [Deque](Deque/). A double-ended queue.
127127
- [Priority Queue](Priority Queue). A queue where the most important element is always at the front.
128+
- [Bounded Priority Queue](Bounded Priority Queue). A queue that is bounded to have a limited number of elements.
128129
- [Ring Buffer](Ring Buffer/). Also known as a circular buffer. An array of a certain size that conceptually wraps around back to the beginning.
129130

130131
### Lists

0 commit comments

Comments
 (0)