Problem of the Day
A new programming or logic puzzle every Mon-Fri

Linked Stack

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/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein