Skip to main content
Go to Latest
class default
import { default } from "https://deno.land/x/masx200_leetcode_test@10.0.3/design-a-stack-with-increment-operation/index.ts";

Constructors

new
default(capacity: number)

Methods

increment(k: number, val: number): void
pop(): number
push(x: number): void