Skip to content

typo #18

Open
Open
typo#18
@techraiders

Description

@techraiders

function Queue_TwoStacks() {

Queue_TwoStack should receive capacity argument and pass to new Stack, like below.

function Queue_TwoStack (capacity) {
this._stackIn = new Stack(capacity);
this._stackOut = new Stack(capacity);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions