From c57f9bd312c4344d0bcb3d17797bc8e21b897273 Mon Sep 17 00:00:00 2001 From: Replit user <> Date: Mon, 10 Oct 2022 16:23:33 +0000 Subject: [PATCH] Queue DS --- Queue/1.Queue-with-function.html | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Queue/1.Queue-with-function.html diff --git a/Queue/1.Queue-with-function.html b/Queue/1.Queue-with-function.html new file mode 100644 index 0000000..1732a2e --- /dev/null +++ b/Queue/1.Queue-with-function.html @@ -0,0 +1,55 @@ + + + + + + + + Queue + + + +
+

Queue with Function

+

(Open console to check output)

+
+ + + + + \ No newline at end of file