John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: #cards/cmpt225/dataStructures Links: Abstract Data Type


Stack

Principles

An ordered collection of items

Use Cases

Big O Notation

Implementations

using List

isEmpty()

push()

pop()

Advantages

Disadvantages


Backlinks

1
list from Stack AND !outgoing(Stack)

References:

Created:: 2021-10-27 14:49


Interactive Graph