Happy Monday!
Today's problem is a classic data structures problem. The goal is to create a stack using a linked list as the backing structure. The stack should have a push and pop method implemented.
Happy Monday!
Today's problem is a classic data structures problem. The goal is to create a stack using a linked list as the backing structure. The stack should have a push and pop method implemented.
Permalink: http://problemotd.com/problem/linked-stack/
Content curated by @MaxBurstein
Comments: