diff --git a/problems/design-bounded-blocking-queue/README.md b/problems/design-bounded-blocking-queue/README.md new file mode 100644 index 000000000..3f1148a56 --- /dev/null +++ b/problems/design-bounded-blocking-queue/README.md @@ -0,0 +1,14 @@ + + + + + + + +[< Previous](https://github.com/openset/leetcode/tree/master/problems/make-array-strictly-increasing "Make Array Strictly Increasing") +                 +[Next >](https://github.com/openset/leetcode/tree/master/problems/maximum-number-of-balloons "Maximum Number of Balloons") + +## 1188. Design Bounded Blocking Queue (Medium) + +