Skip to content

Commit 0f75c80

Browse files
authored
Update : queue data structure parts layout update
Feat : updated queue double ended Feat : added layout updates to single ended queue Feat : queue is empty layout updated
2 parents 970490f + 23c55fe commit 0f75c80

File tree

20 files changed

+2268
-2190
lines changed

20 files changed

+2268
-2190
lines changed

app/components/navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const handleLogout = async () => {
260260
return (
261261
<nav
262262
className={`fixed w-[calc(100%-2rem)] mx-4 mt-4 bg-white/80 dark:bg-black/80 backdrop-blur-lg rounded-2xl border border-gray-200 dark:border-gray-700 text-black dark:text-white z-50 transition-all duration-300 ${
263-
isScrolled ? "shadow-xl" : "shadow-md"
263+
isScrolled ? "shadow-xl" : "shadow-xl"
264264
}`}
265265
>
266266
<div className="max-w-6xl mx-auto flex justify-between items-center px-6 py-3">

app/visualizer/queue/operations/isempty/content.jsx

Lines changed: 200 additions & 182 deletions
Large diffs are not rendered by default.

app/visualizer/queue/operations/isempty/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const metadata = {
3636
url: "/og/queue/isEmpty.png",
3737
width: 1200,
3838
height: 630,
39-
alt: "Peek Front Algorithm Visualization",
39+
alt: "isEmpty Algorithm Visualization",
4040
},
4141
],
4242
},

0 commit comments

Comments
 (0)