We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbb5e6 commit 49fd543Copy full SHA for 49fd543
16 - Queue Data Structure Problems/03 - (Deque) Doubly Ended Queue Problems/README.md
@@ -24,7 +24,7 @@ Circular deques are widely used in scenarios such as:
24
<p>
25
<img src="https://img.shields.io/badge/problems%20count-01-orange?logo=leetcode" alt="LeetCode">
26
<img src="https://img.shields.io/badge/problems%20count-00-darkgreen?logo=geeksforGeeks" alt="GeeksforGeeks">
27
-<img src="https://img.shields.io/badge/total%20problems%20count-03-blue" alt="Problem Count">
+<img src="https://img.shields.io/badge/total%20problems%20count-02-blue" alt="Problem Count">
28
</p>
29
30
| No | Problem Name | Description | LeetCode | GFG |
0 commit comments