From 7f7063f2f888d608e04f8e09d866dca953503b38 Mon Sep 17 00:00:00 2001 From: Avinash Chandravansi Date: Sat, 10 Oct 2020 20:47:03 +0530 Subject: [PATCH] Slight changes in visulation --- index.html | 285 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 214 insertions(+), 71 deletions(-) diff --git a/index.html b/index.html index 77ea3a3..b28bd84 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,11 @@ + + Stack using Array @@ -56,14 +62,114 @@

Implementation of stack using array -

+ +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ +
-

- Implementation of stack using array -

+

Implementation of stack using array

@@ -71,81 +177,109 @@

- Array + Array
- Stack + Stack +
+ + +
+
  • + >> INIT_STACK (STACK, TOP)
    +
    + + Algorithm to initialize a stack using array.
    + TOP points to the top-most element of stack.
    +

    + 1) TOP: = 0; 2) Exit +
  • -
    -
    -

    Enter the values to perform Stack Operations

    - -
    - -
    - -
    - - -
    - - -
    - - -
    - - -
    -
    -

    +
    + - -
    -

    -

    + +
    +
    + Drag me Anywhere +
    +

    + Enter the values to perform Stack Operations +

    + +
    + +
    + +
    + + +
    + + +
    + + +
    + + +
    - + - -

    Events

    @@ -154,7 +288,9 @@

    Events

    - Item "Pushed" is + Item
    + "Pushed"
    + is

    @@ -162,7 +298,9 @@

    - Item "Popped" is + Item
    + "Popped"
    + is

    @@ -170,18 +308,23 @@

    - Stack "Pointer" is + Stack
    + "Pointer"
    + is

    -1

    - Top "Element" is + "Top"
    + Element
    + is

    +