View on GitHub

reading-notes

CodeFellows Class Reading Notes

Stacks and Queues

Stack: A data structure that consists of nodes

Concepts Followed by Stacks:


Common Queue Terminology:

Concepts Followed by Stacks:


Home