Skip to content

    array-stack

    Created by
    wolfram77
    wolfram77

    Array stack is a bounded lock-based stack using an array. It uses a common lock for both push and pop operations.