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

    +