Skip to content

Commit 49fd543

Browse files
authored
Update README.md
1 parent ddbb5e6 commit 49fd543

File tree

1 file changed

+1
-1
lines changed
  • 16 - Queue Data Structure Problems/03 - (Deque) Doubly Ended Queue Problems

1 file changed

+1
-1
lines changed

16 - Queue Data Structure Problems/03 - (Deque) Doubly Ended Queue Problems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Circular deques are widely used in scenarios such as:
2424
<p>
2525
<img src="https://img.shields.io/badge/problems%20count-01-orange?logo=leetcode" alt="LeetCode">
2626
<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">
27+
<img src="https://img.shields.io/badge/total%20problems%20count-02-blue" alt="Problem Count">
2828
</p>
2929

3030
| No | Problem Name | Description | LeetCode | GFG |

0 commit comments

Comments
 (0)