Skip to content

Commit a78eed4

Browse files
committed
Added the Solution of Design Front Middle Back Queue
1 parent ddbe511 commit a78eed4

File tree

2 files changed

+482
-1
lines changed

2 files changed

+482
-1
lines changed

dsa-problems/leetcode-problems/1600-1699.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export const problems = [
434434
"problemName": "1670. Design Front Middle Back Queue",
435435
"difficulty": "Medium",
436436
"leetCodeLink": "https://leetcode.com/problems/design-front-middle-back-queue",
437-
"solutionLink": "#"
437+
"solutionLink": "/dsa-solutions/lc-solutions/1600-1699/design-front-middle-back-queue"
438438
},
439439
{
440440
"problemName": "1671. Minimum Number of Removals to Make Mountain Array",

0 commit comments

Comments
 (0)